Age | Commit message (Expand) | Author | Files | Lines |
2021-12-15 | doc: git-format-patch: describe the option --always | 徐沛文 (Aleen) | 1 | -1/+5 |
2021-10-23 | format-patch (doc): clarify --base=auto | Junio C Hamano | 1 | -3/+3 |
2021-05-11 | Merge branch 'jk/doc-format-patch-skips-merges' | Junio C Hamano | 1 | -1/+9 |
2021-05-03 | docs/format-patch: mention handling of merges | Jeff King | 1 | -1/+9 |
2021-04-02 | Merge branch 'zh/format-patch-fractional-reroll-count' | Junio C Hamano | 1 | -0/+5 |
2021-03-24 | format-patch: give an overview of what a "patch" message is | Junio C Hamano | 1 | -2/+19 |
2021-03-23 | format-patch: allow a non-integral version numbers | ZheNing Hu | 1 | -0/+5 |
2020-11-21 | Merge branch 'jc/format-patch-name-max' | Junio C Hamano | 1 | -0/+8 |
2020-11-09 | format-patch: make output filename configurable | Junio C Hamano | 1 | -0/+8 |
2020-10-20 | Documentation: stylistically normalize references to Signed-off-by: | Bradley M. Kuhn | 1 | -1/+1 |
2020-04-07 | format-patch: teach --no-encode-email-headers | Emma Brooks | 1 | -0/+8 |
2019-12-05 | format-patch: teach --no-base | Denton Liu | 1 | -2/+3 |
2019-11-10 | Merge branch 'dl/format-patch-cover-from-desc' | Junio C Hamano | 1 | -0/+22 |
2019-10-16 | format-patch: teach --cover-from-description option | Denton Liu | 1 | -0/+22 |
2019-10-12 | format-patch: create leading components of output directory | Bert Wesarg | 1 | -1/+2 |
2019-09-05 | Doc: add more detail for git-format-patch | Denton Liu | 1 | -10/+13 |
2019-07-09 | Merge branch 'nd/switch-and-restore' | Junio C Hamano | 1 | -2/+2 |
2019-05-17 | format-patch: teach format.notes config option | Denton Liu | 1 | -0/+3 |
2019-05-13 | git-format-patch.txt: document --no-notes option | Denton Liu | 1 | -1/+3 |
2019-05-07 | doc: promote "git restore" | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2019-04-02 | doc: promote "git switch" | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2019-01-23 | doc: tidy asciidoc style | Jean-Noël Avila | 1 | -7/+7 |
2018-11-30 | format-patch: do not let its diff-options affect --range-diff | Junio C Hamano | 1 | -0/+5 |
2018-08-14 | format-patch: allow --range-diff to apply to a lone-patch | Eric Sunshine | 1 | -1/+2 |
2018-08-14 | format-patch: add --creation-factor tweak for --range-diff | Eric Sunshine | 1 | -1/+7 |
2018-08-14 | format-patch: extend --range-diff to accept revision range | Eric Sunshine | 1 | -3/+5 |
2018-08-14 | format-patch: add --range-diff option to embed diff in cover letter | Eric Sunshine | 1 | -0/+10 |
2018-07-23 | format-patch: allow --interdiff to apply to a lone-patch | Eric Sunshine | 1 | -1/+2 |
2018-07-23 | format-patch: add --interdiff option to embed diff in cover letter | Eric Sunshine | 1 | -0/+9 |
2018-04-18 | doc: convert \--option to --option | Martin Ågren | 1 | -1/+1 |
2017-08-14 | format-patch: have progress option while generating patches | Kevin Willford | 1 | -0/+4 |
2017-04-23 | Merge branch 'xy/format-patch-base' | Junio C Hamano | 1 | -1/+1 |
2017-04-17 | doc: trivial typo in git-format-patch.txt | Giuseppe Bilotta | 1 | -1/+1 |
2017-03-20 | doc: change erroneous --[no]-whatever into --[no-]whatever | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
2016-09-21 | format-patch: add "--rfc" for the common case of [RFC PATCH] | Josh Triplett | 1 | -1/+7 |
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 | -3/+3 |
2016-04-26 | format-patch: introduce --base=auto option | Xiaolong Ye | 1 | -0/+6 |
2016-04-26 | format-patch: add '--base' option to record base tree info | Xiaolong Ye | 1 | -0/+54 |
2016-01-26 | Merge branch 'ak/format-patch-odir-config' | Junio C Hamano | 1 | -1/+5 |
2016-01-20 | Merge branch 'dw/signoff-doc' | Junio C Hamano | 1 | -0/+1 |
2016-01-13 | format-patch: introduce format.outputDirectory configuration | Alexander Kuleshov | 1 | -1/+5 |
2016-01-05 | Expand documentation describing --signoff | David A. Wheeler | 1 | -0/+1 |
2015-12-15 | format-patch: add an option to suppress commit hash | brian m. carlson | 1 | -0/+4 |
2015-09-17 | Merge branch 'po/doc-branch-desc' | Junio C Hamano | 1 | -1/+1 |
2015-09-14 | doc: show usage of branch description | Philip Oakley | 1 | -1/+1 |
2015-06-24 | Merge branch 'fk/doc-format-patch-vn' | Junio C Hamano | 1 | -1/+1 |
2015-06-10 | doc: format-patch: fix typo | Frans Klaver | 1 | -1/+1 |
2015-03-13 | *config.txt: stick to camelCase naming convention | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
2014-05-27 | format-patch: add "--signature-file=<file>" option | Jeremiah Mahler | 1 | -0/+4 |