Age | Commit message (Expand) | Author | Files | Lines |
2020-10-20 | doc: preparatory clean-up of description on the sign-off option | Junio C Hamano | 1 | -8/+2 |
2020-04-03 | Documentation: reword commit --no-gpg-sign | Đoàn Trần Công Danh | 1 | -5/+4 |
2020-01-22 | doc: provide guidance on user.name format | brian m. carlson | 1 | -0/+6 |
2020-01-22 | docs: expand on possible and recommended user config options | brian m. carlson | 1 | -0/+7 |
2020-01-22 | doc: move author and committer information to git-commit(1) | brian m. carlson | 1 | -3/+24 |
2019-11-20 | commit: support the --pathspec-from-file option | Alexandr Miloslavskiy | 1 | -1/+15 |
2019-11-20 | doc: commit: synchronize <pathspec> description | Alexandr Miloslavskiy | 1 | -7/+8 |
2019-09-09 | Documentation: wrap blocks with "--" | Martin Ågren | 1 | -3/+5 |
2019-05-07 | doc: promote "git restore" | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2019-02-04 | git-commit.txt: better description what it does | Nguyễn Thái Ngọc Duy | 1 | -7/+11 |
2017-12-22 | commit: add support for --fixup <commit> -m"<extra message>" | Ævar Arnfjörð Bjarmason | 1 | -2/+1 |
2017-12-22 | commit doc: document that -c, -C, -F and --fixup with -m error | Ævar Arnfjörð Bjarmason | 1 | -0/+3 |
2017-07-18 | doc: reformat the paragraph containing the 'cut-line' | Kaartic Sivaraam | 1 | -5/+6 |
2017-05-01 | fix minor typos | René Genz | 1 | -2/+2 |
2017-03-21 | Merge branch 'nd/commit-hook-doc-fix' | Junio C Hamano | 1 | -1/+1 |
2017-03-20 | git-commit.txt: list post-rewrite in HOOKS section | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2017-03-02 | Documentation: improve description for core.quotePath | Andreas Heiduk | 1 | -3/+6 |
2016-12-19 | Merge branch 'ak/commit-only-allow-empty' | Junio C Hamano | 1 | -1/+2 |
2016-12-05 | commit: make --only --allow-empty work without paths | Andreas Krey | 1 | -1/+2 |
2016-10-17 | Merge branch 'nd/commit-p-doc' | Junio C Hamano | 1 | -2/+4 |
2016-10-05 | git-commit.txt: clarify --patch mode with pathspec | Duy Nguyen | 1 | -2/+4 |
2016-07-28 | Merge branch 'mm/doc-tt' into maint | Junio C Hamano | 1 | -2/+2 |
2016-07-13 | Merge branch 'mm/doc-tt' | Junio C Hamano | 1 | -2/+2 |
2016-07-06 | Merge branch 'tr/doc-tt' into maint | Junio C Hamano | 1 | -3/+3 |
2016-06-28 | doc: typeset long command-line options as literal | Matthieu Moy | 1 | -1/+1 |
2016-06-28 | doc: typeset short command-line options as literal | Matthieu Moy | 1 | -1/+1 |
2016-06-27 | Merge branch 'tr/doc-tt' | Junio C Hamano | 1 | -3/+3 |
2016-06-08 | doc: change configuration variables format | Tom Russello | 1 | -1/+1 |
2016-06-08 | doc: more consistency in environment variables format | Tom Russello | 1 | -2/+2 |
2016-05-10 | commit: add a commit.verbose config variable | Pranit Bauva | 1 | -1/+2 |
2016-01-05 | Expand documentation describing --signoff | David A. Wheeler | 1 | -1/+5 |
2015-09-21 | Documentation: explain optional arguments better | Matthieu Moy | 1 | -1/+3 |
2015-09-21 | Documentation: use 'keyid' consistently, not 'key-id' | Matthieu Moy | 1 | -1/+1 |
2015-06-01 | Merge branch 'mc/commit-doc-grammofix' | Junio C Hamano | 1 | -1/+1 |
2015-05-19 | Documentation/git-commit: grammofix | Michael Coleman | 1 | -1/+1 |
2015-04-27 | Documentation: clarify how "git commit" cleans up the edited log message | Fredrik Gustafsson | 1 | -4/+7 |
2015-03-23 | Merge branch 'nd/config-doc-camelCase' | Junio C Hamano | 1 | -1/+1 |
2015-03-13 | *config.txt: stick to camelCase naming convention | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2015-03-06 | commit/status: show the index-worktree diff with -v -v | Michael J Gruber | 1 | -0/+4 |
2014-11-18 | Merge branch 'jc/doc-commit-only' | Junio C Hamano | 1 | -2/+3 |
2014-11-07 | Documentation/git-commit: clarify that --only/--include records the working t... | Junio C Hamano | 1 | -2/+3 |
2014-04-08 | Merge branch 'jc/rev-parse-argh-dashed-multi-words' | Junio C Hamano | 1 | -1/+1 |
2014-03-25 | Merge branch 'nd/commit-editor-cleanup' | Junio C Hamano | 1 | -1/+7 |
2014-03-24 | parse-options: multi-word argh should use dash to separate words | Junio C Hamano | 1 | -1/+1 |
2014-02-25 | commit: add --cleanup=scissors | Nguyễn Thái Ngọc Duy | 1 | -1/+7 |
2014-02-24 | commit-tree: add and document --no-gpg-sign | Junio C Hamano | 1 | -0/+4 |
2013-05-17 | documentation: trivial style cleanups | Felipe Contreras | 1 | -1/+1 |
2013-05-02 | Documentation/git-commit: Typo under --edit | Anders Granskogen Bjørnstad | 1 | -2/+2 |
2013-04-12 | Merge branch 'cn/commit-amend-doc' into maint | Junio C Hamano | 1 | -8/+9 |
2013-04-05 | Documentation/git-commit: reword the --amend explanation | Carlos Martín Nieto | 1 | -8/+9 |