aboutsummaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAge
* test-lib.sh: support -x option for shell-tracingJeff King2014-10-13
* t5304: use helper to report failure of "test foo = bar"Jeff King2014-10-13
* t5304: use test_path_is_* instead of "test -f"Jeff King2014-10-13
* Merge branch 'sp/stream-clean-filter'Junio C Hamano2014-10-08
|\
| * convert: stream from fd to required clean filter to reduce used address spaceSteffen Prohaska2014-08-28
| * memory_limit: use git_env_ulong() to parse GIT_ALLOC_LIMITSteffen Prohaska2014-08-28
* | Merge branch 'bw/use-write-script-in-tests'Junio C Hamano2014-10-08
|\ \
| * | t/lib-credential: use write_scriptBen Walton2014-09-29
| * | Merge branch 'jk/prune-top-level-refs-after-packing' into maintJunio C Hamano2014-09-19
| |\ \
| * \ \ Merge branch 'jn/unpack-trees-checkout-m-carry-deletion' into maintJunio C Hamano2014-09-19
| |\ \ \
| * \ \ \ Merge branch 'rs/refresh-beyond-symlink' into maintJunio C Hamano2014-09-19
| |\ \ \ \
| * \ \ \ \ Merge branch 'lf/bundle-exclusion' into maintJunio C Hamano2014-09-19
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'jc/apply-ws-prefix' into maintJunio C Hamano2014-09-19
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'jk/command-line-config-empty-string' into maintJunio C Hamano2014-09-19
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge branch 'nd/archive-pathspec'Junio C Hamano2014-10-08
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | archive: support filtering paths with globNguyễn Thái Ngọc Duy2014-09-22
* | | | | | | | | | Merge branch 'jc/push-cert'Junio C Hamano2014-10-08
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | signed push: allow stale nonce in stateless modeJunio C Hamano2014-09-17
| * | | | | | | | | | signed push: teach smart-HTTP to pass "git push --signed" aroundJunio C Hamano2014-09-17
| * | | | | | | | | | signed push: fortify against replay attacksJunio C Hamano2014-09-17
| * | | | | | | | | | send-pack: send feature request on push-cert packetJunio C Hamano2014-09-15
| * | | | | | | | | | receive-pack: GPG-validate push certificatesJunio C Hamano2014-09-15
| * | | | | | | | | | push: the beginning of "git push --signed"Junio C Hamano2014-09-15
* | | | | | | | | | | Merge branch 'jc/test-lazy-prereq'Junio C Hamano2014-09-29
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | tests: drop GIT_*_TIMING_TESTS environment variable supportJunio C Hamano2014-06-13
* | | | | | | | | | | | Merge branch 'pr/use-default-sigpipe-setting'Junio C Hamano2014-09-29
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | mingw.h: add dummy functions for sigset_t operationsJohannes Sixt2014-09-22
| * | | | | | | | | | | | unblock and unignore SIGPIPEPatrick Reynolds2014-09-18
| | |_|_|/ / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'jk/mbox-from-line'Junio C Hamano2014-09-29
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | mailinfo: make ">From" in-body header check more robustJeff King2014-09-16
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge branch 'sb/t6031-typofix'Junio C Hamano2014-09-29
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | t6031-test-merge-recursive: do not forget to add file to be committedStefan Beller2014-09-22
* | | | | | | | | | | | | Merge branch 'sb/t9300-typofix'Junio C Hamano2014-09-29
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | t9300-fast-import: fix typo in test descriptionStefan Beller2014-09-22
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge branch 'da/rev-parse-verify-quiet'Junio C Hamano2014-09-29
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | refs: make rev-parse --quiet actually quietDavid Aguilar2014-09-19
| * | | | | | | | | | | | | t1503: use test_must_be_emptyDavid Aguilar2014-09-16
* | | | | | | | | | | | | | Merge branch 'hj/pretty-naked-decoration'Junio C Hamano2014-09-29
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | pretty: add %D format specifierHarry Jeffery2014-09-18
| | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'jk/branch-verbose-merged'Junio C Hamano2014-09-26
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | branch: clean up commit flags after merge-filter walkJeff King2014-09-18
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'jc/ignore-sigpipe-while-running-hooks'Junio C Hamano2014-09-26
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | receive-pack: allow hooks to ignore its standard input streamJunio C Hamano2014-09-16
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'jc/hash-object-fsck-tag'Junio C Hamano2014-09-26
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | t1450: make sure fsck detects a malformed tagger lineJunio C Hamano2014-09-12
| * | | | | | | | | | | | | | Merge branch 'js/fsck-tag-validation' into HEADJunio C Hamano2014-09-12
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'js/fsck-tag-validation'Junio C Hamano2014-09-26
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Make sure that index-pack --strict checks tag objectsJohannes Schindelin2014-09-12
| * | | | | | | | | | | | | | | Add regression tests for stricter tag fsck'ingJohannes Schindelin2014-09-11
* | | | | | | | | | | | | | | | Merge branch 'jk/faster-name-conflicts'Junio C Hamano2014-09-26
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \