summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* submodule: allow only certain protocols for submodule fetchesJeff King2015-09-231-0/+43
* transport: add a protocol-whitelist environment variableJeff King2015-09-236-0/+188
* Merge branch 'mm/usage-log-l-can-take-regex' into maint-2.3Junio C Hamano2015-05-111-4/+4
|\
| * log -L: improve error message on malformed argumentmm/usage-log-l-can-take-regexMatthieu Moy2015-04-201-4/+4
* | Merge branch 'jc/diff-no-index-d-f' into maint-2.3Junio C Hamano2015-05-111-0/+34
|\ \
| * | diff-no-index: align D/F handling with that of normal Gitjc/diff-no-index-d-fJunio C Hamano2015-03-261-0/+12
| * | diff-no-index: DWIM "diff D F" into "diff D/F F"Junio C Hamano2015-03-251-0/+22
* | | Merge branch 'tb/connect-ipv6-parse-fix' into maintJunio C Hamano2015-04-272-16/+22
|\ \ \
| * | | connect.c: ignore extra colon after hostnametb/connect-ipv6-parse-fixTorsten Bögershausen2015-04-082-16/+22
* | | | Merge branch 'jk/test-annoyances' into maintJunio C Hamano2015-04-215-15/+24
|\ \ \ \ | |_|_|/ |/| | |
| * | | t5551: make EXPENSIVE test cheaperjk/test-annoyancesJeff King2015-03-121-5/+14
| * | | t5541: move run_with_cmdline_limit to test-lib.shJeff King2015-03-122-6/+6
| * | | t: pass GIT_TRACE through ApacheJeff King2015-03-122-0/+2
| * | | t: redirect stderr GIT_TRACE to descriptor 4Jeff King2015-03-121-4/+1
| * | | t: translate SIGINT to an exitJeff King2015-03-121-0/+1
* | | | Merge branch 'tg/test-index-v4' into maintJunio C Hamano2015-03-281-3/+12
|\ \ \ \
| * | | | t1700: make test pass with index-v4tg/test-index-v4Thomas Gummerer2015-03-201-3/+12
* | | | | Merge branch 'ct/prompt-untracked-fix' into maintJunio C Hamano2015-03-281-0/+11
|\ \ \ \ \
| * | | | | git prompt: use toplevel to find untracked filesct/prompt-untracked-fixCody A Taylor2015-03-151-0/+11
| | |_|_|/ | |/| | |
* | | | | Merge branch 'jk/fetch-pack' into maintJunio C Hamano2015-03-281-3/+10
|\ \ \ \ \
| * | | | | filter_ref: make a copy of extra "sought" entriesJeff King2015-03-191-3/+10
* | | | | | Merge branch 'jk/prune-with-corrupt-refs' into maintJunio C Hamano2015-03-281-0/+114
|\ \ \ \ \ \
| * | | | | | refs.c: drop curate_packed_refsjk/prune-with-corrupt-refsJeff King2015-03-201-1/+1
| * | | | | | repack: turn on "ref paranoia" when doing a destructive repackJeff King2015-03-201-1/+1
| * | | | | | prune: turn on ref_paranoia flagJeff King2015-03-201-2/+2
| * | | | | | t5312: test object deletion code paths in a corrupted repositoryJeff King2015-03-201-0/+114
* | | | | | | Merge branch 'jk/smart-http-hide-refs' into maintJunio C Hamano2015-03-271-0/+11
|\ \ \ \ \ \ \
| * | | | | | | upload-pack: fix transfer.hiderefs over smart-httpJeff King2015-03-121-0/+11
* | | | | | | | Merge branch 'sg/completion-remote' into maintJunio C Hamano2015-03-231-0/+19
|\ \ \ \ \ \ \ \
| * | | | | | | | completion: add a test for __git_remotes() helper functionSZEDER Gábor2015-03-061-0/+19
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge branch 'jc/decorate-leaky-separator-color' into maintJunio C Hamano2015-03-231-8/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | log --decorate: do not leak "commit" color into the next itemjc/decorate-leaky-separator-colorJunio C Hamano2015-03-041-8/+8
* | | | | | | | | Merge branch 'kn/git-cd-to-empty' into maintJunio C Hamano2015-03-231-0/+10
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | git: treat "git -C '<path>'" as a no-op when <path> is emptykn/git-cd-to-emptyKarthik Nayak2015-03-061-0/+10
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'mg/verify-commit' into maintJunio C Hamano2015-03-231-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | t7510: do not fail when gpg warns about insecure memorymg/verify-commitKyle J. McKay2015-03-101-2/+2
* | | | | | | | | | Merge branch 'es/rebase-i-count-todo' into maintJunio C Hamano2015-03-231-0/+9
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | rebase-interactive: suppress whitespace preceding item countEric Sunshine2015-03-061-0/+9
* | | | | | | | | | | Merge branch 'tb/connect-ipv6-parse-fix' into maintJunio C Hamano2015-03-232-36/+74
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / |/| | | | | | | | | / | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | t5500: show user name and host in diag-urlTorsten Bögershausen2015-02-221-18/+33
| * | | | | | | | | t5601: add more test cases for IPV6Torsten Bögershausen2015-02-221-17/+40
| * | | | | | | | | connect.c: allow ssh://user@[2001:db8::1]/repo.gitTorsten Bögershausen2015-02-221-1/+1
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge branch 'ak/t5516-typofix' into maintJunio C Hamano2015-03-131-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | t5516: correct misspelled pushInsteadOfak/t5516-typofixAnders Kaseorg2015-03-031-1/+1
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge branch 'jc/diff-test-updates' into maintJunio C Hamano2015-03-1311-175/+550
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | test_ln_s_add: refresh stat info of fake symbolic linksjc/diff-test-updatesJohannes Sixt2015-02-231-1/+3
| * | | | | | | | | t4008: modernise styleJunio C Hamano2015-02-151-160/+126
| * | | | | | | | | t/diff-lib: check exact object names in compare_diff_rawJunio C Hamano2015-02-151-1/+1
| * | | | | | | | | tests: do not borrow from COPYING and README from the real sourceJunio C Hamano2015-02-157-26/+433
| * | | | | | | | | t4010: correct expected object namesJunio C Hamano2015-02-151-1/+1