Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | archive-tar: use parse_config_key when parsing config | Jeff King | 2013-01-23 | 1 | -1/+2 |
* | Merge branch 'rs/zip-tests' | Junio C Hamano | 2013-01-11 | 5 | -80/+140 |
|\ | |||||
| * | t5003: check if unzip supports symlinks | René Scharfe | 2013-01-07 | 2 | -7/+19 |
| * | t5000, t5003: move ZIP tests into their own script | René Scharfe | 2013-01-07 | 2 | -69/+119 |
| * | t0024, t5000: use test_lazy_prereq for UNZIP | René Scharfe | 2013-01-07 | 2 | -14/+10 |
| * | t0024, t5000: clear variable UNZIP, use GIT_UNZIP instead | René Scharfe | 2013-01-06 | 3 | -8/+10 |
* | | Merge branch 'jk/unify-exit-code-by-receiving-signal' | Junio C Hamano | 2013-01-11 | 1 | -1/+1 |
|\ \ | |||||
| * | | run-command: encode signal death as a positive integer | Jeff King | 2013-01-06 | 1 | -1/+1 |
* | | | Merge branch 'jc/merge-blobs' | Junio C Hamano | 2013-01-11 | 1 | -0/+44 |
|\ \ \ | |||||
| * | | | merge-tree: fix d/f conflicts | Junio C Hamano | 2012-12-26 | 1 | -2/+2 |
| * | | | merge-tree: add comments to clarify what these functions are doing | Junio C Hamano | 2012-12-26 | 1 | -0/+44 |
* | | | | Merge branch 'jc/format-patch-reroll' | Junio C Hamano | 2013-01-11 | 1 | -0/+16 |
|\ \ \ \ | |||||
| * | | | | format-patch: give --reroll-count a short synonym -v | Junio C Hamano | 2013-01-03 | 1 | -0/+8 |
| * | | | | format-patch: document and test --reroll-count | Junio C Hamano | 2013-01-02 | 1 | -0/+8 |
* | | | | | Merge branch 'jl/interrupt-clone-remove-separate-git-dir' | Junio C Hamano | 2013-01-10 | 1 | -1/+11 |
|\ \ \ \ \ | |||||
| * | | | | | clone: support atomic operation with --separate-git-dir | Jens Lehmann | 2013-01-05 | 1 | -1/+11 |
* | | | | | | Merge branch 'nd/wildmatch' | Junio C Hamano | 2013-01-10 | 3 | -0/+250 |
|\ \ \ \ \ \ | |||||
| * | | | | | | wildmatch: fix "**" special case | Nguyễn Thái Ngọc Duy | 2013-01-01 | 1 | -1/+1 |
| * | | | | | | t3070: Disable some failing fnmatch tests | Ramsay Jones | 2012-12-15 | 1 | -3/+3 |
| * | | | | | | test-wildmatch: avoid Windows path mangling | Nguyễn Thái Ngọc Duy | 2012-11-20 | 1 | -5/+5 |
| * | | | | | | Support "**" wildcard in .gitignore and .gitattributes | Nguyễn Thái Ngọc Duy | 2012-10-15 | 2 | -0/+55 |
| * | | | | | | wildmatch: make /**/ match zero or more directories | Nguyễn Thái Ngọc Duy | 2012-10-15 | 1 | -1/+7 |
| * | | | | | | wildmatch: adjust "**" behavior | Nguyễn Thái Ngọc Duy | 2012-10-15 | 1 | -2/+3 |
| * | | | | | | t3070: disable unreliable fnmatch tests | Nguyễn Thái Ngọc Duy | 2012-10-15 | 1 | -43/+43 |
| * | | | | | | Integrate wildmatch to git | Nguyễn Thái Ngọc Duy | 2012-10-15 | 2 | -165/+188 |
| * | | | | | | Import wildmatch from rsync | Nguyễn Thái Ngọc Duy | 2012-10-15 | 1 | -0/+165 |
* | | | | | | | Merge branch 'tb/test-shell-lint' | Junio C Hamano | 2013-01-10 | 2 | -2/+33 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | test: Add check-non-portable-shell.pl | Torsten Bögershausen | 2013-01-02 | 2 | -2/+33 |
* | | | | | | | | Merge branch 'mz/pick-unborn' | Junio C Hamano | 2013-01-10 | 9 | -40/+32 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | learn to pick/revert into unborn branch | Martin von Zweigbergk | 2012-12-23 | 2 | -0/+17 |
| * | | | | | | | | tests: move test_cmp_rev to test-lib-functions | Martin von Zweigbergk | 2012-12-22 | 7 | -40/+15 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge branch 'nd/maint-branch-desc-doc' | Junio C Hamano | 2013-01-09 | 1 | -0/+42 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | format-patch: pick up branch description when no ref is specified | Nguyễn Thái Ngọc Duy | 2013-01-03 | 1 | -0/+7 |
| * | | | | | | | | format-patch: pick up correct branch name from symbolic ref | Nguyễn Thái Ngọc Duy | 2013-01-03 | 1 | -0/+14 |
| * | | | | | | | | t4014: a few more tests on cover letter using branch description | Nguyễn Thái Ngọc Duy | 2013-01-03 | 1 | -0/+21 |
* | | | | | | | | | Merge branch 'jk/enable-test-lint-by-default' | Junio C Hamano | 2013-01-09 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | tests: turn on test-lint by default | Jeff King | 2013-01-03 | 1 | -0/+1 |
| | |/ / / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'ap/merge-stop-at-prepare-commit-msg-failure' | Junio C Hamano | 2013-01-09 | 1 | -0/+14 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | merge: Honor prepare-commit-msg return code | Antoine Pelisse | 2013-01-03 | 1 | -0/+14 |
| | |_|_|_|_|_|_|/ | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2013-01-08 | 1 | -2/+4 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | t1402: work around shell quoting issue on NetBSD | René Scharfe | 2013-01-08 | 1 | -2/+4 |
| * | | | | | | | | | Merge branch 'jc/test-portability' into maint | Junio C Hamano | 2013-01-08 | 2 | -6/+10 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'jc/test-cvs-no-init-in-existing-dir' into maint | Junio C Hamano | 2013-01-08 | 1 | -1/+2 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'jc/maint-test-portability' into maint | Junio C Hamano | 2013-01-08 | 3 | -6/+8 |
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / | |/| | | | | | | | | | | |||||
* | | | | | | | | | | | | Merge branch 'as/test-name-alias-uniquely' | Junio C Hamano | 2013-01-08 | 1 | -6/+6 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | Use longer alias names in subdirectory tests | Aaron Schrab | 2012-12-28 | 1 | -6/+6 |
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | | | |||||
* | | | | | | | | | | | | Merge branch 'tb/test-t9810-no-sed-i' | Junio C Hamano | 2013-01-08 | 1 | -10/+14 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | t9810: Do not use sed -i | Torsten Bögershausen | 2013-01-01 | 1 | -10/+14 |
| |/ / / / / / / / / / / | |||||
* | | | | | | | | | | | | Merge branch 'tb/test-t9020-no-which' | Junio C Hamano | 2013-01-08 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | t9020: which is not portable | Torsten Bögershausen | 2013-01-01 | 1 | -2/+2 |