summaryrefslogtreecommitdiffstats
path: root/Documentation/git-remote-ext.txt (unfollow)
Commit message (Expand)AuthorFilesLines
2018-10-10Declare that the next one will be named 2.20Junio C Hamano2-167/+168
2018-09-27Git 2.19.1v2.19.1Junio C Hamano3-2/+8
2018-09-27Git 2.18.1v2.18.1Junio C Hamano3-2/+8
2018-09-27Git 2.17.2v2.17.2Junio C Hamano3-2/+14
2018-09-27fsck: detect submodule paths starting with dashJeff King2-0/+15
2018-09-27fsck: detect submodule urls starting with dashJeff King2-0/+22
2018-09-27Git 2.16.5v2.16.5Junio C Hamano3-2/+8
2018-09-27Git 2.15.3v2.15.3Junio C Hamano3-2/+8
2018-09-27Git 2.14.5v2.14.5Junio C Hamano3-2/+18
2018-09-27submodule-config: ban submodule paths that start with a dashJeff King2-0/+22
2018-09-27submodule-config: ban submodule urls that start with dashJeff King2-0/+42
2018-09-27submodule--helper: use "--" to signal end of clone optionsJeff King1-0/+1
2018-09-26mailmap: consistently normalize brian m. carlson's nameJonathan Nieder1-1/+1
2018-09-24Second batch post 2.19Junio C Hamano1-0/+55
2018-09-24t5551: compare sorted cookies filesThomas Gummerer1-2/+2
2018-09-24t5551: move setup code inside test_expect blocksThomas Gummerer1-33/+33
2018-09-21commit-reach: fix memory and flag leaksDerrick Stolee1-0/+5
2018-09-21commit-reach: properly peel tagsDerrick Stolee3-14/+74
2018-09-21git-describe.1: clarify that "human readable" is also git-readableFrederick Eaton1-1/+3
2018-09-21git-column.1: clarify initial description, provide examplesFrederick Eaton1-2/+33
2018-09-21git-archimport.1: specify what kind of Arch we're talking aboutFrederick Eaton1-2/+3
2018-09-21add: do not accept pathspec magic 'attr'Nguyễn Thái Ngọc Duy2-2/+2
2018-09-20merge-recursive: rename merge_file_1() and merge_content()Elijah Newren1-32/+34
2018-09-20merge-recursive: remove final remaining caller of merge_file_one()Elijah Newren1-27/+17
2018-09-20merge-recursive: avoid wrapper function when unnecessary and wastefulElijah Newren1-4/+1
2018-09-20merge-recursive: set paths correctly when three-way merging contentElijah Newren1-40/+9
2018-09-20gc: fix regression in 7b0f229222 impacting --quietÆvar Arnfjörð Bjarmason2-1/+22
2018-09-20git-config.txt: fix 'see: above' noteMartin Ågren1-2/+2
2018-09-20Doc: use `--type=bool` instead of `--bool`Martin Ågren3-4/+4
2018-09-20delta-islands.h: add missing forward declarations (hdr-check)Ramsay Jones1-0/+4
2018-09-20midx.h: add missing forward declarations (hdr-check)Ramsay Jones1-0/+3
2018-09-20refs/refs-internal.h: add missing declarations (hdr-check)Ramsay Jones1-0/+4
2018-09-20refs/packed-backend.h: add missing declaration (hdr-check)Ramsay Jones1-0/+2
2018-09-20refs/ref-cache.h: add missing declarations (hdr-check)Ramsay Jones1-0/+3
2018-09-20ewah/ewok_rlw.h: add missing include (hdr-check)Ramsay Jones1-0/+2
2018-09-20json-writer.h: add missing include (hdr-check)Ramsay Jones1-0/+2
2018-09-20Makefile: add a hdr-check targetRamsay Jones1-0/+12
2018-09-20fetch doc: correct grammar in --force docsÆvar Arnfjörð Bjarmason1-2/+2
2018-09-19push doc: add spacing between two wordsÆvar Arnfjörð Bjarmason1-1/+1
2018-09-19config doc: add missing list separator for checkout.optimizeNewBranchÆvar Arnfjörð Bjarmason1-1/+1
2018-09-19pack-objects: handle island check for "external" delta baseJeff King1-16/+52
2018-09-17Initial batch post 2.19Junio C Hamano2-2/+113
2018-09-17fsck: verify multi-pack-indexDerrick Stolee2-1/+30
2018-09-17multi-pack-index: report progress during 'verify'Derrick Stolee1-0/+6
2018-09-17multi-pack-index: verify object offsetsDerrick Stolee2-1/+55
2018-09-17multi-pack-index: fix 32-bit vs 64-bit size checkDerrick Stolee1-1/+1
2018-09-17multi-pack-index: verify oid lookup orderDerrick Stolee2-0/+19
2018-09-17multi-pack-index: verify oid fanout orderDerrick Stolee2-0/+17
2018-09-17multi-pack-index: verify missing packDerrick Stolee2-0/+21
2018-09-17multi-pack-index: verify packname orderDerrick Stolee2-4/+12