summaryrefslogtreecommitdiffstats
path: root/shallow.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-08-18unpack-trees: optimize walking same trees with cache-treeNguyễn Thái Ngọc Duy1-0/+127
2018-08-18unpack-trees: add performance tracingNguyễn Thái Ngọc Duy2-1/+10
2018-08-18trace.h: support nested performance tracingNguyễn Thái Ngọc Duy7-20/+96
2018-08-17Seventh batch for 2.19 cycleJunio C Hamano1-0/+64
2018-08-16Sixth batch for 2.19 cycleJunio C Hamano1-0/+77
2018-08-06Makefile: add missing dependency for command-list.hNguyễn Thái Ngọc Duy1-1/+1
2018-08-06t4150: fix broken test for am --scissorsAndrei Rybak1-19/+20
2018-08-06pull --rebase=<type>: allow single-letter abbreviations for the typeJohannes Schindelin2-3/+15
2018-08-06add a script to diff rendered documentationJeff King2-0/+110
2018-08-06config: document git config getter return valueHan-Wen Nienhuys1-1/+6
2018-08-06config.txt: reorder blame stuff to keep config keys sortedNguyễn Thái Ngọc Duy1-34/+34
2018-08-06t3031: update test description to mention desired behaviorElijah Newren1-1/+1
2018-08-03submodule.h: drop extern from function declarationNguyễn Thái Ngọc Duy1-56/+56
2018-08-03revision.h: drop extern from function declarationNguyễn Thái Ngọc Duy1-34/+35
2018-08-03repository.h: drop extern from function declarationNguyễn Thái Ngọc Duy1-14/+11
2018-08-03rerere.h: drop extern from function declarationNguyễn Thái Ngọc Duy1-7/+7
2018-08-03line-range.h: drop extern from function declarationNguyễn Thái Ngọc Duy1-6/+6
2018-08-03diff.h: remove extern from function declarationNguyễn Thái Ngọc Duy1-60/+60
2018-08-03diffcore.h: drop extern from function declarationNguyễn Thái Ngọc Duy1-25/+25
2018-08-03convert.h: drop 'extern' from function declarationNguyễn Thái Ngọc Duy1-27/+29
2018-08-03cache-tree.h: drop extern from function declarationNguyễn Thái Ngọc Duy1-1/+1
2018-08-03blame.h: drop extern on func declarationNguyễn Thái Ngọc Duy1-12/+16
2018-08-03attr.h: drop extern from function declarationNguyễn Thái Ngọc Duy1-12/+12
2018-08-03apply.h: drop extern on func declarationNguyễn Thái Ngọc Duy1-12/+11
2018-08-03color: protect against out-of-bounds reads and writesEric Sunshine1-0/+3
2018-08-03parse-options: automatically infer PARSE_OPT_LITERAL_ARGHELPRené Scharfe9-15/+12
2018-08-03shortlog: correct option help for -wRené Scharfe1-2/+4
2018-08-03send-pack: specify --force-with-lease argument help explicitlyRené Scharfe1-2/+3
2018-08-03pack-objects: specify --index-version argument help explicitlyRené Scharfe1-2/+2
2018-08-03difftool: remove angular brackets from argument helpRené Scharfe1-2/+2
2018-08-03add, update-index: fix --chmod argument helpRené Scharfe2-2/+4
2018-08-03push: use PARSE_OPT_LITERAL_ARGHELP instead of unbalanced bracketsÆvar Arnfjörð Bjarmason1-2/+2
2018-08-03Fifth batch for 2.19 cycleJunio C Hamano1-0/+107
2018-08-02sha1dc: update from upstreamÆvar Arnfjörð Bjarmason2-1/+11
2018-08-02score_trees(): fix iteration over trees with missing entriesJeff King2-17/+54
2018-08-02remote: make refspec follow the same disambiguation rule as local refsJunio C Hamano3-8/+58
2018-08-02fetch-pack: unify ref in and out paramJonathan Tan9-84/+50
2018-08-01git-p4: add the `p4-pre-submit` hookChen Bin4-1/+59
2018-08-01xdiff: reduce indent heuristic overheadStefan Beller1-1/+11
2018-08-01fetch doc: cross-link two new negotiation optionsÆvar Arnfjörð Bjarmason2-0/+5
2018-08-01negotiator: unknown fetch.negotiationAlgorithm should error outÆvar Arnfjörð Bjarmason3-4/+34
2018-08-01travis-ci: include the trash directories of failed tests in the trace logSZEDER Gábor3-3/+104
2018-08-01remote: clear string_list after use in mv()René Scharfe1-2/+3
2018-07-31read-cache: fix directory/file conflict handling in read_index_unmerged()Elijah Newren4-14/+12