| Commit message (Expand) | Author | Age | Files | Lines |
* | revision walker: --cherry-pick is a limited operation | Johannes Schindelin | 2007-09-15 | 2 | -0/+15 |
* | git-sh-setup: typofix in comments | Junio C Hamano | 2007-09-15 | 1 | -1/+1 |
* | Documentation/git-config.txt: AsciiDoc tweak to avoid leading dot | Junio C Hamano | 2007-09-14 | 1 | -1/+1 |
* | Add test to check recent fix to "git add -u" | Benoit Sigoure | 2007-09-14 | 2 | -2/+11 |
* | Documentation/git-archive.txt: a couple of clarifications. | Jari Aalto | 2007-09-14 | 1 | -2/+3 |
* | Fix the rename detection limit checking | Linus Torvalds | 2007-09-14 | 3 | -3/+19 |
* | diff --no-index: do not forget to run diff_setup_done() | Junio C Hamano | 2007-09-14 | 1 | -0/+2 |
* | git-format-patch --in-reply-to: accept <message@id> with angle brackets | Junio C Hamano | 2007-09-14 | 1 | -1/+30 |
* | git-add -u: do not barf on type changes | Junio C Hamano | 2007-09-14 | 1 | -0/+1 |
* | Remove duplicate note about removing commits with git-filter-branch | Ulrik Sverdrup | 2007-09-13 | 1 | -5/+0 |
* | git-clone: improve error message if curl program is missing or not executable | Gerrit Pape | 2007-09-13 | 1 | -1/+5 |
* | hooks--update: Explicitly check for all zeros for a deleted ref. | Alexandre Julliard | 2007-09-13 | 1 | -1/+1 |
* | Merge branch 'sp/maint-no-thin' into maint | Junio C Hamano | 2007-09-12 | 1 | -1/+1 |
|\ |
|
| * | Make --no-thin the default in git-push to save server resources | Shawn O. Pearce | 2007-09-10 | 1 | -1/+1 |
* | | stash: end index commit log with a newline | Jean-Luc Herren | 2007-09-12 | 1 | -1/+1 |
* | | git-commit: Disallow amend if it is going to produce an empty non-merge commit | Dmitry V. Levin | 2007-09-12 | 1 | -1/+1 |
* | | git-send-email.perl: Add angle brackets to In-Reply-To if necessary | David Kastrup | 2007-09-12 | 1 | -1/+2 |
* | | Fix a test failure (t9500-*.sh) on cygwin | Ramsay Jones | 2007-09-11 | 1 | -5/+13 |
|/ |
|
* | fix doc for --compression argument to pack-objects | Nicolas Pitre | 2007-09-09 | 1 | -6/+2 |
* | git-tag -s must fail if gpg cannot sign the tag. | Carlos Rica | 2007-09-09 | 2 | -4/+21 |
* | git-svn: understand grafts when doing dcommit | Eric Wong | 2007-09-09 | 1 | -8/+3 |
* | git-diff: don't squelch the new SHA1 in submodule diffs | Sven Verdoolaege | 2007-09-09 | 2 | -4/+21 |
* | git-svn: fix "Malformed network data" with svn:// servers | Eric Wong | 2007-09-07 | 1 | -1/+13 |
* | (cvs|svn)import: Ask git-tag to overwrite old tags. | Michael Smith | 2007-09-07 | 2 | -2/+2 |
* | Documentation / grammer nit | Mike Ralphson | 2007-09-07 | 1 | -1/+1 |
* | Include a git-push example for creating a remote branch | Shawn O. Pearce | 2007-09-05 | 1 | -0/+6 |
* | Cleanup unnecessary file modifications in t1400-update-ref | Shawn O. Pearce | 2007-09-05 | 1 | -2/+0 |
* | Makefile: Add cache-tree.h to the headers list | Dmitry V. Levin | 2007-09-05 | 1 | -1/+1 |
* | Don't allow contrib/workdir/git-new-workdir to trash existing dirs | Shawn O. Pearce | 2007-09-05 | 1 | -0/+6 |
* | git-apply: do not read past the end of buffer | Junio C Hamano | 2007-09-05 | 2 | -1/+60 |
* | GIT 1.5.3.1: obsolete git-p4 in RPM spec file.v1.5.3.1 | Junio C Hamano | 2007-09-03 | 5 | -3/+17 |
* | Typofix: 1.5.3 release notes | Junio C Hamano | 2007-09-02 | 1 | -1/+1 |
* | GIT 1.5.3v1.5.3 | Junio C Hamano | 2007-09-02 | 1 | -7/+21 |
* | Merge branch 'jp/send-email-cc' | Junio C Hamano | 2007-09-01 | 2 | -2/+31 |
|\ |
|
| * | git-send-email --cc-cmd | Joe Perches | 2007-08-17 | 2 | -2/+31 |
* | | Mention -m as an abbreviation for --merge | Robin Rosenberg | 2007-09-01 | 1 | -2/+2 |
* | | Update my contact address as the maintainer. | Junio C Hamano | 2007-09-01 | 2 | -2/+3 |
* | | Documentation: minor AsciiDoc mark-up fixes. | Junio C Hamano | 2007-09-01 | 2 | -14/+14 |
* | | URL: allow port specification in ssh:// URLs | Luben Tuikov | 2007-09-01 | 2 | -2/+32 |
* | | Avoid one-or-more (\+) non BRE in sed scripts. | Junio C Hamano | 2007-09-01 | 2 | -5/+2 |
* | | rebase -m: Fix incorrect short-logs of already applied commits. | Johannes Sixt | 2007-09-01 | 2 | -5/+52 |
* | | git-diff: resurrect the traditional empty "diff --git" behaviour | Junio C Hamano | 2007-08-31 | 4 | -7/+45 |
* | | git-tag: Fix -l option to use better shell style globs. | Carlos Rica | 2007-08-31 | 2 | -20/+11 |
* | | git-svn: fix dcommit clobbering upstream when committing multiple changes | Eric Wong | 2007-08-31 | 2 | -28/+62 |
* | | git-svn: Protect against "diff.color = true". | Junio C Hamano | 2007-08-31 | 1 | -2/+2 |
* | | filter-branch: introduce convenience function "skip_commit" | Johannes Schindelin | 2007-08-31 | 3 | -14/+42 |
* | | filter-branch: provide the convenience functions also for commit filters | Johannes Schindelin | 2007-08-31 | 3 | -13/+25 |
* | | rebase -i: mention the option to split commits in the man page | Johannes Schindelin | 2007-08-31 | 1 | -1/+38 |
* | | filter-branch: fix remnants of old syntax in documentation | Johannes Schindelin | 2007-08-31 | 1 | -14/+18 |
* | | Teach bash about completing arguments for git-tag | Shawn O. Pearce | 2007-08-31 | 1 | -0/+58 |