My Various Git Projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
c72431f
22cb383
)
Merge branch 'js/apply-recount-allow-noop'
author
Junio C Hamano
<gitster@pobox.com>
Sun, 18 Nov 2018 09:23:56 +0000
(18:23 +0900)
committer
Junio C Hamano
<gitster@pobox.com>
Sun, 18 Nov 2018 09:23:56 +0000
(18:23 +0900)
When editing a patch in a "git add -i" session, a hunk could be
made to no-op. The "git apply" program used to reject a patch with
such a no-op hunk to catch user mistakes, but it is now updated to
explicitly allow a no-op hunk in an edited patch.
* js/apply-recount-allow-noop:
apply --recount: allow "no-op hunks"
1
2
apply.c
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
apply.c
Simple merge