| Commit message (Expand) | Author | Files | Lines |
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 | 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 | everyday: use the dashless form of git-init | David Aguilar | 1 | -1/+1 |
2009-03-22 | Update draft release notes to 1.6.2.2 | Junio C Hamano | 2 | -1/+36 |
2009-03-22 | ls-files: require worktree when --deleted is given | Jeff King | 1 | -0/+1 |
2009-03-22 | pickaxe: count regex matches only once | René Scharfe | 1 | -2/+4 |
2009-03-22 | format-patch: --numbered-files and --stdout aren't mutually exclusive | Stephen Boyd | 2 | -3/+0 |
2009-03-20 | http tests: Darwin is not that special | Junio C Hamano | 1 | -6/+1 |
2009-03-20 | Microoptimize strbuf_cmp | Alex Riesen | 1 | -8/+5 |
2009-03-20 | Produce a nicer output in case of sha1_object_info failures in ls-tree -l | Alex Riesen | 1 | -10/+12 |
2009-03-20 | Documentation: reword example text in git-bisect.txt. | David J. Mellor | 1 | -20/+24 |
2009-03-20 | import-tars: separate author from committer | Giuseppe Bilotta | 1 | -5/+11 |
2009-03-19 | t5602: Work around path mangling on MSYS | Johannes Sixt | 1 | -2/+2 |
2009-03-19 | t5300, t5302, t5303: Do not use /dev/zero | Johannes Sixt | 3 | -15/+16 |
2009-03-19 | t2200, t7004: Avoid glob pattern that also matches files | Johannes Sixt | 2 | -3/+4 |
2009-03-19 | t7300: fix clean up on Windows | Johannes Schindelin | 1 | -3/+3 |
2009-03-19 | test-lib: Introduce test_chmod and use it instead of update-index --chmod | Johannes Sixt | 7 | -43/+24 |
2009-03-19 | test-lib: Simplify test counting. | Johannes Sixt | 3 | -11/+5 |
2009-03-19 | test-lib: Replace uses of $(expr ...) by POSIX shell features. | Johannes Sixt | 1 | -12/+11 |
2009-03-19 | Call 'say' outside test_expect_success | Johannes Sixt | 3 | -19/+22 |
2009-03-19 | test suite: Use 'say' to say something instead of 'test_expect_success' | Johannes Sixt | 10 | -15/+15 |
2009-03-19 | doc: clarify how -S works | Jeff King | 1 | -1/+4 |
2009-03-19 | Documentation: reworded the "Description" section of git-bisect.txt. | David J. Mellor | 1 | -8/+9 |
2009-03-19 | rebase: add options passed to git-am | Michele Ballabio | 2 | -0/+9 |
2009-03-19 | document --force-rebase | Michele Ballabio | 1 | -0/+7 |
2009-03-19 | MinGW: implement mmap | Janos Laube | 4 | -4/+73 |
2009-03-19 | gc --aggressive: make it really aggressive | Johannes Schindelin | 1 | -1/+2 |
2009-03-19 | git log: avoid segfault with --all-match | Michele Ballabio | 1 | -1/+2 |
2009-03-19 | apply: hide unused options from short help | Michele Ballabio | 1 | -4/+4 |
2009-03-19 | apply: consistent spelling of "don't" | Michele Ballabio | 1 | -1/+1 |
2009-03-19 | format-patch: Respect --quiet option | Nate Case | 1 | -4/+6 |
2009-03-18 | t9400, t9401: Do not force hard-linked clone | Johannes Sixt | 2 | -3/+3 |
2009-03-18 | Update draft release notes to 1.6.3 | Junio C Hamano | 1 | -3/+32 |
2009-03-18 | grep: prefer builtin over external one when coloring results | Nguyễn Thái Ngọc Duy | 1 | -0/+2 |
2009-03-18 | config.txt: Describe special 'none' handling in core.gitProxy. | Emil Sit | 1 | -0/+5 |
2009-03-17 | ls-files: require worktree when --deleted is given | Jeff King | 1 | -0/+1 |
2009-03-17 | git-branch.txt: document -f correctly | Michael J Gruber | 1 | -2/+2 |
2009-03-17 | pickaxe: count regex matches only once | René Scharfe | 1 | -2/+4 |
2009-03-17 | git-send-email.txt: describe --compose better | Stephen Boyd | 1 | -7/+6 |
2009-03-17 | Tests: use test_cmp instead of diff where possible | Miklos Vajna | 7 | -24/+24 |
2009-03-17 | Documentation: remove extra quoting/emphasis around literal texts | Chris Johnsen | 7 | -37/+37 |