summaryrefslogtreecommitdiff
path: root/Documentation
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'dl/format-patch-doc-test-cleanup'Junio C Hamano2019-09-302-10/+14
|\
| * config/format.txt: specify default value of format.coverLetterDenton Liu2019-09-051-0/+1
| * Doc: add more detail for git-format-patchDenton Liu2019-09-051-10/+13
* | Third batchJunio C Hamano2019-09-181-0/+36
* | Merge branch 'md/list-objects-filter-combo'Junio C Hamano2019-09-181-0/+16
|\ \
| * | list-objects-filter-options: allow mult. --filterMatthew DeVore2019-06-281-0/+16
* | | Merge branch 'cc/multi-promisor'Junio C Hamano2019-09-182-33/+92
|\ \ \
| * | | remote: add promisor and partial clone config to the docChristian Couder2019-06-251-0/+8
| * | | partial-clone: add multiple remotes in the docChristian Couder2019-06-251-33/+84
| |/ /
* | | Merge branch 'js/pre-merge-commit-hook'Junio C Hamano2019-09-183-1/+27
|\ \ \
| * | | merge: --no-verify to bypass pre-merge-commit hookMichael J Gruber2019-08-071-1/+2
| * | | git-merge: honor pre-merge-commit hookMichael J Gruber2019-08-071-0/+21
| * | | merge: do no-verify like commitMichael J Gruber2019-08-072-1/+5
* | | | Merge branch 'js/rebase-r-strategy'Junio C Hamano2019-09-181-2/+0
|\ \ \ \
| * | | | rebase -r: support merge strategies other than `recursive`Johannes Schindelin2019-07-311-2/+0
* | | | | Second batchJunio C Hamano2019-09-091-1/+56
* | | | | Merge branch 'sb/userdiff-dts'Junio C Hamano2019-09-091-0/+2
|\ \ \ \ \
| * | | | | userdiff: add a builtin pattern for dts filesStephen Boyd2019-08-211-0/+2
| | |_|_|/ | |/| | |
* | | | | Merge branch 'cb/fetch-set-upstream'Junio C Hamano2019-09-091-0/+7
|\ \ \ \ \
| * | | | | pull, fetch: add --set-upstream optionCorentin BOMPARD2019-08-191-0/+7
| |/ / / /
* | | | | Merge branch 'bm/repository-layout-typofix'Junio C Hamano2019-09-091-1/+1
|\ \ \ \ \
| * | | | | repository-layout.txt: correct pluralization of 'object'Ben Milman2019-08-191-1/+1
* | | | | | Merge branch 'sg/diff-indent-heuristic-non-experimental'Junio C Hamano2019-09-091-1/+1
|\ \ \ \ \ \
| * | | | | | diff: 'diff.indentHeuristic' is no longer experimentalSZEDER Gábor2019-08-151-1/+1
* | | | | | | Merge branch 'ds/feature-macros'Junio C Hamano2019-09-097-5/+41
|\ \ \ \ \ \ \
| * | | | | | | repo-settings: create feature.experimental settingDerrick Stolee2019-08-133-2/+18
| * | | | | | | repo-settings: create feature.manyFiles settingDerrick Stolee2019-08-134-1/+21
| * | | | | | | commit-graph: turn on commit-graph by defaultDerrick Stolee2019-08-132-2/+2
* | | | | | | | Merge branch 'jk/eoo'Junio C Hamano2019-09-091-0/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | gitcli: document --end-of-optionsJeff King2019-08-061-0/+6
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | First batch after Git 2.23Junio C Hamano2019-08-221-0/+52
* | | | | | | | Merge branch 'en/fast-import-merge-doc'Junio C Hamano2019-08-221-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | git-fast-import.txt: clarify that multiple merge commits are allowedElijah Newren2019-08-121-1/+1
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'jk/tree-walk-overflow'Junio C Hamano2019-08-221-3/+5
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | tree-walk: add a strbuf wrapper for make_traverse_path()Jeff King2019-08-011-0/+4
| * | | | | | | setup_traverse_info(): stop copying oidJeff King2019-07-311-3/+1
* | | | | | | | Sync with Git 2.22.1Junio C Hamano2019-08-111-0/+3
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Git 2.22.1v2.22.1Junio C Hamano2019-08-111-0/+3
| * | | | | | | Merge branch 'sg/fsck-config-in-doc' into maintJunio C Hamano2019-08-091-0/+5
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | doc: fix repeated wordsMark Rushakoff2019-08-119-9/+9
* | | | | | | | Merge branch 'nd/switch-and-restore'Junio C Hamano2019-08-081-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | restore: fix typo in docsWilliam Chargin2019-08-051-1/+1
* | | | | | | | | Merge branch 'mr/doc-can-not-to-cannot'Junio C Hamano2019-08-086-7/+7
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | doc: typo: s/can not/cannot/ and s/is does/does/Mark Rushakoff2019-08-056-7/+7
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Git 2.23-rc1v2.23.0-rc1Junio C Hamano2019-08-021-0/+1
* | | | | | | | Merge branch 'sg/fsck-config-in-doc'Junio C Hamano2019-08-021-0/+5
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | Documentation/git-fsck.txt: include fsck.* config variablesSZEDER Gábor2019-07-291-0/+5
* | | | | | | | Merge branch 'jc/log-mailmap-flip-defaults'Junio C Hamano2019-08-022-6/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | log: really flip the --mailmap defaultJunio C Hamano2019-08-021-1/+1
| * | | | | | | | log: flip the --mailmap default unconditionallyJunio C Hamano2019-08-011-5/+3