summaryrefslogtreecommitdiffstats
path: root/decorate.h (unfollow)
Commit message (Expand)AuthorFilesLines
2009-03-26Correct missing SP characters in grammar comment at top of fast-import.cElijah Newren1-3/+4
2009-03-26git-filter-branch: avoid collisions with variables in eval'ed commandsElijah Newren1-3/+3
2009-03-25t7502-commit: Skip SIGTERM test on WindowsJohannes Sixt2-1/+3
2009-03-25t7005-editor: Use $SHELL_PATH in the editor scriptsJohannes Sixt1-0/+1
2009-03-25Guard a few Makefile variables against user environmentsJohannes Schindelin1-0/+12
2009-03-25Add warning about known issues to documentation of cvsimportHeiko Voigt1-0/+34
2009-03-25completion: add --thread=deep/shallow to format-patchStephen Boyd1-1/+7
2009-03-25completion: add --cc and --no-attachment option to format-patchStephen Boyd1-2/+2
2009-03-25completion: add --annotate option to send-emailStephen Boyd1-2/+2
2009-03-25Increase the size of the die/warning buffer to avoid truncationShawn O. Pearce1-1/+1
2009-03-24MinGW: Quote arguments for subprocesses that contain a single-quoteJohannes Sixt1-1/+1
2009-03-24close_sha1_file(): make it easier to diagnose errorsLinus Torvalds1-1/+1
2009-03-24avoid possible overflow in delta size filtering computationNicolas Pitre1-1/+1
2009-03-24refs: use warning() instead of fprintf(stderr, "warning: ")Miklos Vajna1-5/+3
2009-03-24builtin-show-ref: use warning() instead of fprintf(stderr, "warning: ")Miklos Vajna1-1/+1
2009-03-24builtin-show-branch: use warning() instead of fprintf(stderr, "warning: ")Miklos Vajna1-2/+1
2009-03-24builtin-rm: use warning() instead of fprintf(stderr, "warning: ")Miklos Vajna1-2/+1
2009-03-24builtin-init-db: use warning() instead of fprintf(stderr, "warning: ")Miklos Vajna1-4/+3
2009-03-24builtin-fetch-pack: use warning() instead of fprintf(stderr, "warning: ")Miklos Vajna1-1/+1
2009-03-24builtin-checkout: use warning() instead of fprintf(stderr, "warning: ")Miklos Vajna1-2/+2
2009-03-24builtin-apply: use warning() instead of fprintf(stderr, "warning: ")Miklos Vajna1-8/+7
2009-03-24http-push: using error() and warning() as appropriateMiklos Vajna1-3/+3
2009-03-23t0060: fix whitespace in "wc -c" invocationJeff King1-1/+1
2009-03-23Makefile: turn on USE_ST_TIMESPEC for FreeBSDJeff King1-0/+1
2009-03-23bash completion: add options for 'git fsck'Arto Jonsson1-0/+16
2009-03-23Add --staged to bash completion for git diffKevin McConnell1-1/+1
2009-03-23Improve error message about fetch into current branchAlex Riesen1-1/+2
2009-03-22everyday: use the dashless form of git-initDavid Aguilar1-1/+1
2009-03-22t5503: GIT_DEBUG_SEND_PACK is not supported on MinGWJohannes Sixt1-0/+7
2009-03-22t7004: Use prerequisite tags to skip tests that need gpgJohannes Sixt1-49/+48
2009-03-22Use prerequisites to skip tests that need unzipJohannes Sixt2-11/+11
2009-03-22t3700: Skip a test with backslashes in pathspecJohannes Sixt2-1/+3
2009-03-22Skip tests that require a filesystem that obeys POSIX permissionsJohannes Sixt6-19/+23
2009-03-22t0060: Fix tests on WindowsJohannes Sixt1-33/+83
2009-03-22Use prerequisite tags to skip tests that depend on symbolic linksJohannes Sixt32-76/+211
2009-03-22t9100, t9129: Use prerequisite tags for UTF-8 testsJohannes Sixt2-31/+28
2009-03-22t5302: Use prerequisite tags to skip 64-bit offset testsJohannes Sixt1-10/+5
2009-03-22Skip tests that fail if the executable bit is not handled by the filesystemJohannes Sixt5-20/+42
2009-03-22t3600: Use test prerequisite tagsJohannes Sixt1-28/+30
2009-03-22Update draft release notes to 1.6.2.2Junio C Hamano2-1/+36
2009-03-22ls-files: require worktree when --deleted is givenJeff King1-0/+1
2009-03-22pickaxe: count regex matches only onceRené Scharfe1-2/+4
2009-03-22format-patch: --numbered-files and --stdout aren't mutually exclusiveStephen Boyd2-3/+0
2009-03-21test-lib: Infrastructure to test and check for prerequisitesJohannes Sixt2-5/+54
2009-03-20http tests: Darwin is not that specialJunio C Hamano1-6/+1
2009-03-20Microoptimize strbuf_cmpAlex Riesen1-8/+5
2009-03-20Produce a nicer output in case of sha1_object_info failures in ls-tree -lAlex Riesen1-10/+12
2009-03-20Documentation: reword example text in git-bisect.txt.David J. Mellor1-20/+24
2009-03-20import-tars: separate author from committerGiuseppe Bilotta1-5/+11
2009-03-19t0050: Check whether git init detected symbolic link support correctlyJohannes Sixt1-2/+26