summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'js/maint-1.6.0-exec-path-env'Junio C Hamano2009-03-261-0/+4
|\
| * Propagate --exec-path setting to external commands via GIT_EXEC_PATHJohannes Sixt2009-03-211-0/+4
* | Merge branch 'bc/maint-1.6.1-branch-deleted-was'Junio C Hamano2009-03-262-2/+2
|\ \
| * | git-branch: display "was sha1" on branch deletion rather than just "sha1"Brandon Casey2009-03-212-2/+2
* | | Merge branch 'fg/push-default'Junio C Hamano2009-03-266-5/+134
|\ \ \
| * | | builtin-push.c: Fix typo: "anythig" -> "anything"Kevin Ballard2009-03-251-1/+1
| * | | Display warning for default git push with no push.default configFinn Arne Gangstad2009-03-172-0/+30
| * | | New config push.default to decide default behavior for pushFinn Arne Gangstad2009-03-175-5/+104
* | | | Merge branch 'dm/maint-docco'Junio C Hamano2009-03-265-91/+91
|\ \ \ \
| * | | | Documentation: Remove spurious uses of "you" in git-bisect.txt.David J. Mellor2009-03-251-3/+3
| * | | | Documentation: minor grammatical fix in git-check-ref-format.txtDavid J. Mellor2009-03-221-20/+20
| * | | | Documentation: minor grammatical fixes in git-check-attr.txtDavid J. Mellor2009-03-221-8/+8
| * | | | Documentation: minor grammatical fixes in git-cat-file.txtDavid J. Mellor2009-03-221-9/+9
| * | | | Documentation: minor grammatical fixes and rewording in git-bundle.txtDavid J. Mellor2009-03-221-43/+43
| * | | | Documentation: remove some uses of the passive voice in git-bisect.txtDavid J. Mellor2009-03-221-11/+11
* | | | | fast-export: Avoid dropping files from commitsElijah Newren2009-03-252-3/+7
* | | | | Grammar fixes to "merge" and "patch-id" docsWincent Colaiuta2009-03-253-9/+9
* | | | | Correct missing SP characters in grammar comment at top of fast-import.cElijah Newren2009-03-251-3/+4
* | | | | git-filter-branch: avoid collisions with variables in eval'ed commandsElijah Newren2009-03-251-3/+3
* | | | | Merge branch 'for-junio' of git://repo.or.cz/git/mingw/j6tJunio C Hamano2009-03-253-1/+4
|\ \ \ \ \
| * | | | | t7502-commit: Skip SIGTERM test on WindowsJohannes Sixt2009-03-252-1/+3
| * | | | | t7005-editor: Use $SHELL_PATH in the editor scriptsJohannes Sixt2009-03-251-0/+1
* | | | | | Guard a few Makefile variables against user environmentsJohannes Schindelin2009-03-251-0/+12
* | | | | | Merge branch 'maint'Junio C Hamano2009-03-243-3/+3
|\ \ \ \ \ \
| * | | | | | Increase the size of the die/warning buffer to avoid truncationShawn O. Pearce2009-03-241-1/+1
| * | | | | | Merge branch 'maint-1.6.1' into maintJunio C Hamano2009-03-242-2/+2
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano2009-03-242-2/+2
| | |\ \ \ \ \ \
| | | * | | | | | close_sha1_file(): make it easier to diagnose errorsLinus Torvalds2009-03-241-1/+1
| | | * | | | | | avoid possible overflow in delta size filtering computationNicolas Pitre2009-03-241-1/+1
* | | | | | | | | Add warning about known issues to documentation of cvsimportHeiko Voigt2009-03-241-0/+34
* | | | | | | | | completion: add --thread=deep/shallow to format-patchStephen Boyd2009-03-241-1/+7
* | | | | | | | | completion: add --cc and --no-attachment option to format-patchStephen Boyd2009-03-241-2/+2
* | | | | | | | | completion: add --annotate option to send-emailStephen Boyd2009-03-241-2/+2
* | | | | | | | | MinGW: Quote arguments for subprocesses that contain a single-quoteJohannes Sixt2009-03-241-1/+1
* | | | | | | | | Merge branch 'js/windows-tests'Junio C Hamano2009-03-2452-288/+594
|\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| * | | | | | | | t0060: fix whitespace in "wc -c" invocationJeff King2009-03-231-1/+1
| * | | | | | | | t5503: GIT_DEBUG_SEND_PACK is not supported on MinGWJohannes Sixt2009-03-221-0/+7
| * | | | | | | | t7004: Use prerequisite tags to skip tests that need gpgJohannes Sixt2009-03-221-49/+48
| * | | | | | | | Use prerequisites to skip tests that need unzipJohannes Sixt2009-03-222-11/+11
| * | | | | | | | t3700: Skip a test with backslashes in pathspecJohannes Sixt2009-03-222-1/+3
| * | | | | | | | Skip tests that require a filesystem that obeys POSIX permissionsJohannes Sixt2009-03-226-19/+23
| * | | | | | | | t0060: Fix tests on WindowsJohannes Sixt2009-03-221-33/+83
| * | | | | | | | Use prerequisite tags to skip tests that depend on symbolic linksJohannes Sixt2009-03-2232-76/+211
| * | | | | | | | t9100, t9129: Use prerequisite tags for UTF-8 testsJohannes Sixt2009-03-222-31/+28
| * | | | | | | | t5302: Use prerequisite tags to skip 64-bit offset testsJohannes Sixt2009-03-221-10/+5
| * | | | | | | | Skip tests that fail if the executable bit is not handled by the filesystemJohannes Sixt2009-03-225-20/+42
| * | | | | | | | t3600: Use test prerequisite tagsJohannes Sixt2009-03-221-28/+30
| * | | | | | | | test-lib: Infrastructure to test and check for prerequisitesJohannes Sixt2009-03-212-5/+54
| * | | | | | | | t0050: Check whether git init detected symbolic link support correctlyJohannes Sixt2009-03-191-2/+26
| * | | | | | | | Tests on Windows: $(pwd) must return Windows-style pathsJohannes Sixt2009-03-193-3/+7