artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fde9e0
)
-f state was negated in remote operation
author
niklas
<niklas@openbsd.org>
Sat, 9 Mar 1996 00:01:19 +0000
(
00:01
+0000)
committer
niklas
<niklas@openbsd.org>
Sat, 9 Mar 1996 00:01:19 +0000
(
00:01
+0000)
gnu/usr.bin/cvs/src/patch.c
patch
|
blob
|
history
diff --git
a/gnu/usr.bin/cvs/src/patch.c
b/gnu/usr.bin/cvs/src/patch.c
index
2170d98
..
30d7174
100644
(file)
--- a/
gnu/usr.bin/cvs/src/patch.c
+++ b/
gnu/usr.bin/cvs/src/patch.c
@@
-179,7
+179,7
@@
patch (argc, argv)
if (local)
send_arg("-l");
- if (force_tag_match)
+ if (
!
force_tag_match)
send_arg("-f");
if (toptwo_diffs)
send_arg("-t");