summaryrefslogtreecommitdiffstats
path: root/Documentation (follow)
Commit message (Expand)AuthorAgeFilesLines
* Git 2.29-rc1v2.29.0-rc1Junio C Hamano2020-10-091-13/+21
* doc: fix the bnf like style of some commandsJean-Noël Avila2020-10-081-1/+1
* doc: git-remote fix upsJean-Noël Avila2020-10-081-10/+10
* doc: use linkgit macro where needed.Jean-Noël Avila2020-10-081-1/+1
* git-bisect-lk2009: make continuation of list indentedJean-Noël Avila2020-10-081-8/+8
* Git 2.29-rc0v2.29.0-rc0Junio C Hamano2020-10-051-0/+31
* Merge branch 'sn/fast-import-doc'Junio C Hamano2020-10-051-1/+1
|\
| * fast-import: fix typo in documentationSamanta Navarro2020-10-041-1/+1
* | Merge branch 'pb/submodule-doc-fix'Junio C Hamano2020-10-051-10/+13
|\ \
| * | gitsubmodules doc: invoke 'ls-files' with '--recurse-submodules'Philippe Blain2020-10-041-10/+13
* | | Merge branch 'jk/format-auto-base-when-able'Junio C Hamano2020-10-051-1/+3
|\ \ \
| * | | format-patch: teach format.useAutoBase "whenAble" optionJacob Keller2020-10-021-1/+3
* | | | Merge branch 'jk/refspecs-negative'Junio C Hamano2020-10-051-0/+16
|\ \ \ \
| * | | | refspec: add support for negative refspecsJacob Keller2020-09-301-0/+16
* | | | | Merge branch 'rs/archive-add-file'Junio C Hamano2020-10-051-0/+6
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | archive: add --add-fileRené Scharfe2020-09-201-0/+6
* | | | | Nineteenth batchJunio C Hamano2020-10-041-0/+33
* | | | | Merge branch 'jk/shortlog-group-by-trailer'Junio C Hamano2020-10-041-1/+30
|\ \ \ \ \
| * | | | | shortlog: allow multiple groups to be specifiedJeff King2020-09-271-0/+7
| * | | | | shortlog: parse trailer identsJeff King2020-09-271-3/+4
| * | | | | shortlog: de-duplicate trailer valuesJeff King2020-09-271-1/+2
| * | | | | shortlog: match commit trailers with --groupJeff King2020-09-271-0/+13
| * | | | | shortlog: add grouping optionJeff King2020-09-271-1/+8
| | |_|_|/ | |/| | |
* | | | | Merge branch 'jc/fmt-merge-msg-suppress-destination'Junio C Hamano2020-10-041-1/+1
|\ \ \ \ \
| * | | | | config/fmt-merge-msg.txt: drop space in quoteMartin Ågren2020-09-271-1/+1
* | | | | | Merge branch 'tb/upload-pack-filters'Junio C Hamano2020-10-041-1/+1
|\ \ \ \ \ \
| * | | | | | config/uploadpack.txt: fix typo in `--filter=tree:<n>`Martin Ågren2020-09-271-1/+1
* | | | | | | Merge branch 'eg/mailinfo-doc-scissors'Junio C Hamano2020-10-041-4/+3
|\ \ \ \ \ \ \
| * | | | | | | Doc: show example scissors lineEvan Gates2020-09-291-4/+3
| | |_|/ / / / | |/| | | | |
* | | | | | | Eighteenth batchJunio C Hamano2020-09-291-0/+24
* | | | | | | Merge branch 'jk/make-protocol-v2-the-default'Junio C Hamano2020-09-292-6/+1
|\ \ \ \ \ \ \
| * | | | | | | protocol: re-enable v2 protocol by defaultJeff King2020-09-252-6/+1
* | | | | | | | Merge branch 'tb/bloom-improvements'Junio C Hamano2020-09-294-1/+18
|\ \ \ \ \ \ \ \
| * | | | | | | | commit-graph: introduce 'commitGraph.maxNewFilters'Taylor Blau2020-09-182-1/+6
| * | | | | | | | builtin/commit-graph.c: introduce '--max-new-filters=<n>'Taylor Blau2020-09-181-0/+6
| * | | | | | | | bloom: encode out-of-bounds filters as non-emptyTaylor Blau2020-09-181-1/+1
| * | | | | | | | commit-graph: respect 'commitGraph.readChangedPaths'Taylor Blau2020-09-092-0/+6
* | | | | | | | | Merge branch 'bc/faq-misc'Junio C Hamano2020-09-291-0/+86
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | docs: explain how to deal with files that are always modifiedbrian m. carlson2020-09-211-0/+33
| * | | | | | | | docs: explain why reverts are not always applied on mergebrian m. carlson2020-09-211-0/+21
| * | | | | | | | docs: explain why squash merges are broken with long-running branchesbrian m. carlson2020-09-211-0/+32
* | | | | | | | | Seventeenth batchJunio C Hamano2020-09-261-0/+19
* | | | | | | | | Merge branch 'jx/proc-receive-hook'Junio C Hamano2020-09-264-6/+136
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | doc: add documentation for the proc-receive hookJiang Xin2020-08-271-0/+62
| * | | | | | | | | receive-pack: new config receive.procReceiveRefsJiang Xin2020-08-271-0/+22
| * | | | | | | | | doc: add document for capability report-status-v2Jiang Xin2020-08-272-6/+52
* | | | | | | | | | Merge branch 'ds/maintenance-part-1'Junio C Hamano2020-09-265-5/+104
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | |
| * | | | | | | | | maintenance: add auto condition for commit-graph taskDerrick Stolee2020-09-171-0/+10
| * | | | | | | | | maintenance: create maintenance.<task>.enabled configDerrick Stolee2020-09-173-5/+17
| * | | | | | | | | maintenance: add --task optionDerrick Stolee2020-09-171-1/+8