summaryrefslogtreecommitdiffstats
path: root/t (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'hv/t5526-andand-chain-fix'Junio C Hamano2017-08-231-4/+4
|\
| * t5526: fix some broken && chainsHeiko Voigt2017-08-171-4/+4
* | Merge branch 'as/grep-quiet-no-match-exit-code-fix'Junio C Hamano2017-08-231-0/+5
|\ \
| * | git-grep: correct exit code with --quiet and -LAnthony Sottile2017-08-181-0/+5
| |/
* | Merge branch 'rs/t1002-do-not-use-sum'Junio C Hamano2017-08-232-35/+35
|\ \
| * | t1002: stop using sum(1)René Scharfe2017-08-152-35/+35
* | | Merge branch 'nm/stash-untracked'Junio C Hamano2017-08-231-0/+17
|\ \ \
| * | | stash: clean untracked files before resetNicolas Morey-Chaisemartin2017-08-121-0/+17
* | | | Merge branch 'mh/packed-ref-store'Junio C Hamano2017-08-222-0/+84
|\ \ \ \
| * | | | packed_ref_store: handle a packed-refs file that is a symlinkMichael Haggerty2017-07-271-0/+15
| * | | | read_packed_refs(): die if `packed-refs` contains bogus dataMichael Haggerty2017-07-031-3/+3
| * | | | t3210: add some tests of bogus packed-refs file contentsMichael Haggerty2017-07-031-0/+27
| * | | | t1408: add a test of stale packed refs covered by loose refsJunio C Hamano2017-06-231-0/+42
* | | | | Merge branch 'sb/retire-t1200'Junio C Hamano2017-08-221-268/+0
|\ \ \ \ \
| * | | | | t1200: remove t1200-tutorial.shStefan Beller2017-08-101-268/+0
| | |/ / / | |/| | |
* | | | | Merge branch 'rs/t4062-obsd'Junio C Hamano2017-08-221-1/+3
|\ \ \ \ \
| * | | | | t4062: use less than 256 repetitions in regexRené Scharfe2017-08-091-1/+3
* | | | | | Merge branch 'jk/drop-sha1-entry-pos'Junio C Hamano2017-08-222-11/+1
|\ \ \ \ \ \
| * | | | | | sha1_file: drop experimental GIT_USE_LOOKUP searchJeff King2017-08-092-11/+1
* | | | | | | Merge branch 'pw/am-signoff'Junio C Hamano2017-08-221-20/+63
|\ \ \ \ \ \ \
| * | | | | | | am: fix signoff when other trailers are presentPhillip Wood2017-08-081-20/+63
* | | | | | | | Merge branch 'rs/t3700-clean-leftover'Junio C Hamano2017-08-221-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | t3700: fix broken test under !POSIXPERMRené Scharfe2017-08-081-0/+1
* | | | | | | | | Merge branch 'rs/in-obsd-basename-dirname-take-const'Junio C Hamano2017-08-221-2/+16
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | test-path-utils: handle const parameter of basename and dirnameRené Scharfe2017-08-071-2/+16
* | | | | | | | | | Merge branch 'rs/obsd-getcwd-workaround'Junio C Hamano2017-08-221-2/+28
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | t0001: skip test with restrictive permissions if getpwd(3) respects themRené Scharfe2017-08-071-2/+28
* | | | | | | | | | | Merge branch 'ma/parse-maybe-bool'Junio C Hamano2017-08-221-0/+7
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | config: make git_{config,parse}_maybe_bool equivalentMartin Ågren2017-08-071-1/+1
| * | | | | | | | | | | t5334: document that git push --signed=1 does not workMartin Ågren2017-08-071-0/+7
* | | | | | | | | | | | Merge branch 'ab/ref-filter-no-contains'Junio C Hamano2017-08-221-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | tests: don't give unportable ">" to "test" built-in, use -gtÆvar Arnfjörð Bjarmason2017-08-071-1/+1
* | | | | | | | | | | | | Merge branch 'bw/clone-recursive-quiet'Junio C Hamano2017-08-221-0/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | clone: teach recursive clones to respect -qBrandon Williams2017-08-041-0/+6
| | |_|_|_|_|/ / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'pw/sequence-rerere-autoupdate'Junio C Hamano2017-08-222-45/+132
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | cherry-pick/revert: reject --rerere-autoupdate when continuingPhillip Wood2017-08-031-0/+13
| * | | | | | | | | | | | | cherry-pick/revert: remember --rerere-autoupdatePhillip Wood2017-08-031-7/+53
| * | | | | | | | | | | | | t3504: use test_commitPhillip Wood2017-08-031-12/+9
| * | | | | | | | | | | | | rebase -i: honor --rerere-autoupdatePhillip Wood2017-08-031-0/+3
| * | | | | | | | | | | | | rebase: honor --rerere-autoupdatePhillip Wood2017-08-031-27/+55
* | | | | | | | | | | | | | Merge branch 'bw/push-options-recursively-to-submodules'Junio C Hamano2017-08-221-1/+24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | submodule--helper: teach push-check to handle HEADBrandon Williams2017-07-201-1/+24
* | | | | | | | | | | | | | | Merge branch 'ma/pager-per-subcommand-action'Junio C Hamano2017-08-111-0/+80
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | git.c: ignore pager.* when launching builtin as dashed externalMartin Ågren2017-08-031-1/+1
| * | | | | | | | | | | | | | | tag: change default of `pager.tag` to "on"Martin Ågren2017-08-031-14/+14
| * | | | | | | | | | | | | | | tag: respect `pager.tag` in list-mode onlyMartin Ågren2017-08-031-1/+14
| * | | | | | | | | | | | | | | t7006: add tests for how git tag paginatesMartin Ågren2017-08-031-0/+67
| | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'jk/rev-list-empty-input'Junio C Hamano2017-08-112-11/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | revision: do not fallback to default when rev_input_given is setJeff King2017-08-031-0/+6
| * | | | | | | | | | | | | | | rev-list: don't show usage when we see empty ref patternsJeff King2017-08-031-3/+3