summaryrefslogtreecommitdiffstats
path: root/Documentation (follow)
Commit message (Expand)AuthorAgeFilesLines
* Git 2.31-rc0v2.31.0-rc0Junio C Hamano2021-02-261-0/+49
* Merge branch 'dl/doc-config-camelcase'Junio C Hamano2021-02-265-7/+7
|\
| * index-format doc: camelCase core.excludesFileJunio C Hamano2021-02-251-2/+2
| * blame-options.txt: camelcase blame.blankBoundaryJunio C Hamano2021-02-251-1/+1
| * i18n.txt: camel case and monospace "i18n.commitEncoding"Denton Liu2021-02-253-4/+4
* | Merge branch 'ug/doc-commit-approxidate'Junio C Hamano2021-02-261-4/+7
|\ \
| * | doc: mention approxidates for git-commit --dateJeff King2021-02-231-4/+7
| |/
* | Merge branch 'ah/rebase-no-fork-point-config'Junio C Hamano2021-02-261-0/+3
|\ \
| * | rebase: add a config option for --no-fork-pointAlex Henrie2021-02-241-0/+3
* | | Merge branch 'zh/difftool-skip-to'Junio C Hamano2021-02-261-0/+8
|\ \ \
| * | | difftool.c: learn a new way start at specified fileZheNing Hu2021-02-221-0/+8
* | | | Merge branch 'cw/pack-config-doc'Junio C Hamano2021-02-262-1/+19
|\ \ \ \
| * | | | doc: mention bigFileThreshold for packingChristian Walther2021-02-222-1/+19
| | |_|/ | |/| |
* | | | Merge branch 'jc/maint-column-doc-typofix'Junio C Hamano2021-02-263-3/+3
|\ \ \ \
| * | | | Documentation: typofix --column descriptionJunio C Hamano2021-02-203-3/+3
| |/ / /
* | | | Merge branch 'ma/doc-markup-fix'Junio C Hamano2021-02-263-8/+8
|\ \ \ \
| * | | | gitmailmap.txt: fix rendering of e-mail addressesMartin Ågren2021-02-181-4/+4
| * | | | git.txt: fix monospace renderingMartin Ågren2021-02-181-1/+1
| * | | | rev-list-options.txt: fix rendering of bonus paragraphMartin Ågren2021-02-171-3/+3
* | | | | Merge branch 'jc/diffcore-rotate'Junio C Hamano2021-02-262-0/+29
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | diff: --{rotate,skip}-to=<path>Junio C Hamano2021-02-162-0/+29
* | | | | Merge branch 'js/doc-proto-v2-response-end'Junio C Hamano2021-02-261-2/+2
|\ \ \ \ \
| * | | | | doc: fix naming of response-end-pktJoey Salazar2021-02-181-2/+2
| | |_|/ / | |/| | |
* | | | | Merge branch 'mz/doc-notes-are-not-anchors'Junio C Hamano2021-02-261-6/+8
|\ \ \ \ \
| * | | | | docs: clarify that refs/notes/ do not keep the attached objects aliveMartin von Zweigbergk2021-02-111-6/+8
| |/ / / /
* | | | | Merge branch 'jk/rev-list-disk-usage'Junio C Hamano2021-02-262-0/+102
|\ \ \ \ \
| * | | | | docs/rev-list: add some examples of --disk-usageJeff King2021-02-181-0/+41
| * | | | | docs/rev-list: add an examples sectionJeff King2021-02-181-0/+52
| * | | | | rev-list: add --disk-usage option for calculating disk usageJeff King2021-02-111-0/+9
* | | | | | The tenth batchJunio C Hamano2021-02-231-0/+7
* | | | | | Merge branch 'ta/hash-function-transition-doc'Junio C Hamano2021-02-231-145/+148
|\ \ \ \ \ \
| * | | | | | doc: use https linksThomas Ackermann2021-02-051-5/+5
| * | | | | | doc hash-function-transition: move rationale upwardsThomas Ackermann2021-02-051-42/+34
| * | | | | | doc hash-function-transition: fix incomplete sentenceThomas Ackermann2021-02-051-1/+1
| * | | | | | doc hash-function-transition: use upper case consistentlyThomas Ackermann2021-02-051-7/+7
| * | | | | | doc hash-function-transition: use SHA-1 and SHA-256 consistentlyThomas Ackermann2021-02-051-63/+63
| * | | | | | doc hash-function-transition: fix asciidoc outputThomas Ackermann2021-02-051-34/+45
* | | | | | | Merge branch 'dl/stash-cleanup'Junio C Hamano2021-02-231-4/+4
|\ \ \ \ \ \ \
| * | | | | | | git-stash.txt: be explicit about subcommand optionsDenton Liu2021-02-111-4/+4
| | |/ / / / / | |/| | | | |
* | | | | | | The ninth batchJunio C Hamano2021-02-181-0/+58
* | | | | | | Merge branch 'ds/maintenance-pack-refs'Junio C Hamano2021-02-182-2/+9
|\ \ \ \ \ \ \
| * | | | | | | maintenance: incremental strategy runs pack-refs weeklyDerrick Stolee2021-02-101-2/+3
| * | | | | | | maintenance: add pack-refs taskDerrick Stolee2021-02-101-0/+6
* | | | | | | | Merge branch 'jk/mailmap-only-at-root'Junio C Hamano2021-02-181-0/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | mailmap: only look for .mailmap in work treeJeff King2021-02-101-0/+4
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'sh/mergetool-hideresolved'Junio C Hamano2021-02-182-0/+19
|\ \ \ \ \ \ \ \
| * | | | | | | | mergetool: add per-tool support and overrides for the hideResolved flagSeth House2021-02-091-0/+5
| * | | | | | | | mergetool: break setup_tool out into separate initialization functionSeth House2021-02-091-0/+4
| * | | | | | | | mergetool: add hideResolved configurationSeth House2021-02-091-0/+10
* | | | | | | | | Merge branch 'js/range-diff-one-side-only'Junio C Hamano2021-02-181-0/+9
|\ \ \ \ \ \ \ \ \