summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-10-11eoie: add End of Index Entry (EOIE) extensionLibravatar Ben Peart3-12/+177
2018-10-11read-cache: clean up casting and byte decodingLibravatar Ben Peart1-12/+11
2018-10-11send-email: only consider lines containing @ or <> for automatic Cc'ingLibravatar Rasmus Villemoes1-0/+5
2018-10-11Documentation/git-send-email.txt: style fixesLibravatar Rasmus Villemoes1-4/+4
2018-10-11git-help.txt: document "git help cmd" vs "git cmd --help" for aliasesLibravatar Rasmus Villemoes1-0/+4
2018-10-11git.c: handle_alias: prepend alias info when first argument is -hLibravatar Rasmus Villemoes1-0/+3
2018-10-11help: redirect to aliased commands for "git cmd --help"Libravatar Rasmus Villemoes1-3/+31
2018-10-11doc: fix a typo and clarify a sentenceLibravatar Mihir Mehta2-3/+3
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-10subtree: add build targets 'man' and 'html'Libravatar Christian Hesse1-0/+4
2018-10-10cache-tree: skip some blob checks in partial cloneLibravatar Jonathan Tan2-1/+38
2018-10-10contrib: add coverage-diff scriptLibravatar Derrick Stolee1-0/+108
2018-10-10Declare that the next one will be named 2.20Libravatar Junio C Hamano2-167/+168
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