summaryrefslogtreecommitdiff
path: root/Documentation
AgeCommit message (Expand)AuthorFilesLines
2018-09-17Merge branch 'es/format-patch-interdiff'Junio C Hamano1-0/+10
2018-09-17Merge branch 'cc/delta-islands'Junio C Hamano3-0/+121
2018-09-17Merge branch 'jk/trailer-fixes'Junio C Hamano1-2/+8
2018-09-17Merge branch 'tg/rerere'Junio C Hamano1-0/+182
2018-09-17Merge branch 'ds/multi-pack-index'Junio C Hamano4-0/+247
2018-09-17Merge branch 'jk/branch-l-1-repurpose'Junio C Hamano1-7/+2
2018-09-17Merge branch 'ts/doc-build-manpage-xsl-quietly'Junio C Hamano1-1/+1
2018-09-17Merge branch 'bp/checkout-new-branch-optim'Junio C Hamano1-0/+8
2018-09-17multi-pack-index: add 'verify' verbDerrick Stolee1-0/+10
2018-09-17Revert "doc/Makefile: drop doc-diff worktree and temporary files on "make cle...Junio C Hamano1-1/+0
2018-09-12fsck: support comments & empty lines in skipListÆvar Arnfjörð Bjarmason1-2/+3
2018-09-12fsck: use oidset instead of oid_array for skipListRené Scharfe1-5/+6
2018-09-12fsck: document that skipList input must be unabbreviatedÆvar Arnfjörð Bjarmason1-1/+1
2018-09-12fsck: document and test commented & empty line skipList inputÆvar Arnfjörð Bjarmason1-4/+7
2018-09-12fsck: document and test sorted skipList inputÆvar Arnfjörð Bjarmason1-1/+9
2018-09-12update-ref: allow --no-deref with --stdinElijah Newren1-1/+1
2018-09-12config.txt: move submodule part out to a separate fileNguyễn Thái Ngọc Duy2-82/+83
2018-09-12config.txt: move sequence.editor out of "core" partNguyễn Thái Ngọc Duy1-6/+6
2018-09-12config.txt: move sendemail part out to a separate fileNguyễn Thái Ngọc Duy2-63/+64
2018-09-12config.txt: move receive part out to a separate fileNguyễn Thái Ngọc Duy2-123/+124
2018-09-12config.txt: move push part out to a separate fileNguyễn Thái Ngọc Duy2-113/+114
2018-09-12config.txt: move pull part out to a separate fileNguyễn Thái Ngọc Duy2-36/+37
2018-09-12config.txt: move gui part out to a separate fileNguyễn Thái Ngọc Duy2-57/+58
2018-09-12config.txt: move gitcvs part out to a separate fileNguyễn Thái Ngọc Duy2-67/+68
2018-09-12config.txt: move format part out to a separate fileNguyễn Thái Ngọc Duy2-87/+88
2018-09-12config.txt: move fetch part out to a separate fileNguyễn Thái Ngọc Duy2-65/+66
2018-09-12config.txt: follow camelCase namingNguyễn Thái Ngọc Duy1-1/+1
2018-09-10config: document value 2 for protocol.versionBrandon Williams1-0/+2
2018-09-10Git 2.19v2.19.0Junio C Hamano1-8/+0
2018-09-05doc-diff: force worktree addJeff King1-1/+1
2018-09-04Git 2.19-rc2v2.19.0-rc2Junio C Hamano1-0/+23
2018-09-04Documentation/git.txt: clarify that GIT_TRACE=/path appendsSZEDER Gábor1-2/+2
2018-08-31fetch: stop clobbering existing tags without --forceÆvar Arnfjörð Bjarmason1-4/+11
2018-08-31fetch: document local ref updates with/without --forceÆvar Arnfjörð Bjarmason2-10/+37
2018-08-31push doc: correct lies about how push refspecs workÆvar Arnfjörð Bjarmason2-10/+47
2018-08-31push doc: move mention of "tag <tag>" later in the proseÆvar Arnfjörð Bjarmason1-2/+2
2018-08-31push doc: remove confusing mention of remote mergerÆvar Arnfjörð Bjarmason1-2/+1
2018-08-31doc/Makefile: drop doc-diff worktree and temporary files on "make clean"Eric Sunshine1-0/+1
2018-08-31doc-diff: add --clean mode to remove temporary working gunkEric Sunshine1-3/+16
2018-08-31doc-diff: fix non-portable 'man' invocationEric Sunshine1-1/+1
2018-08-30doc/git-branch: remove obsolete "-l" referencesJeff King1-5/+1
2018-08-30doc-diff: always use oids inside worktreeJeff King1-4/+4
2018-08-30worktree: teach 'remove' to override lock when --force given twiceEric Sunshine1-0/+1
2018-08-30worktree: teach 'move' to override lock when --force given twiceEric Sunshine1-0/+3
2018-08-30worktree: teach 'add' to respect --force for registered but missing pathEric Sunshine1-2/+6
2018-08-29Documentation/Makefile: make manpage-base-url.xsl generation quieterTim Schumacher1-1/+1
2018-08-29rerere: add note about files with existing conflict markersThomas Gummerer1-0/+6
2018-08-29rerere: mention caveat about unmatched conflict markersThomas Gummerer1-0/+4
2018-08-27Getting ready for -rc1Junio C Hamano1-1/+34
2018-08-27Merge branch 'ds/commit-graph-fsck'Junio C Hamano1-6/+11