author | Junio C Hamano <gitster@pobox.com> | |
Wed, 21 May 2008 21:27:59 +0000 (14:27 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 21 May 2008 21:27:59 +0000 (14:27 -0700) |
* maint-1.5.4:
git-am: fix typo in usage message
doc/git-daemon: s/uploadarchive/uploadarch/
git-am: fix typo in usage message
doc/git-daemon: s/uploadarchive/uploadarch/
1 | 2 | |||
---|---|---|---|---|
git-am.sh | patch | | diff1 | | diff2 | | blob | history |
diff --cc git-am.sh
index 75886a8f2fb0c2244ba921398ae2339dc9ffea26,4dce87bdff7763cdd6e9d73ed236e40a5b3ca34c..b48096ec2037e3f14d4bdf89a0afe4623aff090e
+++ b/git-am.sh
git-am [options] --resolved
git-am [options] --skip
--
-d,dotest= use <dir> and not .dotest
+d,dotest= (removed -- do not use)
i,interactive run interactively
- b,binary pass --allo-binary-replacement to git-apply
+ b,binary pass --allow-binary-replacement to git-apply
3,3way allow fall back on 3way merging if needed
s,signoff add a Signed-off-by line to the commit message
u,utf8 recode into utf8 (default)