summaryrefslogtreecommitdiff
path: root/Documentation
Commit message (Expand)AuthorAgeFilesLines
* tests: remove support for GIT_TEST_GETTEXT_POISONÆvar Arnfjörð Bjarmason2021-01-211-1/+1
* The first batch in 2.31 cycleJunio C Hamano2021-01-061-0/+32
* Merge branch 'es/worktree-repair-both-moved'Junio C Hamano2021-01-061-0/+5
|\
| * worktree: teach `repair` to fix multi-directional breakageEric Sunshine2020-12-211-0/+5
* | Merge branch 'ab/trailers-extra-format'Junio C Hamano2021-01-061-14/+20
|\ \
| * | pretty format %(trailers): add a "key_value_separator"Ævar Arnfjörð Bjarmason2020-12-091-0/+4
| * | pretty format %(trailers): add a "keyonly"Ævar Arnfjörð Bjarmason2020-12-091-2/+2
| * | pretty format %(trailers) doc: avoid repetitionÆvar Arnfjörð Bjarmason2020-12-091-14/+16
* | | Git 2.30v2.30.0Junio C Hamano2020-12-271-11/+8
* | | Merge branch 'pb/doc-git-linkit-fix'Junio C Hamano2020-12-271-2/+2
|\ \ \
| * | | git.txt: fix typos in 'linkgit' macro invocationPhilippe Blain2020-12-221-2/+2
* | | | Git 2.30-rc2v2.30.0-rc2Junio C Hamano2020-12-231-0/+5
* | | | git-maintenance.txt: add missing wordMartin Ågren2020-12-211-1/+1
| |_|/ |/| |
* | | Git 2.30-rc1v2.30.0-rc1Junio C Hamano2020-12-181-0/+4
* | | Merge branch 'js/init-defaultbranch-advice'Junio C Hamano2020-12-181-4/+7
|\ \ \
| * | | init: document `init.defaultBranch` betterJohannes Schindelin2020-12-131-4/+7
* | | | Another batch before 2.30-rc1Junio C Hamano2020-12-171-0/+2
* | | | Merge branch 'jh/index-v2-doc-on-fsmn'Junio C Hamano2020-12-171-2/+8
|\ \ \ \
| * | | | index-format.txt: document v2 format of file system monitor extensionJeff Hostetler2020-12-141-2/+8
* | | | | Merge branch 'jb/midx-doc-update'Junio C Hamano2020-12-171-4/+0
|\ \ \ \ \
| * | | | | docs: multi-pack-index: remove note about future 'verify' workJohannes Berg2020-12-141-4/+0
* | | | | | Merge branch 'rj/make-clean'Junio C Hamano2020-12-171-0/+4
|\ \ \ \ \ \
| * | | | | | Documentation/Makefile: conditionally include ../GIT-VERSION-FILERamsay Jones2020-12-081-0/+2
| * | | | | | Documentation/Makefile: conditionally include doc.depRamsay Jones2020-12-081-0/+2
| | |_|_|_|/ | |/| | | |
* | | | | | Git 2.30-rc0v2.30.0-rc0Junio C Hamano2020-12-141-0/+28
* | | | | | Merge branch 'ae/doc-reproducible-html'Junio C Hamano2020-12-141-1/+4
|\ \ \ \ \ \
| * | | | | | doc: make HTML manual reproducibleArnout Engelen2020-12-021-1/+4
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'so/glossary-branch-is-not-necessarily-active'Junio C Hamano2020-12-141-1/+1
|\ \ \ \ \ \
| * | | | | | glossary: improve "branch" definitionSergey Organov2020-12-021-1/+1
| |/ / / / /
* | | | | | Merge branch 'dd/help-autocorrect-never'Junio C Hamano2020-12-141-7/+8
|\ \ \ \ \ \
| * | | | | | help.c: help.autocorrect=never means "do not compute suggestions"Drew DeVault2020-11-251-7/+8
* | | | | | | Eleventh batchJunio C Hamano2020-12-081-0/+45
* | | | | | | Merge branch 'sn/config-doc-typofix'Junio C Hamano2020-12-081-1/+1
|\ \ \ \ \ \ \
| * | | | | | | config.txt: fix a typo (backslash != backquote)Štěpán Němec2020-12-011-1/+1
* | | | | | | | Merge branch 'ma/grep-init-default'Junio C Hamano2020-12-081-33/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | MyFirstObjectWalk: drop `init_walken_defaults()`Martin Ågren2020-11-301-24/+0
| * | | | | | | | grep: use designated initializers for `grep_defaults`Martin Ågren2020-11-211-9/+1
| * | | | | | | | grep: don't set up a "default" repo for grepMartin Ågren2020-11-211-1/+1
* | | | | | | | | Merge branch 'js/trace2-session-id'Junio C Hamano2020-12-083-2/+32
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | docs: new transfer.advertiseSID optionJosh Steadmon2020-11-111-0/+4
| * | | | | | | | | docs: new capability to advertise session IDsJosh Steadmon2020-11-112-2/+28
* | | | | | | | | | Merge branch 'ds/config-literal-value'Junio C Hamano2020-12-081-13/+22
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | config doc: value-pattern is not necessarily a regexpJunio C Hamano2020-11-251-4/+7
| * | | | | | | | | | config: add --fixed-value option, un-implementedDerrick Stolee2020-11-251-7/+13
| * | | | | | | | | | config: replace 'value_regex' with 'value_pattern'Derrick Stolee2020-11-251-10/+10
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'ps/update-ref-multi-transaction'Junio C Hamano2020-12-081-1/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | update-ref: allow creation of multiple transactionsPatrick Steinhardt2020-11-161-1/+2
* | | | | | | | | | | Merge branch 'jt/trace-error-on-warning'Junio C Hamano2020-12-081-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | |
| * | | | | | | | | | usage: add trace2 entry upon warning()Jonathan Tan2020-11-241-1/+1
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Tenth batchJunio C Hamano2020-12-031-5/+16