summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-03-26Merge branch 'db/push-cleanup'Junio C Hamano
2009-03-26Merge branch 'jc/maint-1.6.0-blame-s'Junio C Hamano
2009-03-26Merge branch 'mg/http-auth'Junio C Hamano
2009-03-26Merge branch 'jk/reflog-date'Junio C Hamano
2009-03-26Merge branch 'jc/attributes-checkout'Junio C Hamano
2009-03-26Merge branch 'js/maint-diff-temp-smudge'Junio C Hamano
2009-03-26Merge branch 'js/maint-1.6.0-exec-path-env'Junio C Hamano
2009-03-26Merge branch 'bc/maint-1.6.1-branch-deleted-was'Junio C Hamano
2009-03-26Merge branch 'fg/push-default'Junio C Hamano
2009-03-26Merge branch 'dm/maint-docco'Junio C Hamano
2009-03-26fast-export: Avoid dropping files from commitsElijah Newren
2009-03-26Documentation: Remove spurious uses of "you" in git-bisect.txt.David J. Mellor
2009-03-26Grammar fixes to "merge" and "patch-id" docsWincent Colaiuta
2009-03-25Correct missing SP characters in grammar comment at top of fast-import.cElijah Newren
2009-03-25git-filter-branch: avoid collisions with variables in eval'ed commandsElijah Newren
2009-03-25Merge branch 'for-junio' of git://repo.or.cz/git/mingw/j6tJunio C Hamano
2009-03-25builtin-push.c: Fix typo: "anythig" -> "anything"Kevin Ballard
2009-03-25t7502-commit: Skip SIGTERM test on WindowsJohannes Sixt
2009-03-25t7005-editor: Use $SHELL_PATH in the editor scriptsJohannes Sixt
2009-03-25Guard a few Makefile variables against user environmentsJohannes Schindelin
2009-03-25Merge branch 'maint'Junio C Hamano
2009-03-25Add warning about known issues to documentation of cvsimportHeiko Voigt
2009-03-25completion: add --thread=deep/shallow to format-patchStephen Boyd
2009-03-25completion: add --cc and --no-attachment option to format-patchStephen Boyd
2009-03-25completion: add --annotate option to send-emailStephen Boyd
2009-03-24Increase the size of the die/warning buffer to avoid truncationShawn O. Pearce
2009-03-24Merge branch 'maint-1.6.1' into maintJunio C Hamano
2009-03-24Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano
2009-03-24MinGW: Quote arguments for subprocesses that contain a single-quoteJohannes Sixt
2009-03-24Merge branch 'js/windows-tests'Junio C Hamano
2009-03-24close_sha1_file(): make it easier to diagnose errorsLinus Torvalds
2009-03-24avoid possible overflow in delta size filtering computationNicolas Pitre
2009-03-24refs: use warning() instead of fprintf(stderr, "warning: ")Miklos Vajna
2009-03-24builtin-show-ref: use warning() instead of fprintf(stderr, "warning: ")Miklos Vajna
2009-03-24builtin-show-branch: use warning() instead of fprintf(stderr, "warning: ")Miklos Vajna
2009-03-24builtin-rm: use warning() instead of fprintf(stderr, "warning: ")Miklos Vajna
2009-03-24builtin-init-db: use warning() instead of fprintf(stderr, "warning: ")Miklos Vajna
2009-03-24builtin-fetch-pack: use warning() instead of fprintf(stderr, "warning: ")Miklos Vajna
2009-03-24builtin-checkout: use warning() instead of fprintf(stderr, "warning: ")Miklos Vajna
2009-03-24builtin-apply: use warning() instead of fprintf(stderr, "warning: ")Miklos Vajna
2009-03-24http-push: using error() and warning() as appropriateMiklos Vajna
2009-03-23t0060: fix whitespace in "wc -c" invocationJeff King
2009-03-23Documentation: minor grammatical fix in git-check-ref-format.txtDavid J. Mellor
2009-03-23Documentation: minor grammatical fixes in git-check-attr.txtDavid J. Mellor
2009-03-23Documentation: minor grammatical fixes in git-cat-file.txtDavid J. Mellor
2009-03-23Documentation: minor grammatical fixes and rewording in git-bundle.txtDavid J. Mellor
2009-03-23Documentation: remove some uses of the passive voice in git-bisect.txtDavid J. Mellor
2009-03-23Makefile: turn on USE_ST_TIMESPEC for FreeBSDJeff King
2009-03-23bash completion: add options for 'git fsck'Arto Jonsson
2009-03-23Add --staged to bash completion for git diffKevin McConnell