| Commit message (Expand) | Author | Files | Lines |
2009-03-27 | Documentation: move callouts.xsl to manpage-{base,normal}.xsl | Chris Johnsen | 3 | -1/+31 |
2009-03-26 | documentation: update cvsimport description of "-r" for recent clone | Carlo Marcelo Arenas Belon | 1 | -1/+1 |
2009-03-26 | fast-export: Avoid dropping files from commits | Elijah Newren | 2 | -3/+7 |
2009-03-26 | Documentation: Remove spurious uses of "you" in git-bisect.txt. | David J. Mellor | 1 | -3/+3 |
2009-03-26 | Grammar fixes to "merge" and "patch-id" docs | Wincent Colaiuta | 3 | -9/+9 |
2009-03-26 | Correct missing SP characters in grammar comment at top of fast-import.c | Elijah Newren | 1 | -3/+4 |
2009-03-26 | git-filter-branch: avoid collisions with variables in eval'ed commands | Elijah Newren | 1 | -3/+3 |
2009-03-25 | builtin-push.c: Fix typo: "anythig" -> "anything" | Kevin Ballard | 1 | -1/+1 |
2009-03-25 | t7502-commit: Skip SIGTERM test on Windows | Johannes Sixt | 2 | -1/+3 |
2009-03-25 | t7005-editor: Use $SHELL_PATH in the editor scripts | Johannes Sixt | 1 | -0/+1 |
2009-03-25 | Guard a few Makefile variables against user environments | Johannes Schindelin | 1 | -0/+12 |
2009-03-25 | Add warning about known issues to documentation of cvsimport | Heiko Voigt | 1 | -0/+34 |
2009-03-25 | completion: add --thread=deep/shallow to format-patch | Stephen Boyd | 1 | -1/+7 |
2009-03-25 | completion: add --cc and --no-attachment option to format-patch | Stephen Boyd | 1 | -2/+2 |
2009-03-25 | completion: add --annotate option to send-email | Stephen Boyd | 1 | -2/+2 |
2009-03-25 | Increase the size of the die/warning buffer to avoid truncation | Shawn O. Pearce | 1 | -1/+1 |
2009-03-24 | MinGW: Quote arguments for subprocesses that contain a single-quote | Johannes Sixt | 1 | -1/+1 |
2009-03-24 | close_sha1_file(): make it easier to diagnose errors | Linus Torvalds | 1 | -1/+1 |
2009-03-24 | avoid possible overflow in delta size filtering computation | Nicolas Pitre | 1 | -1/+1 |
2009-03-24 | refs: use warning() instead of fprintf(stderr, "warning: ") | Miklos Vajna | 1 | -5/+3 |
2009-03-24 | builtin-show-ref: use warning() instead of fprintf(stderr, "warning: ") | Miklos Vajna | 1 | -1/+1 |
2009-03-24 | builtin-show-branch: use warning() instead of fprintf(stderr, "warning: ") | Miklos Vajna | 1 | -2/+1 |
2009-03-24 | builtin-rm: use warning() instead of fprintf(stderr, "warning: ") | Miklos Vajna | 1 | -2/+1 |
2009-03-24 | builtin-init-db: use warning() instead of fprintf(stderr, "warning: ") | Miklos Vajna | 1 | -4/+3 |
2009-03-24 | builtin-fetch-pack: use warning() instead of fprintf(stderr, "warning: ") | Miklos Vajna | 1 | -1/+1 |
2009-03-24 | builtin-checkout: use warning() instead of fprintf(stderr, "warning: ") | Miklos Vajna | 1 | -2/+2 |
2009-03-24 | builtin-apply: use warning() instead of fprintf(stderr, "warning: ") | Miklos Vajna | 1 | -8/+7 |
2009-03-24 | http-push: using error() and warning() as appropriate | Miklos Vajna | 1 | -3/+3 |
2009-03-23 | t0060: fix whitespace in "wc -c" invocation | Jeff King | 1 | -1/+1 |
2009-03-23 | Documentation: minor grammatical fix in git-check-ref-format.txt | David J. Mellor | 1 | -20/+20 |
2009-03-23 | Documentation: minor grammatical fixes in git-check-attr.txt | David J. Mellor | 1 | -8/+8 |
2009-03-23 | Documentation: minor grammatical fixes in git-cat-file.txt | David J. Mellor | 1 | -9/+9 |
2009-03-23 | Documentation: minor grammatical fixes and rewording in git-bundle.txt | David J. Mellor | 1 | -43/+43 |
2009-03-23 | Documentation: remove some uses of the passive voice in git-bisect.txt | David J. Mellor | 1 | -11/+11 |
2009-03-23 | Makefile: turn on USE_ST_TIMESPEC for FreeBSD | Jeff King | 1 | -0/+1 |
2009-03-23 | bash completion: add options for 'git fsck' | Arto Jonsson | 1 | -0/+16 |
2009-03-23 | Add --staged to bash completion for git diff | Kevin McConnell | 1 | -1/+1 |
2009-03-23 | Improve error message about fetch into current branch | Alex Riesen | 1 | -1/+2 |
2009-03-22 | Smudge the files fed to external diff and textconv | Johannes Schindelin | 2 | -3/+26 |
2009-03-22 | everyday: use the dashless form of git-init | David Aguilar | 1 | -1/+1 |
2009-03-22 | t5503: GIT_DEBUG_SEND_PACK is not supported on MinGW | Johannes Sixt | 1 | -0/+7 |
2009-03-22 | t7004: Use prerequisite tags to skip tests that need gpg | Johannes Sixt | 1 | -49/+48 |
2009-03-22 | Use prerequisites to skip tests that need unzip | Johannes Sixt | 2 | -11/+11 |
2009-03-22 | t3700: Skip a test with backslashes in pathspec | Johannes Sixt | 2 | -1/+3 |
2009-03-22 | Skip tests that require a filesystem that obeys POSIX permissions | Johannes Sixt | 6 | -19/+23 |
2009-03-22 | t0060: Fix tests on Windows | Johannes Sixt | 1 | -33/+83 |
2009-03-22 | Use prerequisite tags to skip tests that depend on symbolic links | Johannes Sixt | 32 | -76/+211 |
2009-03-22 | t9100, t9129: Use prerequisite tags for UTF-8 tests | Johannes Sixt | 2 | -31/+28 |
2009-03-22 | t5302: Use prerequisite tags to skip 64-bit offset tests | Johannes Sixt | 1 | -10/+5 |
2009-03-22 | Skip tests that fail if the executable bit is not handled by the filesystem | Johannes Sixt | 5 | -20/+42 |