aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/commit-graph.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-29Eighteenth batchJunio C Hamano1-0/+24
2020-09-25Seventeenth batchJunio C Hamano1-0/+19
2020-09-25t1506: rev-parse A..B and A...BJunio C Hamano1-0/+18
2020-09-25protocol: re-enable v2 protocol by defaultJeff King3-11/+2
2020-09-24pull: don't warn if pull.ff has been setAlex Henrie2-3/+21
2020-09-24diff: fix modified lines stats with --stat and --numstatThomas Guyot-Sionnest2-13/+11
2020-09-23hooks--update.sample: use hash-agnostic zero OIDDenton Liu1-1/+1
2020-09-23hooks--pre-push.sample: use hash-agnostic zero OIDDenton Liu1-3/+3
2020-09-23hooks--pre-push.sample: modernize scriptDenton Liu1-8/+8
2020-09-22Sixteenth batchJunio C Hamano1-0/+31
2020-09-22builtin/clone: avoid failure with GIT_DEFAULT_HASHbrian m. carlson4-4/+20
2020-09-21diff-highlight: correctly match blank lines for flushJeff King1-1/+1
2020-09-20docs: explain how to deal with files that are always modifiedbrian m. carlson1-0/+33
2020-09-20docs: explain why reverts are not always applied on mergebrian m. carlson1-0/+21
2020-09-20docs: explain why squash merges are broken with long-running branchesbrian m. carlson1-0/+32
2020-09-19send-pack: run GPG after atomic push checkingHan Xin2-28/+53
2020-09-19git-p4: use HEAD~$n to find parent commit for unshelveLuke Diamand2-2/+2
2020-09-19git-p4 unshelve: adding a commit breaks git-p4 unshelveLuke Diamand1-2/+5
2020-09-19pack-write: use hashwrite_be32() in write_idx_file()René Scharfe1-8/+4
2020-09-18Fifteenth batchJunio C Hamano1-1/+28
2020-09-18Doc: prefer more specific file nameAaron Lipman4-3/+3
2020-09-18ref-filter: make internal reachable-filter API more preciseAaron Lipman2-18/+14
2020-09-18commit-graph: introduce 'commitGraph.maxNewFilters'Taylor Blau4-2/+43
2020-09-18builtin/commit-graph.c: introduce '--max-new-filters=<n>'Taylor Blau6-8/+112
2020-09-17commit-graph: rename 'split_commit_graph_opts'Taylor Blau3-34/+34
2020-09-17bloom: encode out-of-bounds filters as non-emptyTaylor Blau6-9/+54
2020-09-17contrib/completion: complete options that take refs for format-patchDenton Liu1-0/+4
2020-09-17remote: don't show success message when set-head failsChristian Schlack1-1/+1
2020-09-17packfile: actually set approximate_object_count_validJeff King2-0/+5
2020-09-17maintenance: add trace2 regions for task executionDerrick Stolee1-0/+2
2020-09-17maintenance: add auto condition for commit-graph taskDerrick Stolee3-0/+93
2020-09-17maintenance: use pointers to check --autoDerrick Stolee3-2/+18
2020-09-17maintenance: create maintenance.<task>.enabled configDerrick Stolee5-5/+44
2020-09-17maintenance: take a lock on the objects directoryDerrick Stolee1-0/+20
2020-09-17maintenance: add --task optionDerrick Stolee3-4/+98
2020-09-17maintenance: add commit-graph taskDerrick Stolee5-4/+45
2020-09-17maintenance: initialize task arrayDerrick Stolee1-1/+42
2020-09-17maintenance: replace run_auto_gc()Derrick Stolee10-23/+25
2020-09-17maintenance: add --quiet optionDerrick Stolee3-6/+23
2020-09-17maintenance: create basic maintenance runnerDerrick Stolee8-0/+175
2020-09-17bloom/diff: properly short-circuit on max_changesDerrick Stolee4-16/+100
2020-09-17bloom: use provided 'struct bloom_filter_settings'Taylor Blau4-19/+19
2020-09-17bloom: split 'get_bloom_filter()' in twoTaylor Blau7-13/+62
2020-09-17commit-graph.c: store maximum changed pathsTaylor Blau3-3/+16
2020-09-16mergetool: allow auto-merge for meld to follow the vim-diff behaviorLin Sun3-16/+96
2020-09-16ref-filter: allow merged and no-merged filtersAaron Lipman13-65/+92
2020-09-16Doc: cover multiple contains/no-contains filtersAaron Lipman4-0/+15
2020-09-16t3201: test multiple branch filter combinationsAaron Lipman1-11/+36
2020-09-15commit-graph-format.txt: fix no-parent valueConor Davis1-1/+1
2020-09-15fetch: pass --ipv4 and --ipv6 options to sub-fetchesAlex Riesen1-0/+4