summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-10-09editorconfig: indicate settings should be kept in syncLibravatar brian m. carlson2-0/+4
2018-10-09editorconfig: provide editor settings for Git developersLibravatar brian m. carlson1-0/+14
2018-10-09transport.c: introduce core.alternateRefsPrefixesLibravatar Taylor Blau3-0/+20
2018-10-09transport.c: introduce core.alternateRefsCommandLibravatar Taylor Blau3-4/+59
2018-10-09transport.c: extract 'fill_alternate_refs_command'Libravatar Taylor Blau1-6/+12
2018-10-09transport: drop refnames from for_each_alternate_refLibravatar Jeff King4-8/+6
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-07list-objects-filter: implement filter tree:0Libravatar Matthew DeVore7-0/+153
2018-10-07list-objects-filter-options: do not over-strbuf_initLibravatar Matthew DeVore1-4/+2
2018-10-07list-objects-filter: use BUG rather than dieLibravatar Matthew DeVore1-7/+4
2018-10-07revision: mark non-user-given objects insteadLibravatar Matthew DeVore4-16/+39
2018-10-07rev-list: handle missing tree objects properlyLibravatar Matthew DeVore6-7/+110
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-07subtree: improve decision on merges kept in splitLibravatar Strain, Roger L1-2/+19
2018-10-07subtree: use commits before rejoins for splitsLibravatar Strain, Roger L1-6/+20
2018-10-07subtree: make --ignore-joins pay attention to addsLibravatar Strain, Roger L1-7/+7
2018-10-07subtree: refactor split of a commit into standalone methodLibravatar Strain, Roger L1-36/+42
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