summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/close-duped-fd-before-unlock-for-bundle'Junio C Hamano2018-11-181-0/+6
|\
| * bundle: dup() output descriptor closer to point-of-useJeff King2018-11-171-0/+6
* | Merge branch 'ab/rebase-in-c-escape-hatch'Junio C Hamano2018-11-181-0/+4
|\ \
| * | tests: add a special setup where rebase.useBuiltin is offÆvar Arnfjörð Bjarmason2018-11-161-0/+4
* | | Merge branch 'js/rebase-am-options'Junio C Hamano2018-11-181-0/+7
|\ \ \
| * | | rebase: validate -C<n> and --whitespace=<mode> parameters earlyJohannes Schindelin2018-11-161-0/+7
| |/ /
* | | Merge branch 'sg/ref-filter-wo-repository'Junio C Hamano2018-11-181-0/+6
|\ \ \
| * | | ref-filter: don't look for objects when outside of a repositorySZEDER Gábor2018-11-161-0/+6
| |/ /
* | | Merge branch 'ag/p3400-force-checkout'Junio C Hamano2018-11-181-5/+5
|\ \ \
| * | | p3400: replace calls to `git checkout -b' by `git checkout -B'Alban Gruin2018-11-121-5/+5
* | | | Merge branch 'js/rebase-r-and-merge-head'Junio C Hamano2018-11-181-0/+16
|\ \ \ \
| * | | | rebase -r: do not write MERGE_HEAD unless neededJohannes Schindelin2018-11-131-1/+1
| * | | | rebase -r: demonstrate bug with conflicting mergesJohannes Schindelin2018-11-131-0/+16
| |/ / /
* | | | Merge branch 'js/apply-recount-allow-noop'Junio C Hamano2018-11-181-0/+12
|\ \ \ \
| * | | | apply --recount: allow "no-op hunks"Johannes Schindelin2018-11-131-0/+12
| | |_|/ | |/| |
* | | | Merge branch 'ra/rev-parse-exclude-glob'Junio C Hamano2018-11-181-3/+57
|\ \ \ \
| * | | | refs: fix some exclude patterns being ignoredRafael Ascensão2018-11-131-12/+12
| * | | | refs: show --exclude failure with --branches/tags/remotes=globRafael Ascensão2018-11-131-3/+57
| |/ / /
* | | | Merge branch 'js/rebase-autostash-detach-fix'Junio C Hamano2018-11-181-0/+8
|\ \ \ \
| * | | | built-in rebase --autostash: leave the current branch alone if possibleJohannes Schindelin2018-11-081-1/+1
| * | | | built-in rebase: demonstrate regression with --autostashJohannes Schindelin2018-11-081-0/+8
* | | | | Merge branch 'ab/range-diff-no-patch'Junio C Hamano2018-11-181-0/+30
|\ \ \ \ \
| * | | | | range-diff: make diff option behavior (e.g. --stat) consistentÆvar Arnfjörð Bjarmason2018-11-141-23/+0
| * | | | | range-diff: fix regression in passing along diff optionsÆvar Arnfjörð Bjarmason2018-11-121-0/+53
* | | | | | Merge branch 'jk/verify-sig-merge-into-void'Junio C Hamano2018-11-182-0/+14
|\ \ \ \ \ \
| * | | | | | pull: handle --verify-signatures for unborn branchJeff King2018-11-071-0/+7
| * | | | | | merge: handle --verify-signatures for unborn branchJeff King2018-11-071-0/+7
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'jk/unused-parameter-fixes'Junio C Hamano2018-11-182-23/+1
|\ \ \ \ \ \
| * | | | | | assert NOARG/NONEG behavior of parse-options callbacksJeff King2018-11-061-0/+1
| * | | | | | parse-options: drop OPT_DATE()Jeff King2018-11-062-23/+0
* | | | | | | Merge branch 'mg/gpg-fingerprint-test'Junio C Hamano2018-11-182-14/+70
|\ \ \ \ \ \ \
| * | | | | | | t/t7510-signed-commit.sh: add signing subkey to Eris Discordia keyMichał Górny2018-11-052-9/+59
| * | | | | | | t/t7510-signed-commit.sh: Add %GP to custom format checksMichał Górny2018-11-051-6/+12
* | | | | | | | Merge branch 'ds/reachable-topo-order'Junio C Hamano2018-11-184-21/+160
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | t6012: make rev-list tests more interestingDerrick Stolee2018-11-021-9/+36
| * | | | | | | test-reach: add rev-list testsDerrick Stolee2018-11-021-0/+84
| * | | | | | | test-reach: add run_three_modes methodDerrick Stolee2018-11-021-4/+8
| * | | | | | | prio-queue: add 'peek' operationDerrick Stolee2018-11-022-8/+32
* | | | | | | | Merge branch 'nd/tree-walk-path-exclusion'Junio C Hamano2018-11-131-0/+17
|\ \ \ \ \ \ \ \
| * | | | | | | | tree-walk.c: fix overoptimistic inclusion in :(exclude) matchingNguyễn Thái Ngọc Duy2018-11-051-0/+17
* | | | | | | | | Merge branch 'jk/misc-unused-fixes'Junio C Hamano2018-11-132-0/+9
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | approxidate: fix NULL dereference in date_time()Jeff King2018-11-071-0/+1
| * | | | | | | | | approxidate: handle pending number for "specials"Jeff King2018-11-021-0/+1
| * | | | | | | | | rev-list: handle flags for --indexed-objectsJeff King2018-11-021-0/+7
* | | | | | | | | | Merge branch 'nd/per-worktree-ref-iteration'Junio C Hamano2018-11-134-0/+131
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | reflog expire: cover reflog from all worktreesNguyễn Thái Ngọc Duy2018-10-221-0/+15
| * | | | | | | | | | fsck: check HEAD and reflog from other worktreesNguyễn Thái Ngọc Duy2018-10-221-0/+35
| * | | | | | | | | | refs: new ref types to make per-worktree refs visible to all worktreesNguyễn Thái Ngọc Duy2018-10-221-0/+46
| * | | | | | | | | | Add a place for (not) sharing stuff between worktreesNguyễn Thái Ngọc Duy2018-10-072-0/+35
* | | | | | | | | | | Merge branch 'al/send-email-auto-cte-fixup'Junio C Hamano2018-11-131-0/+15
|\ \ \ \ \ \ \ \ \ \ \