summaryrefslogtreecommitdiff
path: root/Documentation
Commit message (Expand)AuthorAgeFilesLines
* The sixth batchJunio C Hamano2020-05-011-0/+52
* Merge branch 'es/bugreport'Junio C Hamano2020-05-011-0/+52
|\
| * bugreport: add compiler infoEmily Shaffer2020-04-161-0/+1
| * bugreport: add uname infoEmily Shaffer2020-04-161-0/+1
| * bugreport: gather git version and build infoEmily Shaffer2020-04-161-0/+4
| * bugreport: add tool to generate debugging infoEmily Shaffer2020-04-161-0/+46
* | Merge branch 'en/rebase-root-and-fork-point-are-incompatible'Junio C Hamano2020-05-011-2/+5
|\ \
| * | rebase: display an error if --root and --fork-point are both providedElijah Newren2020-04-271-2/+5
* | | Merge branch 'mt/doc-worktree-ref'Junio C Hamano2020-05-011-5/+6
|\ \ \
| * | | config doc: fix reference to config.worktree infoMatheus Tavares2020-04-241-5/+6
| |/ /
* | | Merge branch 'gs/commit-graph-path-filter'Junio C Hamano2020-05-012-0/+35
|\ \ \
| * | | commit-graph: add --changed-paths option to write subcommandGarima Singh2020-04-061-0/+5
| * | | commit-graph: write Bloom filters to commit graph fileGarima Singh2020-04-061-0/+30
* | | | Merge branch 'tb/commit-graph-split-strategy'Junio C Hamano2020-05-011-5/+12
|\ \ \ \
| * | | | Revert "commit-graph.c: introduce '--[no-]check-oids'"Junio C Hamano2020-04-291-5/+0
| * | | | commit-graph.c: introduce '--[no-]check-oids'Taylor Blau2020-04-151-0/+5
| * | | | builtin/commit-graph.c: introduce split strategy 'replace'Taylor Blau2020-04-151-3/+4
| * | | | builtin/commit-graph.c: introduce split strategy 'no-merge'Taylor Blau2020-04-151-0/+5
| * | | | builtin/commit-graph.c: support for '--split[=<strategy>]'Taylor Blau2020-04-151-5/+6
* | | | | The fifth batchJunio C Hamano2020-04-291-0/+19
* | | | | Merge branch 'ps/transactional-update-ref-stdin'Junio C Hamano2020-04-291-1/+27
|\ \ \ \ \
| * | | | | update-ref: implement interactive transaction handlingPatrick Steinhardt2020-04-021-0/+26
| * | | | | git-update-ref.txt: add missing wordPatrick Steinhardt2020-03-301-1/+1
* | | | | | Merge branch 'en/sparse-checkout'Junio C Hamano2020-04-291-0/+10
|\ \ \ \ \ \
| * | | | | | sparse-checkout: provide a new reapply subcommandElijah Newren2020-03-271-0/+10
* | | | | | | Merge branch 'dl/merge-autostash-rebase-quit-fix'Junio C Hamano2020-04-291-1/+2
|\ \ \ \ \ \ \
| * | | | | | | rebase: save autostash entry into stash reflog on --quitDenton Liu2020-04-281-1/+2
* | | | | | | | Merge branch 'dl/merge-autostash'Junio C Hamano2020-04-294-12/+26
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | pull: pass --autostash to mergeDenton Liu2020-04-102-11/+2
| * | | | | | | merge: teach --autostash optionDenton Liu2020-04-103-3/+26
| |/ / / / / /
* | | | | | | The fourth batchJunio C Hamano2020-04-281-0/+95
* | | | | | | Merge branch 'jn/demote-proto2-from-default'Junio C Hamano2020-04-281-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Revert "fetch: default to protocol version 2"Jonathan Nieder2020-04-221-1/+1
* | | | | | | | Merge branch 'ms/doc-revision-illustration-fix'Junio C Hamano2020-04-281-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | docs: fix minor glitch in illustrationMichael F. Schönitzer2020-04-211-1/+1
* | | | | | | | | Merge branch 'mt/grep-cquote-path'Junio C Hamano2020-04-281-2/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | grep: follow conventions for printing paths w/ unusual charsMatheus Tavares2020-04-201-2/+4
* | | | | | | | | | Merge branch 'ds/log-exclude-decoration-config'Junio C Hamano2020-04-282-1/+10
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | log: add log.excludeDecoration config optionDerrick Stolee2020-04-162-1/+10
* | | | | | | | | | | Merge branch 'eb/mboxrd-doc'Junio C Hamano2020-04-281-0/+6
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Documentation: explain "mboxrd" pretty formatEmma Brooks2020-04-151-0/+6
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'dr/doc-recurse-submodules'Junio C Hamano2020-04-2813-19/+52
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | doc: --recurse-submodules mostly applies to active submodulesDamien Robert2020-04-066-7/+9
| * | | | | | | | | | | doc: be more precise on (fetch|push).recurseSubmodulesDamien Robert2020-04-064-8/+13
| * | | | | | | | | | | doc: explain how to deactivate submodule.recurse completelyDamien Robert2020-04-061-0/+7
| * | | | | | | | | | | doc: document --recurse-submodules for reset and restoreDamien Robert2020-04-065-3/+20
| * | | | | | | | | | | doc: list all commands affected by submodule.recurseDamien Robert2020-04-062-3/+5
| | |_|_|_|_|/ / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'jc/log-no-mailmap'Junio C Hamano2020-04-281-0/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | log: give --[no-]use-mailmap a more sensible synonym --[no-]mailmapJunio C Hamano2020-03-161-0/+1
* | | | | | | | | | | | Merge branch 'ma/doc-discard-docbook-xsl-1.73'Junio C Hamano2020-04-288-132/+21
|\ \ \ \ \ \ \ \ \ \ \ \