projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5de36bf
)
Do not verify reverted/cherry-picked/rebased patches.
author
Junio C Hamano
<junkio@cox.net>
Tue, 30 Aug 2005 04:19:04 +0000
(21:19 -0700)
committer
Junio C Hamano
<junkio@cox.net>
Tue, 30 Aug 2005 04:19:04 +0000
(21:19 -0700)
The original committer may have used validation criteria that is less
stricter than yours. You do not want to lose the changes even if they
are done in substandard way from your 'commit -v' verifier's point of
view.
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-revert-script
patch
|
blob
|
history
diff --git
a/git-revert-script
b/git-revert-script
index
dd5866e
..
82ed093
100755
(executable)
--- a/
git-revert-script
+++ b/
git-revert-script
@@
-158,7
+158,7
@@
echo >&2 "Finished one $me."
case "$no_commit" in
'')
- git
commit
-F .msg
+ git
-commit-script -n
-F .msg
rm -f .msg
;;
esac