summaryrefslogtreecommitdiffstats
path: root/t (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'nk/refspecs-negative-fix'Junio C Hamano2020-12-231-0/+51
|\
| * negative-refspec: fix segfault on : refspecNipunn Koorapati2020-12-221-0/+51
* | Merge branch 'ma/maintenance-crontab-fix'Junio C Hamano2020-12-231-0/+16
|\ \
| * | t7900-maintenance: test for magic markersMartin Ågren2020-12-211-0/+9
| * | gc: fix handling of crontab magic markersMartin Ågren2020-12-211-0/+7
* | | Merge branch 'dl/checkout-p-merge-base'Junio C Hamano2020-12-231-0/+5
|\ \ \
| * | | checkout -p: handle tree arguments correctly againJohannes Schindelin2020-12-211-0/+5
* | | | Merge branch 'js/no-more-prepare-for-main-in-test'Junio C Hamano2020-12-2311-619/+621
|\ \ \ \
| * | | | tests: drop the `PREPARE_FOR_MAIN_BRANCH` prereqJohannes Schindelin2020-12-171-8/+0
| * | | | t9902: use `main` as initial branch nameJohannes Schindelin2020-12-171-154/+155
| * | | | t6302: use `main` as initial branch nameJohannes Schindelin2020-12-171-29/+30
| * | | | t5703: use `main` as initial branch nameJohannes Schindelin2020-12-171-32/+33
| * | | | t5510: use `main` as initial branch nameJohannes Schindelin2020-12-171-83/+85
| * | | | t5505: finalize transitioning to using the branch name `main`Johannes Schindelin2020-12-171-78/+78
| * | | | t3205: finalize transitioning to using the branch name `main`Johannes Schindelin2020-12-171-4/+5
| * | | | t3203: complete the transition to using the branch name `main`Johannes Schindelin2020-12-171-21/+22
| * | | | t3201: finalize transitioning to using the branch name `main`Johannes Schindelin2020-12-171-41/+42
| * | | | t3200: finish transitioning to the initial branch name `main`Johannes Schindelin2020-12-171-132/+133
| * | | | t1400: use `main` as initial branch nameJohannes Schindelin2020-12-171-37/+38
* | | | | Merge branch 'jx/pack-redundant-on-single-pack'Junio C Hamano2020-12-231-4/+33
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | pack-redundant: fix crash when one packfile in repoJiang Xin2020-12-171-4/+33
* | | | | Merge branch 'jc/diff-I-status-fix'Junio C Hamano2020-12-191-0/+24
|\ \ \ \ \
| * | | | | diff: correct interaction between --exit-code and -I<pattern>Junio C Hamano2020-12-171-0/+24
* | | | | | Merge branch 'es/perf-export-fix'Junio C Hamano2020-12-191-2/+7
|\ \ \ \ \ \
| * | | | | | t/perf: fix test_export() failure with BSD `sed`Eric Sunshine2020-12-161-2/+7
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'js/init-defaultbranch-advice'Junio C Hamano2020-12-193-3/+20
|\ \ \ \ \ \
| * | | | | | init: provide useful advice about init.defaultBranchJohannes Schindelin2020-12-143-3/+12
| * | | | | | branch -m: allow renaming a yet-unborn branchJohannes Schindelin2020-12-141-0/+8
* | | | | | | Merge branch 'js/t7064-master-to-initial'Junio C Hamano2020-12-181-51/+52
|\ \ \ \ \ \ \
| * | | | | | | t7064: avoid relying on a specific default branch nameJohannes Schindelin2020-12-081-51/+52
* | | | | | | | Merge branch 'js/t6300-hardcode-main'Junio C Hamano2020-12-181-88/+90
|\ \ \ \ \ \ \ \
| * | | | | | | | t6300: avoid using the default name of the initial branchJohannes Schindelin2020-12-071-88/+90
| |/ / / / / / /
* | | | | | | | Merge branch 'jk/oid-array-cleanup'Junio C Hamano2020-12-181-3/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | t0064: make duplicate tests more robustJeff King2020-12-041-2/+5
| * | | | | | | | t0064: drop sha1 mention from filenameJeff King2020-12-041-1/+1
| |/ / / / / / /
* | | | | | | | Merge branch 'tb/partial-clone-filters-fix'Junio C Hamano2020-12-181-1/+9
|\ \ \ \ \ \ \ \
| * | | | | | | | upload-pack.c: don't free allowed_filters util pointersTaylor Blau2020-12-031-1/+9
| |/ / / / / / /
* | | | | | | | Merge branch 'js/t7900-protect-pwd-in-config-get'Junio C Hamano2020-12-181-2/+2
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | t7900: use --fixed-value in git-maintenance testsJosh Steadmon2020-12-101-2/+2
* | | | | | | | Merge branch 'js/t5526-with-no-particular-primary-branch-name'Junio C Hamano2020-12-141-40/+43
|\ \ \ \ \ \ \ \
| * | | | | | | | t5526: drop the prereq expecting the default branch name `main`Johannes Schindelin2020-12-041-21/+21
| * | | | | | | | t5526: avoid depending on a specific default branch nameJohannes Schindelin2020-12-041-19/+22
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'jk/check-config-parsing-error-in-upload-pack'Junio C Hamano2020-12-141-0/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | upload-pack: propagate return value from object filter config callbackJeff King2020-12-031-0/+8
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'fc/atmark-in-refspec'Junio C Hamano2020-12-142-50/+58
|\ \ \ \ \ \ \ \
| * | | | | | | | refspec: make @ a synonym of HEADFelipe Contreras2020-11-302-51/+58
| * | | | | | | | tests: push: trivial cleanupFelipe Contreras2020-11-301-2/+1
| * | | | | | | | tests: push: improve cleanup of HEAD testsFelipe Contreras2020-11-301-1/+3
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'dd/help-autocorrect-never'Junio C Hamano2020-12-141-8/+22
|\ \ \ \ \ \ \ \
| * | | | | | | | help.c: help.autocorrect=never means "do not compute suggestions"Drew DeVault2020-11-251-8/+22