summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* t0008: 4 tests fail with ksh88ak/t0008-ksh88-workaroundArmin Kunaschik2016-05-201-2/+2
* Merge branch 'js/mingw-tests'Junio C Hamano2016-02-1729-70/+197
|\
| * gitignore: ignore generated test-fake-ssh executableJohannes Schindelin2016-02-081-0/+1
| * mingw: do not bother to test funny file namesJohannes Schindelin2016-01-288-5/+9
| * mingw: skip a test in t9130 that cannot pass on WindowsJohannes Schindelin2016-01-281-1/+1
| * mingw: handle the missing POSIXPERM prereq in t9124Johannes Schindelin2016-01-281-6/+10
| * mingw: avoid illegal filename in t9118Johannes Schindelin2016-01-281-3/+9
| * mingw: mark t9100's test cases with appropriate prereqsJohannes Schindelin2016-01-281-9/+9
| * t0008: avoid absolute pathPat Thoyts2016-01-281-1/+1
| * mingw: work around pwd issues in the testsJohannes Schindelin2016-01-284-16/+16
| * mingw: fix t9700's assumption about directory separatorsJohannes Schindelin2016-01-281-1/+1
| * mingw: skip test in t1508 that fails due to path conversionJohannes Schindelin2016-01-281-1/+5
| * tests: turn off git-daemon tests if FIFOs are not availableJohannes Schindelin2016-01-281-0/+5
| * mingw: disable mkfifo-based testsJohannes Schindelin2016-01-271-1/+1
| * mingw: accomodate t0060-path-utils for MSYS2Johannes Schindelin2016-01-271-0/+9
| * mingw: fix t5601-clone.shJohannes Schindelin2016-01-273-10/+39
| * mingw: let lstat() fail with errno == ENOTDIR when appropriateJohannes Schindelin2016-01-261-0/+39
| * mingw: try to delete target directory before renaming마누엘2016-01-261-1/+6
| * mingw: prepare the TMPDIR environment variable for shell scriptsJohannes Schindelin2016-01-261-4/+19
| * mingw: factor out Windows specific environment setupKarsten Blees2016-01-261-13/+17
| * Git.pm: stop assuming that absolute paths start with a slashJohannes Schindelin2016-01-261-1/+2
| * mingw: do not trust MSYS2's MinGW gettext.shJohannes Schindelin2016-01-261-0/+1
| * mingw: let's use gettext with MSYS2Johannes Schindelin2016-01-261-1/+1
* | Merge branch 'jk/drop-rsync-transport'Junio C Hamano2016-02-1710-395/+10
|\ \
| * | transport: drop support for git-over-rsyncjk/drop-rsync-transportJeff King2016-02-0110-395/+10
* | | Sixth batch for the 2.8 cycleJunio C Hamano2016-02-101-0/+40
* | | Merge branch 'js/test-lib-windows-emulated-yes'Junio C Hamano2016-02-101-2/+4
|\ \ \
| * | | test-lib: limit the output of the yes utilityjs/test-lib-windows-emulated-yesJohannes Schindelin2016-02-021-2/+4
| |/ /
* | | Merge branch 'wp/sha1-name-negative-match'Junio C Hamano2016-02-103-11/+73
|\ \ \
| * | | object name: introduce '^{/!-<negative pattern>}' notationwp/sha1-name-negative-matchWill Palmer2016-02-013-11/+51
| * | | test for '!' handling in rev-parse's named commitsWill Palmer2016-01-111-1/+23
* | | | Merge branch 'jk/options-cleanup'Junio C Hamano2016-02-107-102/+57
|\ \ \ \
| * | | | apply, ls-files: simplify "-z" parsingjk/options-cleanupJeff King2016-02-012-24/+6
| * | | | checkout-index: disallow "--no-stage" optionJeff King2016-02-011-3/+3
| * | | | checkout-index: handle "--no-index" optionJeff King2016-02-011-24/+10
| * | | | checkout-index: handle "--no-prefix" optionJeff King2016-02-011-12/+6
| * | | | checkout-index: simplify "-z" option parsingJeff King2016-02-011-10/+2
| * | | | give "nbuf" strbuf a more meaningful nameJeff King2016-02-015-29/+30
* | | | | Merge branch 'aw/push-force-with-lease-reporting'Junio C Hamano2016-02-102-12/+18
|\ \ \ \ \
| * | | | | push: fix ref status reporting for --force-with-leaseaw/push-force-with-lease-reportingAndrew Wheeler2016-02-012-12/+18
* | | | | | Merge branch 'ls/clean-smudge-override-in-config'Junio C Hamano2016-02-102-1/+17
|\ \ \ \ \ \
| * | | | | | convert: treat an empty string for clean/smudge filters as "cat"ls/clean-smudge-override-in-configLars Schneider2016-01-292-1/+17
| |/ / / / /
* | | | | | Merge branch 'ew/connect-verbose'Junio C Hamano2016-02-101-5/+6
|\ \ \ \ \ \
| * | | | | | pass transport verbosity down to git_connectEric Wong2016-01-281-5/+6
| |/ / / / /
* | | | | | Merge branch 'cc/untracked'Junio C Hamano2016-02-1012-56/+307
|\ \ \ \ \ \
| * | | | | | t7063: add tests for core.untrackedCacheChristian Couder2016-01-271-4/+81
| * | | | | | test-dump-untracked-cache: don't modify the untracked cacheChristian Couder2016-01-274-0/+22
| * | | | | | config: add core.untrackedCacheChristian Couder2016-01-278-31/+133
| * | | | | | dir: simplify untracked cache "ident" fieldChristian Couder2016-01-252-16/+24
| * | | | | | dir: add remove_untracked_cache()Christian Couder2016-01-253-5/+11