summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-10Merge branch 'ds/multi-pack-verify'Junio C Hamano
2018-10-10Merge branch 'bc/hash-independent-tests'Junio C Hamano
2018-10-10Merge branch 'nd/test-tool'Junio C Hamano
2018-10-10Merge branch 'nd/config-split'Junio C Hamano
2018-10-10cache-tree: skip some blob checks in partial cloneJonathan Tan
2018-10-10contrib: add coverage-diff scriptDerrick Stolee
2018-10-10Declare that the next one will be named 2.20Junio C Hamano
2018-10-09editorconfig: indicate settings should be kept in syncbrian m. carlson
2018-10-09editorconfig: provide editor settings for Git developersbrian m. carlson
2018-10-09transport.c: introduce core.alternateRefsPrefixesTaylor Blau
2018-10-09transport.c: introduce core.alternateRefsCommandTaylor Blau
2018-10-09transport.c: extract 'fill_alternate_refs_command'Taylor Blau
2018-10-09transport: drop refnames from for_each_alternate_refJeff King
2018-10-07docs: typo: s/isimilar/similar/Michael Witten
2018-10-07docs: graph: remove unnecessary `graph_update()' callMichael Witten
2018-10-07docs: typo: s/go/to/Michael Witten
2018-10-07git-completion.bash: add completion for stash listSteven Fernandez
2018-10-07fetch: do not list refs if fetching only hashesJonathan Tan
2018-10-07transport: list refs before fetch if necessaryJonathan Tan
2018-10-07transport: do not list refs if possibleJonathan Tan
2018-10-07transport: allow skipping of ref listingJonathan Tan
2018-10-06tests: order arguments to git-rev-list properlyMatthew DeVore
2018-10-06t9109: don't swallow Git errors upstream of pipesMatthew DeVore
2018-10-06tests: don't swallow Git errors upstream of pipesMatthew DeVore
2018-10-06t/*: fix ordering of expected/observed argumentsMatthew DeVore
2018-10-06tests: standardize pipe placementMatthew DeVore
2018-10-06Documentation: add shell guidelinesMatthew DeVore
2018-10-06t/README: reformat Do, Don't, Keep in mind listsMatthew DeVore
2018-10-06commit-graph: reduce initial oid allocationDerrick Stolee
2018-10-06builtin/commit-graph.c: UNLEAK variablesMartin Ågren
2018-10-06commit-graph: clean up leaked memory during writeDerrick Stolee
2018-10-06subtree: improve decision on merges kept in splitStrain, Roger L
2018-10-06subtree: use commits before rejoins for splitsStrain, Roger L
2018-10-06subtree: make --ignore-joins pay attention to addsStrain, Roger L
2018-10-06subtree: refactor split of a commit into standalone methodStrain, Roger L
2018-10-05diff --color-moved: fix a memory leakPhillip Wood
2018-10-05diff --color-moved-ws: fix another memory leakPhillip Wood
2018-10-05diff --color-moved-ws: fix a memory leakPhillip Wood
2018-10-05diff --color-moved-ws: fix out of bounds string accessPhillip Wood
2018-10-05diff --color-moved-ws: fix double free crashPhillip Wood
2018-10-04oidset: uninline oidset_init()René Scharfe
2018-10-04oidset: use khashRené Scharfe
2018-10-04khash: factor out kh_release_*René Scharfe
2018-10-04fetch-pack: load tip_oids eagerly iff neededRené Scharfe
2018-10-04fetch-pack: factor out is_unmatched_ref()René Scharfe
2018-10-04fetch-pack: exclude blobs when lazy-fetching treesJonathan Tan
2018-10-04fetch-pack: avoid object flags if no_dependentsJonathan Tan
2018-10-04mingw: bump the minimum Windows version to VistaJohannes Schindelin
2018-10-04mingw: set _WIN32_WINNT explicitly for Git for WindowsJohannes Schindelin
2018-10-04compat/poll: prepare for targeting Windows VistaJohannes Schindelin