summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-03-30rev-list: move code to show bisect vars into its own functionLibravatar Christian Couder1-38/+45
2009-03-30rev-list: move bisect related code into its own fileLibravatar Christian Couder4-387/+398
2009-03-30rev-list: make "bisect_list" variable local to "cmd_rev_list"Libravatar Christian Couder1-1/+1
2009-03-30refs: add "for_each_ref_in" function to refactor "for_each_*_ref" functionsLibravatar Christian Couder2-3/+9
2009-03-30quote: add "sq_dequote_to_argv" to put unwrapped args in an argv arrayLibravatar Christian Couder2-0/+18
2009-03-30quote: implement "sq_dequote_many" to unwrap many args in one stringLibravatar Christian Couder2-2/+24
2009-03-24Merge branch 'maint'Libravatar Junio C Hamano3-3/+3
2009-03-24Add warning about known issues to documentation of cvsimportLibravatar Heiko Voigt1-0/+34
2009-03-24completion: add --thread=deep/shallow to format-patchLibravatar Stephen Boyd1-1/+7
2009-03-24completion: add --cc and --no-attachment option to format-patchLibravatar Stephen Boyd1-2/+2
2009-03-24completion: add --annotate option to send-emailLibravatar Stephen Boyd1-2/+2
2009-03-24Increase the size of the die/warning buffer to avoid truncationLibravatar Shawn O. Pearce1-1/+1
2009-03-24Merge branch 'maint-1.6.1' into maintLibravatar Junio C Hamano2-2/+2
2009-03-24Merge branch 'maint-1.6.0' into maint-1.6.1Libravatar Junio C Hamano2-2/+2
2009-03-24MinGW: Quote arguments for subprocesses that contain a single-quoteLibravatar Johannes Sixt1-1/+1
2009-03-24Merge branch 'js/windows-tests'Libravatar Junio C Hamano52-288/+594
2009-03-24close_sha1_file(): make it easier to diagnose errorsLibravatar Linus Torvalds1-1/+1
2009-03-24avoid possible overflow in delta size filtering computationLibravatar Nicolas Pitre1-1/+1
2009-03-23refs: use warning() instead of fprintf(stderr, "warning: ")Libravatar Miklos Vajna1-5/+3
2009-03-23builtin-show-ref: use warning() instead of fprintf(stderr, "warning: ")Libravatar Miklos Vajna1-1/+1
2009-03-23builtin-show-branch: use warning() instead of fprintf(stderr, "warning: ")Libravatar Miklos Vajna1-2/+1
2009-03-23builtin-rm: use warning() instead of fprintf(stderr, "warning: ")Libravatar Miklos Vajna1-2/+1
2009-03-23builtin-init-db: use warning() instead of fprintf(stderr, "warning: ")Libravatar Miklos Vajna1-4/+3
2009-03-23builtin-fetch-pack: use warning() instead of fprintf(stderr, "warning: ")Libravatar Miklos Vajna1-1/+1
2009-03-23builtin-checkout: use warning() instead of fprintf(stderr, "warning: ")Libravatar Miklos Vajna1-2/+2
2009-03-23builtin-apply: use warning() instead of fprintf(stderr, "warning: ")Libravatar Miklos Vajna1-8/+7
2009-03-23http-push: using error() and warning() as appropriateLibravatar Miklos Vajna1-3/+3
2009-03-23t0060: fix whitespace in "wc -c" invocationLibravatar Jeff King1-1/+1
2009-03-22Makefile: turn on USE_ST_TIMESPEC for FreeBSDLibravatar Jeff King1-0/+1
2009-03-22bash completion: add options for 'git fsck'Libravatar Arto Jonsson1-0/+16
2009-03-22Add --staged to bash completion for git diffLibravatar Kevin McConnell1-1/+1
2009-03-22Improve error message about fetch into current branchLibravatar Alex Riesen1-1/+2
2009-03-22Merge branch 'maint'Libravatar Junio C Hamano1-1/+1
2009-03-22Merge branch 'maint-1.6.1' into maintLibravatar Junio C Hamano1-1/+1
2009-03-22Merge branch 'maint-1.6.0' into maint-1.6.1Libravatar Junio C Hamano1-1/+1
2009-03-22everyday: use the dashless form of git-initLibravatar David Aguilar1-1/+1
2009-03-22t5503: GIT_DEBUG_SEND_PACK is not supported on MinGWLibravatar Johannes Sixt1-0/+7
2009-03-22t7004: Use prerequisite tags to skip tests that need gpgLibravatar Johannes Sixt1-49/+48
2009-03-22Use prerequisites to skip tests that need unzipLibravatar Johannes Sixt2-11/+11
2009-03-22t3700: Skip a test with backslashes in pathspecLibravatar Johannes Sixt2-1/+3
2009-03-22Skip tests that require a filesystem that obeys POSIX permissionsLibravatar Johannes Sixt6-19/+23
2009-03-22t0060: Fix tests on WindowsLibravatar Johannes Sixt1-33/+83
2009-03-22Use prerequisite tags to skip tests that depend on symbolic linksLibravatar Johannes Sixt32-76/+211
2009-03-22t9100, t9129: Use prerequisite tags for UTF-8 testsLibravatar Johannes Sixt2-31/+28
2009-03-22t5302: Use prerequisite tags to skip 64-bit offset testsLibravatar Johannes Sixt1-10/+5
2009-03-22Skip tests that fail if the executable bit is not handled by the filesystemLibravatar Johannes Sixt5-20/+42
2009-03-22t3600: Use test prerequisite tagsLibravatar Johannes Sixt1-28/+30
2009-03-21Merge branch 'dm/maint-docco'Libravatar Junio C Hamano6-150/+154
2009-03-21Merge branch 'mg/test-installed'Libravatar Junio C Hamano1-3/+11
2009-03-21Sync with maintLibravatar Junio C Hamano4-22/+35