summaryrefslogtreecommitdiffstats
path: root/git-reset.sh
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-02-20 10:54:00 +0100
committerJunio C Hamano <junkio@cox.net>2007-02-21 07:03:15 +0100
commit599065a3bb94ae9f48e3808b8fafc8443017af28 (patch)
tree077a948312df0b4a1c969d251fb5fc69124bbe30 /git-reset.sh
parentMechanical conversion to use prefixcmp() (diff)
downloadgit-599065a3bb94ae9f48e3808b8fafc8443017af28.tar.xz
git-599065a3bb94ae9f48e3808b8fafc8443017af28.zip
prefixcmp(): fix-up mechanical conversion.
Previous step converted use of strncmp() with literal string mechanically even when the result is only used as a boolean: if (!strncmp("foo", arg, 3)) ==> if (!(-prefixcmp(arg, "foo"))) This step manually cleans them up to read: if (!prefixcmp(arg, "foo")) Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'git-reset.sh')
0 files changed, 0 insertions, 0 deletions