Skip to content

Commit 530333c

Browse files
committed
merge-one-file: remove stale comment
The "funny filename" comment was from b539c5e (git-merge-one: new merge world order., 2005-12-07) where the removed code just before that new comment ended with: merge "$4" "$orig" "$src2" (yes, we used to use "merge" program from the RCS suite). The comment refers to one of the bad side effect the old code used to have and warns against such a practice, i.e. it was talking about the code that no longer existed. Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 4549162 commit 530333c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

git-merge-one-file.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,6 @@ case "${1:-.}${2:-.}${3:-.}" in
118118
;;
119119
esac
120120

121-
# Be careful for funny filename such as "-L" in "$4", which
122-
# would confuse "merge" greatly.
123121
git merge-file "$src1" "$orig" "$src2"
124122
ret=$?
125123
msg=

0 commit comments

Comments
 (0)