summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* rev-list: move bisect related code into its own fileChristian Couder2009-03-304-387/+398
* rev-list: make "bisect_list" variable local to "cmd_rev_list"Christian Couder2009-03-301-1/+1
* refs: add "for_each_ref_in" function to refactor "for_each_*_ref" functionsChristian Couder2009-03-302-3/+9
* quote: add "sq_dequote_to_argv" to put unwrapped args in an argv arrayChristian Couder2009-03-302-0/+18
* quote: implement "sq_dequote_many" to unwrap many args in one stringChristian Couder2009-03-302-2/+24
* 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
| * | | | test-lib: Work around missing sum on WindowsJohannes Sixt2009-03-191-0/+3
| * | | | test-lib: Work around incompatible sort and find on WindowsJohannes Sixt2009-03-191-0/+13
* | | | | refs: use warning() instead of fprintf(stderr, "warning: ")Miklos Vajna2009-03-231-5/+3
* | | | | builtin-show-ref: use warning() instead of fprintf(stderr, "warning: ")Miklos Vajna2009-03-231-1/+1
* | | | | builtin-show-branch: use warning() instead of fprintf(stderr, "warning: ")Miklos Vajna2009-03-231-2/+1
* | | | | builtin-rm: use warning() instead of fprintf(stderr, "warning: ")Miklos Vajna2009-03-231-2/+1
* | | | | builtin-init-db: use warning() instead of fprintf(stderr, "warning: ")Miklos Vajna2009-03-231-4/+3
* | | | | builtin-fetch-pack: use warning() instead of fprintf(stderr, "warning: ")Miklos Vajna2009-03-231-1/+1
* | | | | builtin-checkout: use warning() instead of fprintf(stderr, "warning: ")Miklos Vajna2009-03-231-2/+2
* | | | | builtin-apply: use warning() instead of fprintf(stderr, "warning: ")Miklos Vajna2009-03-231-8/+7
* | | | | http-push: using error() and warning() as appropriateMiklos Vajna2009-03-231-3/+3
* | | | | Makefile: turn on USE_ST_TIMESPEC for FreeBSDJeff King2009-03-221-0/+1
* | | | | bash completion: add options for 'git fsck'Arto Jonsson2009-03-221-0/+16
* | | | | Add --staged to bash completion for git diffKevin McConnell2009-03-221-1/+1
* | | | | Improve error message about fetch into current branchAlex Riesen2009-03-221-1/+2
* | | | | Merge branch 'maint'Junio C Hamano2009-03-221-1/+1
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge branch 'maint-1.6.1' into maintJunio C Hamano2009-03-221-1/+1
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano2009-03-221-1/+1
| | |\ \ \ | | | | |/ | | | |/|