summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | git: simplify environment save/restore logicJunio C Hamano2016-01-271-14/+13
| * | | | | | | | | | | | | | git: protect against unbalanced calls to {save,restore}_env()Junio C Hamano2016-01-271-0/+7
| * | | | | | | | | | | | | | git: remove an early return from save_env_before_alias()Junio C Hamano2016-01-272-2/+52
* | | | | | | | | | | | | | | Merge branch 'mg/mingw-test-fix'Junio C Hamano2016-02-171-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | t9100: fix breakage when SHELL_PATH is not /bin/shmg/mingw-test-fixMichael J Gruber2016-02-081-1/+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