| author | Stefan-W. Hahn <stefan.hahn@s-hahn.de> | |
| Sat, 27 Feb 2010 14:20:27 +0000 (15:20 +0100) | ||
| committer | Junio C Hamano <gitster@pobox.com> | |
| Sun, 28 Feb 2010 19:07:49 +0000 (11:07 -0800) | ||
| commit | e80d4cbefce106506ec217f9ab279bcf0b84a2e9 | |
| tree | 6eeb6b7f8c3478e0e7a9843501f4964dbeddd5e6 | tree | snapshot |
| parent | ad2c928001d2d94f2cbf3c75734061eb8fc4383c | commit | diff |
git-am: Add am.keepcr and --no-keep-cr to override it
This patch adds the configuration `am.keepcr` for git-am. It also adds
`--no-keep-cr` parameter for git-am to give the possibility to
override configuration from command line.
Signed-off-by: Stefan-W. Hahn <stefan.hahn@s-hahn.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This patch adds the configuration `am.keepcr` for git-am. It also adds
`--no-keep-cr` parameter for git-am to give the possibility to
override configuration from command line.
Signed-off-by: Stefan-W. Hahn <stefan.hahn@s-hahn.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
| Documentation/config.txt | diff | blob | history | |
| Documentation/git-am.txt | diff | blob | history | |
| git-am.sh | diff | blob | history |