summaryrefslogtreecommitdiffstats
path: root/t/t9167-git-svn-cmd-branch-subproject.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2016-02-17Seventh batch for the 2.8 cycleJunio C Hamano1-0/+43
2016-02-17Start preparing for 2.7.2Junio C Hamano2-1/+28
2016-02-17git-cvsserver.perl: fix typoGyuYong Jung1-1/+1
2016-02-12mergetool: reorder vim/gvim buffers in three-way diffsDickson Wong1-2/+2
2016-02-10Sixth batch for the 2.8 cycleJunio C Hamano1-0/+40
2016-02-09Documentation/git-clean.txt: don't mention deletion of .git/modules/*Matt McCutchen1-3/+1
2016-02-08rerere: replace strcpy with xsnprintfJeff King1-2/+2
2016-02-08t9100: fix breakage when SHELL_PATH is not /bin/shMichael J Gruber1-1/+2
2016-02-08test-path-utils: use xsnprintf in favor of strcpyJeff King1-1/+1
2016-02-08gitignore: ignore generated test-fake-ssh executableJohannes Schindelin1-0/+1
2016-02-08ident: add user.useConfigOnly boolean for when ident shouldn't be guessedDan Aloni3-0/+65
2016-02-05Git 2.7.1v2.7.1Junio C Hamano4-3/+91
2016-02-04fmt_ident: refactor strictness checksJeff King1-22/+24
2016-02-03Fifth batch for 2.8 cycleJunio C Hamano1-1/+59
2016-02-03restore_env(): free the saved environment variable once we are doneJunio C Hamano1-2/+4
2016-02-02test-lib: limit the output of the yes utilityJohannes Schindelin1-2/+4
2016-02-02Getting closer to 2.7.1Junio C Hamano1-0/+9
2016-02-02push: fix ref status reporting for --force-with-leaseAndrew Wheeler2-12/+18
2016-02-01apply, ls-files: simplify "-z" parsingJeff King2-24/+6
2016-02-01checkout-index: disallow "--no-stage" optionJeff King1-3/+3
2016-02-01checkout-index: handle "--no-index" optionJeff King1-24/+10
2016-02-01checkout-index: handle "--no-prefix" optionJeff King1-12/+6
2016-02-01checkout-index: simplify "-z" option parsingJeff King1-10/+2
2016-02-01give "nbuf" strbuf a more meaningful nameJeff King5-29/+30
2016-02-01object name: introduce '^{/!-<negative pattern>}' notationWill Palmer3-11/+51
2016-02-01transport: drop support for git-over-rsyncJeff King10-395/+10
2016-01-30stripspace: call U+0020 a "space" instead of a "blank"Alex Henrie1-1/+1
2016-01-29convert: treat an empty string for clean/smudge filters as "cat"Lars Schneider2-1/+17
2016-01-29Fourth batch for 2.8.cycleJunio C Hamano1-1/+24
2016-01-29pass transport verbosity down to git_connectEric Wong1-5/+6
2016-01-28mingw: do not bother to test funny file namesJohannes Schindelin8-5/+9
2016-01-28mingw: skip a test in t9130 that cannot pass on WindowsJohannes Schindelin1-1/+1
2016-01-28mingw: handle the missing POSIXPERM prereq in t9124Johannes Schindelin1-6/+10
2016-01-28mingw: avoid illegal filename in t9118Johannes Schindelin1-3/+9
2016-01-28mingw: mark t9100's test cases with appropriate prereqsJohannes Schindelin1-9/+9
2016-01-28t0008: avoid absolute pathPat Thoyts1-1/+1
2016-01-28mingw: work around pwd issues in the testsJohannes Schindelin4-16/+16
2016-01-28mingw: fix t9700's assumption about directory separatorsJohannes Schindelin1-1/+1
2016-01-28mingw: skip test in t1508 that fails due to path conversionJohannes Schindelin1-1/+5
2016-01-28tests: turn off git-daemon tests if FIFOs are not availableJohannes Schindelin1-0/+5
2016-01-28git: simplify environment save/restore logicJunio C Hamano1-14/+13
2016-01-28git: protect against unbalanced calls to {save,restore}_env()Junio C Hamano1-0/+7
2016-01-28git: remove an early return from save_env_before_alias()Junio C Hamano2-2/+52
2016-01-27mingw: disable mkfifo-based testsJohannes Schindelin1-1/+1
2016-01-27mingw: accomodate t0060-path-utils for MSYS2Johannes Schindelin1-0/+9
2016-01-27mingw: fix t5601-clone.shJohannes Schindelin3-10/+39
2016-01-27t7063: add tests for core.untrackedCacheChristian Couder1-4/+81
2016-01-27test-dump-untracked-cache: don't modify the untracked cacheChristian Couder4-0/+22
2016-01-27config: add core.untrackedCacheChristian Couder8-31/+133
2016-01-27merge-file: ensure that conflict sections match eol styleJohannes Schindelin2-15/+25