summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)Author
2020-09-22Merge branch 'jk/dont-count-existing-objects-twice'Junio C Hamano
2020-09-22Merge branch 'al/ref-filter-merged-and-no-merged'Junio C Hamano
2020-09-22Merge branch 'kk/build-portability-fix'Junio C Hamano
2020-09-22Merge branch 'pw/add-p-edit-ita-path'Junio C Hamano
2020-09-22builtin/clone: avoid failure with GIT_DEFAULT_HASHbrian m. carlson
2020-09-21t3200: avoid variations of the `master` branch nameJohannes Schindelin
2020-09-21t/test-terminal: avoid non-inclusive languageJohannes Schindelin
2020-09-19send-pack: run GPG after atomic push checkingHan Xin
2020-09-19archive: add --add-fileRené Scharfe
2020-09-19git-p4: use HEAD~$n to find parent commit for unshelveLuke Diamand
2020-09-19git-p4 unshelve: adding a commit breaks git-p4 unshelveLuke Diamand
2020-09-19Merge branch 'mt/config-fail-nongit-early'Junio C Hamano
2020-09-19Merge branch 'jc/quote-path-cleanup'Junio C Hamano
2020-09-19Merge branch 'jk/add-i-fixes'Junio C Hamano
2020-09-19Merge branch 'al/t3200-back-on-a-branch'Junio C Hamano
2020-09-18commit-graph: introduce 'commitGraph.maxNewFilters'Taylor Blau
2020-09-18builtin/commit-graph.c: introduce '--max-new-filters=<n>'Taylor Blau
2020-09-18bloom: encode out-of-bounds filters as non-emptyTaylor Blau
2020-09-17packfile: actually set approximate_object_count_validJeff King
2020-09-17maintenance: use pointers to check --autoDerrick Stolee
2020-09-17maintenance: create maintenance.<task>.enabled configDerrick Stolee
2020-09-17maintenance: add --task optionDerrick Stolee
2020-09-17maintenance: add commit-graph taskDerrick Stolee
2020-09-17maintenance: replace run_auto_gc()Derrick Stolee
2020-09-17maintenance: add --quiet optionDerrick Stolee
2020-09-17maintenance: create basic maintenance runnerDerrick Stolee
2020-09-17bloom/diff: properly short-circuit on max_changesDerrick Stolee
2020-09-17bloom: use provided 'struct bloom_filter_settings'Taylor Blau
2020-09-17bloom: split 'get_bloom_filter()' in twoTaylor Blau
2020-09-17commit-graph.c: store maximum changed pathsTaylor Blau
2020-09-16ref-filter: allow merged and no-merged filtersAaron Lipman
2020-09-16t3201: test multiple branch filter combinationsAaron Lipman
2020-09-10wt-status: consistently quote paths in "status --short" outputJunio C Hamano
2020-09-10Fit to Plan 9's ANSI/POSIX compatibility layerKyohei Kadota
2020-09-09Merge branch 'jt/interpret-branch-name-fallback'Junio C Hamano
2020-09-09Merge branch 'hv/ref-filter-misc'Junio C Hamano
2020-09-09Merge branch 'ss/submodule-summary-in-c-fixes'Junio C Hamano
2020-09-09Merge branch 'es/worktree-repair'Junio C Hamano
2020-09-09Merge branch 'tb/repack-clearing-midx'Junio C Hamano
2020-09-09Merge branch 'ss/submodule-summary-in-c'Junio C Hamano
2020-09-09commit-graph: respect 'commitGraph.readChangedPaths'Taylor Blau
2020-09-09t/helper/test-read-graph.c: prepare repo settingsTaylor Blau
2020-09-09t4216: use an '&&'-chainTaylor Blau
2020-09-09commit-graph: introduce 'get_bloom_filter_settings()'Taylor Blau
2020-09-09add -p: fix editing of intent-to-add pathsPhillip Wood
2020-09-09config: complain about --worktree outside of a git repoMatheus Tavares
2020-09-08t3200: clean side effect of git checkout --orphanAaron Lipman
2020-09-08add--interactive.perl: specify --no-color explicitlyJeff King
2020-09-08add-patch: fix inverted return code of repo_read_index()Jeff King
2020-09-03Merge branch 'mr/diff-hide-stat-wo-textual-change'Junio C Hamano