summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-10-11read-cache: clean up casting and byte decodingLibravatar Ben Peart1-12/+11
2018-10-10Third batch for 2.20Libravatar Junio C Hamano1-0/+16
2018-10-10Merge branch 'ab/fsck-skiplist'Libravatar Junio C Hamano6-45/+171
2018-10-10Merge branch 'ds/multi-pack-verify'Libravatar Junio C Hamano6-20/+262
2018-10-10Merge branch 'bc/hash-independent-tests'Libravatar Junio C Hamano14-113/+350
2018-10-10Merge branch 'nd/test-tool'Libravatar Junio C Hamano13-114/+128
2018-10-10Merge branch 'nd/config-split'Libravatar Junio C Hamano10-702/+711
2018-10-10Declare that the next one will be named 2.20Libravatar Junio C Hamano2-167/+168
2018-10-07docs: typo: s/isimilar/similar/Libravatar Michael Witten1-1/+1
2018-10-07docs: graph: remove unnecessary `graph_update()' callLibravatar Michael Witten1-1/+0
2018-10-07docs: typo: s/go/to/Libravatar Michael Witten1-1/+1
2018-10-07git-completion.bash: add completion for stash listLibravatar Steven Fernandez1-0/+3
2018-10-07fetch: do not list refs if fetching only hashesLibravatar Jonathan Tan3-6/+54
2018-10-07transport: list refs before fetch if necessaryLibravatar Jonathan Tan3-0/+19
2018-10-07transport: do not list refs if possibleLibravatar Jonathan Tan3-3/+16
2018-10-07transport: allow skipping of ref listingLibravatar Jonathan Tan1-4/+25
2018-10-07tests: order arguments to git-rev-list properlyLibravatar Matthew DeVore3-29/+44
2018-10-07t9109: don't swallow Git errors upstream of pipesLibravatar Matthew DeVore1-13/+21
2018-10-07tests: don't swallow Git errors upstream of pipesLibravatar Matthew DeVore3-132/+141
2018-10-07t/*: fix ordering of expected/observed argumentsLibravatar Matthew DeVore32-112/+112
2018-10-07tests: standardize pipe placementLibravatar Matthew DeVore7-250/+344
2018-10-07Documentation: add shell guidelinesLibravatar Matthew DeVore2-0/+45
2018-10-07t/README: reformat Do, Don't, Keep in mind listsLibravatar Matthew DeVore1-22/+20
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