aboutsummaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAge
* t5613: clarify "too deep" recursion testsJeff King2016-10-10
* t5613: do not chdir in main processJeff King2016-10-03
* t5613: whitespace/style cleanupsJeff King2016-10-03
* t5613: use test_must_failJeff King2016-10-03
* t5613: drop test_valid_repo functionJeff King2016-10-03
* t5613: drop reachable_via functionJeff King2016-10-03
* Merge branch 'dt/tree-fsck'Junio C Hamano2016-10-03
|\
| * fsck: handle bad trees like other errorsDavid Turner2016-09-27
| * tree-walk: be more specific about corrupt tree errorsJeff King2016-09-27
* | Merge branch 'kd/mailinfo-quoted-string'Junio C Hamano2016-10-03
|\ \
| * | mailinfo: unescape quoted-pair in header fieldsKevin Daudt2016-09-28
| * | t5100-mailinfo: replace common path prefix with variableKevin Daudt2016-09-28
| * | Merge branch 'js/t9903-chaining' into maintJunio C Hamano2016-09-19
| |\ \
| * \ \ Merge branch 'ep/use-git-trace-curl-in-tests' into maintJunio C Hamano2016-09-19
| |\ \ \
| * \ \ \ Merge branch 'js/t6026-clean-up' into maintJunio C Hamano2016-09-19
| |\ \ \ \
| * \ \ \ \ Merge branch 'jc/forbid-symbolic-ref-d-HEAD' into maintJunio C Hamano2016-09-19
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'jc/submodule-anchor-git-dir' into maintJunio C Hamano2016-09-19
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'jk/test-lib-drop-pid-from-results' into maintJunio C Hamano2016-09-19
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge branch 'nd/init-core-worktree-in-multi-worktree-world'Junio C Hamano2016-10-03
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | init: do not set unnecessary core.worktreeNguyễn Thái Ngọc Duy2016-09-25
| * | | | | | | | | init: correct re-initialization from a linked worktreeNguyễn Thái Ngọc Duy2016-09-25
* | | | | | | | | | Merge branch 'ik/gitweb-force-highlight'Junio C Hamano2016-10-03
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | gitweb: use highlight's shebang detectionIan Kelling2016-09-25
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Merge branch 'jt/mailinfo-fold-in-body-headers'Junio C Hamano2016-09-29
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | mailinfo: handle in-body header continuationsJonathan Tan2016-09-21
* | | | | | | | | | | Merge branch 'rt/rebase-i-broken-insn-advise'Junio C Hamano2016-09-26
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | rebase -i: improve advice on bad instruction linesRalf Thielow2016-09-07
| | |_|_|/ / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'tg/add-chmod+x-fix'Junio C Hamano2016-09-26
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | t3700-add: do not check working tree file mode without POSIXPERMJohannes Sixt2016-09-21
| * | | | | | | | | | | t3700-add: create subdirectory gentlyJohannes Sixt2016-09-21
| * | | | | | | | | | | add: modify already added files when --chmod is givenThomas Gummerer2016-09-15
| * | | | | | | | | | | update-index: add test for chmod flagsThomas Gummerer2016-09-14
* | | | | | | | | | | | Merge branch 'js/regexec-buf'Junio C Hamano2016-09-26
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | regex: use regexec_buf()Johannes Schindelin2016-09-21
| * | | | | | | | | | | | regex: -G<pattern> feeds a non NUL-terminated string to regexec() and failsJohannes Schindelin2016-09-21
* | | | | | | | | | | | | Merge branch 'nd/checkout-disambiguation'Junio C Hamano2016-09-26
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | checkout: fix ambiguity check in subdirNguyễn Thái Ngọc Duy2016-09-21
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'va/i18n-more'Junio C Hamano2016-09-26
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | i18n: notes-merge: mark die messages for translationVasco Almeida2016-09-21
| * | | | | | | | | | | | | i18n: connect: mark die messages for translationVasco Almeida2016-09-19
| * | | | | | | | | | | | | i18n: commit: mark message for translationVasco Almeida2016-09-19
* | | | | | | | | | | | | | Merge branch 'jt/format-patch-rfc'Junio C Hamano2016-09-26
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | format-patch: add "--rfc" for the common case of [RFC PATCH]Josh Triplett2016-09-21
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'mh/diff-indent-heuristic'Junio C Hamano2016-09-26
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | blame: honor the diff heuristic options and configMichael Haggerty2016-09-19
| * | | | | | | | | | | | | | diff: improve positioning of add/delete blocks in diffsMichael Haggerty2016-09-19
* | | | | | | | | | | | | | | Merge branch 'rs/c-auto-resets-attributes'Junio C Hamano2016-09-26
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | pretty: let %C(auto) reset all attributesRené Scharfe2016-09-19
* | | | | | | | | | | | | | | Merge branch 'jk/rebase-i-drop-ident-check'Junio C Hamano2016-09-21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | rebase-interactive: drop early check for valid identJeff King2016-07-29