summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-10-07commit-graph: reduce initial oid allocationLibravatar Derrick Stolee1-1/+1
2018-10-07builtin/commit-graph.c: UNLEAK variablesLibravatar Martin Ågren1-5/+6
2018-10-07commit-graph: clean up leaked memory during writeLibravatar Derrick Stolee1-5/+9
2018-10-04diff --color-moved: fix a memory leakLibravatar Phillip Wood1-2/+2
2018-10-04diff --color-moved-ws: fix another memory leakLibravatar Phillip Wood1-0/+2
2018-10-04diff --color-moved-ws: fix a memory leakLibravatar Phillip Wood1-1/+4
2018-10-04diff --color-moved-ws: fix out of bounds string accessLibravatar Phillip Wood1-1/+1
2018-10-04diff --color-moved-ws: fix double free crashLibravatar Phillip Wood1-37/+45
2018-10-04oidset: uninline oidset_init()Libravatar René Scharfe2-6/+14
2018-10-04oidset: use khashLibravatar René Scharfe2-30/+40
2018-10-04khash: factor out kh_release_*Libravatar René Scharfe1-2/+7
2018-10-04fetch-pack: load tip_oids eagerly iff neededLibravatar René Scharfe1-21/+15
2018-10-04fetch-pack: factor out is_unmatched_ref()Libravatar René Scharfe1-8/+11
2018-10-04fetch-pack: exclude blobs when lazy-fetching treesLibravatar Jonathan Tan3-0/+62
2018-10-04fetch-pack: avoid object flags if no_dependentsLibravatar Jonathan Tan1-42/+59
2018-10-04mingw: bump the minimum Windows version to VistaLibravatar Johannes Schindelin2-5/+1
2018-10-04mingw: set _WIN32_WINNT explicitly for Git for WindowsLibravatar Johannes Schindelin1-1/+1
2018-10-04compat/poll: prepare for targeting Windows VistaLibravatar Johannes Schindelin2-3/+18
2018-10-04more oideq/hasheq conversionsLibravatar Jeff King4-7/+8
2018-10-03roll wt_status_state into wt_status and populate in the collect phaseLibravatar Stephen P. Smith3-93/+82
2018-10-03grep: add -r/--[no-]recursiveLibravatar René Scharfe3-2/+23
2018-10-03help -a: improve and make --verbose defaultLibravatar Nguyễn Thái Ngọc Duy4-10/+54
2018-10-03sequencer: use return value of oidset_insert()Libravatar René Scharfe1-3/+1
2018-09-29config.txt: correct the note about uploadpack.packObjectsHookLibravatar Nguyễn Thái Ngọc Duy1-4/+4
2018-09-29git doc: direct bug reporters to mailing list archiveLibravatar Jonathan Nieder1-1/+3
2018-09-29CodingGuidelines: document the API in *.h filesLibravatar Junio C Hamano1-1/+4
2018-09-28git-rebase.sh: fix typos in error messagesLibravatar Ralf Thielow1-3/+3
2018-09-28rev-parse: --show-superproject-working-tree should work during a mergeLibravatar Sam McKelvie2-1/+17
2018-09-28t1400: drop debug `echo` to actually execute `test`Libravatar Martin Ågren1-1/+1
2018-09-28t0000: do not get self-test disrupted by environment warningsLibravatar Junio C Hamano2-0/+12
2018-09-28preload-index: update GIT_FORCE_PRELOAD_TEST supportLibravatar Ben Peart4-3/+7
2018-09-28read-cache: update TEST_GIT_INDEX_VERSION supportLibravatar Ben Peart3-9/+15
2018-09-28fsmonitor: update GIT_TEST_FSMONITOR supportLibravatar Ben Peart5-9/+26
2018-09-27Doc: refer to the "commit-graph file" with dashLibravatar Martin Ågren2-10/+10
2018-09-27git-commit-graph.txt: refer to "*commit*-graph file"Libravatar Martin Ågren1-6/+6
2018-09-27git-commit-graph.txt: typeset more in monospaceLibravatar Martin Ågren1-6/+7
2018-09-27git-commit-graph.txt: fix bullet listsLibravatar Martin Ågren1-2/+2
2018-09-27doc: clarify gitcredentials path component matchingLibravatar David Zych1-0/+6
2018-09-27commit: fix erroneous BUG, 'multiple renames on the same target? how?'Libravatar Elijah Newren2-0/+24
2018-09-27Sync with 2.19.1Libravatar Junio C Hamano11-0/+154
2018-09-27Git 2.19.1Libravatar Junio C Hamano3-2/+8
2018-09-27Sync with 2.18.1Libravatar Junio C Hamano10-0/+148
2018-09-27Git 2.18.1Libravatar Junio C Hamano3-2/+8
2018-09-27Sync with 2.17.2Libravatar Junio C Hamano9-0/+142
2018-09-27Git 2.17.2Libravatar Junio C Hamano3-2/+14
2018-09-27fsck: detect submodule paths starting with dashLibravatar Jeff King2-0/+15
2018-09-27fsck: detect submodule urls starting with dashLibravatar Jeff King2-0/+22
2018-09-27Sync with 2.16.5Libravatar Junio C Hamano7-0/+93
2018-09-27Git 2.16.5Libravatar Junio C Hamano3-2/+8
2018-09-27Sync with 2.15.3Libravatar Junio C Hamano6-0/+87