summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* add-patch: fix inverted return code of repo_read_index()Jeff King2020-09-081-0/+7
* Merge branch 'dl/branch-cleanup' into masterJunio C Hamano2020-07-181-2/+2
|\
| * t3200: don't grep for `strerror()` stringMartin Ågren2020-07-181-2/+2
* | Merge branch 'jn/v0-with-extensions-fix' into masterJunio C Hamano2020-07-161-2/+13
|\ \
| * | repository: allow repository format upgrade with extensionsJonathan Nieder2020-07-161-2/+2
| * | Revert "check_repository_format_gently(): refuse extensions for old repositor...Jonathan Nieder2020-07-161-2/+13
* | | Merge branch 'tb/fix-persistent-shallow' into masterJunio C Hamano2020-07-091-0/+14
|\ \ \
| * | | commit.c: don't persist substituted parents when unshallowingTaylor Blau2020-07-081-0/+14
* | | | Merge branch 'rs/line-log-until' into masterJunio C Hamano2020-07-091-0/+8
|\ \ \ \
| * | | | revision: disable min_age optimization with line-logRené Scharfe2020-07-061-0/+8
* | | | | Merge branch 'ra/send-email-in-reply-to-from-command-line-wins' into masterJunio C Hamano2020-07-091-1/+13
|\ \ \ \ \
| * | | | | send-email: restore --in-reply-to superseding behaviorRafael Aquini2020-07-011-1/+13
* | | | | | Merge branch 'dl/test-must-fail-fixes-5'Junio C Hamano2020-07-0613-59/+121
|\ \ \ \ \ \
| * | | | | | lib-submodule-update: pass 'test_must_fail' as an argumentDenton Liu2020-06-248-26/+84
| * | | | | | lib-submodule-update: prepend "git" to $commandDenton Liu2020-06-1213-30/+34
| * | | | | | lib-submodule-update: consolidate --recurse-submodulesDenton Liu2020-04-291-3/+3
| * | | | | | lib-submodule-update: add space after function nameDenton Liu2020-04-291-3/+3
* | | | | | | Merge branch 'jk/fast-export-anonym-alt'Junio C Hamano2020-07-061-16/+38
|\ \ \ \ \ \ \
| * | | | | | | fast-export: anonymize "master" refnameJeff King2020-06-251-5/+7
| * | | | | | | fast-export: allow seeding the anonymized mappingJeff King2020-06-251-1/+10
| * | | | | | | fast-export: use xmemdupz() for anonymizing oidsJeff King2020-06-231-0/+15
| * | | | | | | t9351: derive anonymized tree checks from original repoJeff King2020-06-231-10/+6
* | | | | | | | Merge branch 'js/diff-files-i-t-a-fix-for-difftool'Junio C Hamano2020-07-062-3/+10
|\ \ \ \ \ \ \ \
| * | | | | | | | difftool -d: ensure that intent-to-add files are handled correctlyJohannes Schindelin2020-07-011-0/+8
| * | | | | | | | diff-files --raw: show correct post-image of intent-to-add filesJohannes Schindelin2020-07-011-3/+2
* | | | | | | | | Merge branch 'js/default-branch-name'Junio C Hamano2020-07-0634-95/+176
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | testsvn: respect `init.defaultBranch`Johannes Schindelin2020-06-241-0/+6
| * | | | | | | | | remote: use the configured default branch name when appropriateJohannes Schindelin2020-06-241-1/+10
| * | | | | | | | | clone: use configured default branch name when appropriateJohannes Schindelin2020-06-241-0/+15
| * | | | | | | | | init: allow setting the default for the initial branch name via the configDon Goodman-Wilson2020-06-241-0/+13
| * | | | | | | | | init: allow specifying the initial branch name for the new repositoryJohannes Schindelin2020-06-241-0/+13
| * | | | | | | | | submodule: fall back to remote's HEAD for missing remote.<name>.branchJohannes Schindelin2020-06-242-2/+21
| * | | | | | | | | send-pack/transport-helper: avoid mentioning a particular branchJohannes Schindelin2020-06-241-0/+6
| * | | | | | | | | fmt-merge-msg: stop treating `master` speciallyJohannes Schindelin2020-06-2328-93/+93
* | | | | | | | | | Merge branch 'bc/http-push-flagsfix'Junio C Hamano2020-07-061-0/+16
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | http-push: ensure unforced pushes fail when data would be lostbrian m. carlson2020-06-231-0/+16
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'js/pu-to-seen'Junio C Hamano2020-07-063-14/+14
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | tests: reference `seen` wherever `pu` was referencedJohannes Schindelin2020-06-253-14/+14
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'cb/is-descendant-of'Junio C Hamano2020-07-061-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | commit-reach: avoid is_descendant_of() shimCarlo Marcelo Arenas Belón2020-06-231-1/+1
* | | | | | | | | | | Merge branch 'es/get-worktrees-unsort'Junio C Hamano2020-07-061-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | worktree: drop get_worktrees() unused 'flags' argumentEric Sunshine2020-06-221-1/+1
* | | | | | | | | | | | Merge branch 'bc/sha-256-cvs-svn-updates'Junio C Hamano2020-07-067-25/+44
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | t/lib-git-svn: make hash size independentbrian m. carlson2020-06-221-7/+10
| * | | | | | | | | | | | t9101: make hash independentbrian m. carlson2020-06-221-5/+7
| * | | | | | | | | | | | t9104: make hash size independentbrian m. carlson2020-06-221-1/+2
| * | | | | | | | | | | | t9100: make test work with SHA-256brian m. carlson2020-06-221-3/+16
| * | | | | | | | | | | | t9108: make test hash independentbrian m. carlson2020-06-221-2/+2
| * | | | | | | | | | | | t9168: make test hash independentbrian m. carlson2020-06-221-4/+4
| * | | | | | | | | | | | t9109: make test hash independentbrian m. carlson2020-06-221-3/+3