aboutsummaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAge
* Merge branch 'aw/numbered-stash'Junio C Hamano2016-10-31
|\
| * stash: allow stashes to be referenced by index onlyAaron M Watson2016-10-26
* | Merge branch 'jt/trailer-with-cruft'Junio C Hamano2016-10-31
|\ \
| * | trailer: support values folded to multiple linesJonathan Tan2016-10-21
| * | trailer: forbid leading whitespace in trailersJonathan Tan2016-10-21
| * | trailer: allow non-trailers in trailer blockJonathan Tan2016-10-21
* | | Merge branch 'ls/filter-process'Junio C Hamano2016-10-31
|\ \ \
| * | | convert: add filter.<driver>.process optionLars Schneider2016-10-17
| * | | convert: modernize testsLars Schneider2016-10-17
* | | | Merge branch 'nd/ita-empty-commit'Junio C Hamano2016-10-27
|\ \ \ \
| * | | | commit: don't be fooled by ita entries when creating initial commitNguyễn Thái Ngọc Duy2016-10-24
| * | | | commit: fix empty commit creation when there's no changes but ita entriesNguyễn Thái Ngọc Duy2016-10-24
| * | | | diff: add --ita-[in]visible-in-indexNguyễn Thái Ngọc Duy2016-10-24
| * | | | diff-lib: allow ita entries treated as "not yet exist in index"Nguyễn Thái Ngọc Duy2016-10-24
* | | | | Merge branch 'js/prepare-sequencer'Junio C Hamano2016-10-27
|\ \ \ \ \
| * | | | | sequencer: start error messages consistently with lower caseJohannes Schindelin2016-10-21
* | | | | | Merge branch 'sb/submodule-ignore-trailing-slash'Junio C Hamano2016-10-27
|\ \ \ \ \ \
| * | | | | | t0060: sidestep surprising path mangling results on WindowsJohannes Sixt2016-10-25
| * | | | | | submodule: ignore trailing slash in relative urlStefan Beller2016-10-10
| * | | | | | submodule: ignore trailing slash on superproject URLStefan Beller2016-10-10
* | | | | | | test-*-cache-tree: setup git dirJeff King2016-10-26
* | | | | | | Merge branch 'ex/deprecate-empty-pathspec-as-match-all'Junio C Hamano2016-10-26
|\ \ \ \ \ \ \
| * | | | | | | pathspec: warn on empty strings as pathspecEmily Xie2016-06-22
* | | | | | | | Merge branch 'jk/tap-verbose-fix'Junio C Hamano2016-10-26
|\ \ \ \ \ \ \ \
| * | | | | | | | test-lib: bail out when "-v" used under "prove"Jeff King2016-10-24
| * | | | | | | | test-lib: add --verbose-log optionJeff King2016-10-21
| * | | | | | | | test-lib: handle TEST_OUTPUT_DIRECTORY with spacesJeff King2016-10-21
* | | | | | | | | Merge branch 'mm/send-email-cc-cruft-after-address'Junio C Hamano2016-10-26
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | t9000-addresses: update expected results after fixMatthieu Moy2016-10-21
| * | | | | | | | | parse_mailboxes: accept extra text after <...> addressMatthieu Moy2016-10-14
* | | | | | | | | | Merge branch 'jk/diff-submodule-diff-inline'Junio C Hamano2016-10-26
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | rev-list: use hdr_termination instead of a always using a newlineJacob Keller2016-10-20
* | | | | | | | | | | Merge branch 'tg/add-chmod+x-fix'Junio C Hamano2016-10-26
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | t3700: fix broken test under !SANITYJunio C Hamano2016-10-20
* | | | | | | | | | | | Merge branch 'pb/test-parse-options-expect'Junio C Hamano2016-10-26
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | t0040: convert all possible tests to use `test-parse-options --expect`Pranit Bauva2016-10-17
* | | | | | | | | | | | | Merge branch 'va/i18n'Junio C Hamano2016-10-26
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | i18n: convert mark error messages for translationVasco Almeida2016-10-17
| * | | | | | | | | | | | | i18n: apply: mark error message for translationVasco Almeida2016-10-17
| | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'jk/fetch-quick-tag-following'Junio C Hamano2016-10-26
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | fetch: use "quick" has_sha1_file for tag followingJeff King2016-10-14
* | | | | | | | | | | | | | Merge branch 'jk/merge-base-fork-point-without-reflog'Junio C Hamano2016-10-26
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | merge-base: handle --fork-point without reflogJeff King2016-10-12
| | |_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'jk/ambiguous-short-object-names'Junio C Hamano2016-10-26
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | t1512: become resilient to GETTEXT_POISON buildVasco Almeida2016-10-12
* | | | | | | | | | | | | | | Merge branch 'dk/worktree-dup-checkout-with-bare-is-ok'Junio C Hamano2016-10-26
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | worktree: allow the main brach of a bare repository to be checked outDennis Kaarsemaker2016-10-14
| * | | | | | | | | | | | | | | Merge branch 'kd/mailinfo-quoted-string' into maintJunio C Hamano2016-10-11
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'mg/gpg-richer-status'Junio C Hamano2016-10-26
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | gpg-interface: use more status lettersMichael J Gruber2016-10-12
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | |