summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-17contrib/completion: extract common diff/difftool optionsDenton Liu1-9/+6
2020-09-17git-diff.txt: backtick quote command textDenton Liu1-9/+9
2020-09-17git-diff-index.txt: make --cached description a proper sentenceDenton Liu1-1/+1
2020-09-17t4068: remove unnecessary >tmpDenton Liu1-5/+5
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-16remote-mediawiki doc: link to MediaWiki's current versionÆvar Arnfjörð Bjarmason1-0/+3
2020-09-16remote-mediawiki doc: correct link to GitHub projectÆvar Arnfjörð Bjarmason3-3/+3
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
2020-09-10quote: turn 'nodq' parameter into a set of flagsJunio C Hamano3-13/+20
2020-09-10quote: rename misnamed sq_lookup[] to cq_lookup[]Junio C Hamano1-7/+7
2020-09-10wt-status: consistently quote paths in "status --short" outputJunio C Hamano2-2/+29
2020-09-10quote_path: code clarificationJunio C Hamano1-7/+12
2020-09-10quote_path: optionally allow quoting a path with SP in itJunio C Hamano3-12/+11
2020-09-10quote_path: give flags parameter to quote_path()Junio C Hamano5-26/+26
2020-09-10quote_path: rename quote_path_relative() to quote_path()Junio C Hamano5-18/+14
2020-09-09Fit to Plan 9's ANSI/POSIX compatibility layerKyohei Kadota2-34/+34
2020-09-09Fourteenth batchJunio C Hamano1-0/+28
2020-09-09Merge branch 'os/vcbuild'Junio C Hamano4-4/+5
2020-09-09Merge branch 'jt/interpret-branch-name-fallback'Junio C Hamano20-53/+98
2020-09-09Merge branch 'js/ci-squelch-false-failure'Junio C Hamano1-3/+2
2020-09-09Merge branch 'pb/imap-send-updates'Junio C Hamano1-15/+19
2020-09-09Merge branch 'hv/ref-filter-misc'Junio C Hamano5-65/+161
2020-09-09Merge branch 'ss/submodule-summary-in-c-fixes'Junio C Hamano2-10/+9
2020-09-09Merge branch 'so/separate-field-for-m-and-diff-merges'Junio C Hamano3-8/+9
2020-09-09Merge branch 'es/worktree-repair'Junio C Hamano7-2/+445
2020-09-09Merge branch 'jk/worktree-check-clean-leakfix'Junio C Hamano1-5/+3
2020-09-09Merge branch 'tb/repack-clearing-midx'Junio C Hamano5-11/+65
2020-09-09Merge branch 'ss/submodule-summary-in-c'Junio C Hamano7-195/+512
2020-09-09refs: add GIT_TRACE_REFS debugging mechanismHan-Wen Nienhuys5-0/+409