summaryrefslogtreecommitdiffstats
path: root/submodule.h (unfollow)
Commit message (Expand)AuthorFilesLines
2018-10-22t1300: extract and use test_cmp_config()Nguyễn Thái Ngọc Duy2-60/+42
2018-10-19Fifth batch for 2.20Junio C Hamano1-0/+82
2018-10-16Fourth batch for 2.20Junio C Hamano1-0/+50
2018-10-11read-cache: load cache entries on worker threadsBen Peart1-37/+193
2018-10-11ieot: add Index Entry Offset Table (IEOT) extensionBen Peart2-3/+211
2018-10-11read-cache: load cache extensions on a worker threadBen Peart1-16/+79
2018-10-11config: add new index.threads config settingBen Peart5-0/+36
2018-10-11eoie: add End of Index Entry (EOIE) extensionBen Peart3-12/+177
2018-10-11read-cache: clean up casting and byte decodingBen Peart1-12/+11
2018-10-10Third batch for 2.20Junio C Hamano1-0/+16
2018-10-10cache-tree: skip some blob checks in partial cloneJonathan Tan2-1/+38
2018-10-10Declare that the next one will be named 2.20Junio C Hamano2-167/+168
2018-10-09transport.c: introduce core.alternateRefsPrefixesTaylor Blau3-0/+20
2018-10-09transport.c: introduce core.alternateRefsCommandTaylor Blau3-4/+59
2018-10-09transport.c: extract 'fill_alternate_refs_command'Taylor Blau1-6/+12
2018-10-09transport: drop refnames from for_each_alternate_refJeff King4-8/+6
2018-10-07docs: typo: s/isimilar/similar/Michael Witten1-1/+1
2018-10-07docs: graph: remove unnecessary `graph_update()' callMichael Witten1-1/+0
2018-10-07docs: typo: s/go/to/Michael Witten1-1/+1
2018-10-07git-completion.bash: add completion for stash listSteven Fernandez1-0/+3
2018-10-07fetch: do not list refs if fetching only hashesJonathan Tan3-6/+54
2018-10-07transport: list refs before fetch if necessaryJonathan Tan3-0/+19
2018-10-07transport: do not list refs if possibleJonathan Tan3-3/+16
2018-10-07transport: allow skipping of ref listingJonathan Tan1-4/+25
2018-10-07tests: order arguments to git-rev-list properlyMatthew DeVore3-29/+44
2018-10-07t9109: don't swallow Git errors upstream of pipesMatthew DeVore1-13/+21
2018-10-07tests: don't swallow Git errors upstream of pipesMatthew DeVore3-132/+141
2018-10-07t/*: fix ordering of expected/observed argumentsMatthew DeVore32-112/+112
2018-10-07tests: standardize pipe placementMatthew DeVore7-250/+344
2018-10-07Documentation: add shell guidelinesMatthew DeVore2-0/+45
2018-10-07t/README: reformat Do, Don't, Keep in mind listsMatthew DeVore1-22/+20
2018-10-07commit-graph: reduce initial oid allocationDerrick Stolee1-1/+1
2018-10-07builtin/commit-graph.c: UNLEAK variablesMartin Ågren1-5/+6
2018-10-07commit-graph: clean up leaked memory during writeDerrick Stolee1-5/+9
2018-10-05diff --color-moved: fix a memory leakPhillip Wood1-2/+2
2018-10-05diff --color-moved-ws: fix another memory leakPhillip Wood1-0/+2
2018-10-05diff --color-moved-ws: fix a memory leakPhillip Wood1-1/+4
2018-10-05diff --color-moved-ws: fix out of bounds string accessPhillip Wood1-1/+1
2018-10-05diff --color-moved-ws: fix double free crashPhillip Wood1-37/+45
2018-10-04oidset: uninline oidset_init()René Scharfe2-6/+14
2018-10-04oidset: use khashRené Scharfe2-30/+40
2018-10-04khash: factor out kh_release_*René Scharfe1-2/+7
2018-10-04fetch-pack: load tip_oids eagerly iff neededRené Scharfe1-21/+15
2018-10-04fetch-pack: factor out is_unmatched_ref()René Scharfe1-8/+11
2018-10-04fetch-pack: exclude blobs when lazy-fetching treesJonathan Tan3-0/+62
2018-10-04fetch-pack: avoid object flags if no_dependentsJonathan Tan1-42/+59
2018-10-04mingw: bump the minimum Windows version to VistaJohannes Schindelin2-5/+1
2018-10-04mingw: set _WIN32_WINNT explicitly for Git for WindowsJohannes Schindelin1-1/+1
2018-10-04compat/poll: prepare for targeting Windows VistaJohannes Schindelin2-3/+18
2018-10-04more oideq/hasheq conversionsJeff King4-7/+8