Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'maint' to sync with 1.5.4.4 | Junio C Hamano | 2008-03-08 | 7 | -14/+39 |
|\ | |||||
| * | GIT 1.5.4.4v1.5.4.4 | Junio C Hamano | 2008-03-08 | 2 | -7/+27 |
| * | ident.c: reword error message when the user name cannot be determined | Santi Béjar | 2008-03-08 | 1 | -1/+1 |
| * | Fix dcommit, rebase when rewriteRoot is in use | John Goerzen | 2008-03-08 | 1 | -1/+6 |
| * | Really make the LF after reset in fast-import optional | Adeodato Simó | 2008-03-08 | 2 | -1/+4 |
| * | Merge branch 'mh/maint-http-proxy-fix' into maint | Junio C Hamano | 2008-03-08 | 7 | -12/+22 |
| |\ | |||||
| * \ | Merge branch 'js/maint-daemon' into maint | Junio C Hamano | 2008-03-08 | 1 | -5/+13 |
| |\ \ | |||||
| * \ \ | Merge branch 'js/maint-cvsexport' into maint | Junio C Hamano | 2008-03-08 | 2 | -8/+67 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'jc/maint-log-merge-left-right' into maint | Junio C Hamano | 2008-03-08 | 1 | -8/+4 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'ew/maint-svn-cert-fileprovider' into maint | Junio C Hamano | 2008-03-08 | 1 | -0/+1 |
| |\ \ \ \ \ | |||||
* | | | | | | | merge-tool documentation: describe custom command usage | Charles Bailey | 2008-03-08 | 1 | -0/+22 |
* | | | | | | | git-mergetool documentaiton: show toolnames in typewriter font | Charles Bailey | 2008-03-08 | 1 | -8/+8 |
* | | | | | | | Merge branch 'aw/maint-shortlog-blank-lines' | Junio C Hamano | 2008-03-08 | 1 | -2/+3 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | shortlog: take the first populated line of the description | Andy Whitcroft | 2008-03-05 | 1 | -2/+3 |
* | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2008-03-07 | 4 | -12/+27 |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | |||||
| * | | | | | | | unquote_c_style: fix off-by-one. | Pierre Habouzit | 2008-03-07 | 1 | -1/+1 |
| * | | | | | | | test-lib: fix TERM to dumb for test repeatability | Junio C Hamano | 2008-03-07 | 1 | -7/+17 |
| * | | | | | | | config.txt: refer to --upload-pack and --receive-pack instead of --exec | Uwe Kleine-König | 2008-03-07 | 1 | -4/+4 |
| * | | | | | | | Merge branch 'maint' of git://repo.or.cz/git-gui into maint | Junio C Hamano | 2008-03-06 | 1 | -0/+5 |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | |||||
| | * | | | | | | git-gui: Gracefully fall back to po2msg.sh if msgfmt --tcl fails | Shawn O. Pearce | 2008-03-05 | 1 | -0/+5 |
* | | | | | | | | send-email: --no-signed-off-cc should suppress 'sob' cc | Junio C Hamano | 2008-03-07 | 1 | -1/+2 |
* | | | | | | | | Merge branch 'js/reflog-delete' | Junio C Hamano | 2008-03-07 | 8 | -7/+245 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | t3903-stash.sh: Add tests for new stash commands drop and pop | Brandon Casey | 2008-03-03 | 1 | -1/+45 |
| * | | | | | | | | git-reflog.txt: Document new commands --updateref and --rewrite | Brandon Casey | 2008-03-03 | 1 | -0/+9 |
| * | | | | | | | | t3903-stash.sh: Add missing '&&' to body of testcase | Brandon Casey | 2008-03-03 | 1 | -2/+2 |
| * | | | | | | | | Merge commit '74359821' into js/reflog-delete | Junio C Hamano | 2008-03-03 | 125 | -1334/+4189 |
| |\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | git-stash: add new 'pop' subcommand | Brandon Casey | 2008-02-22 | 2 | -2/+16 |
| * | | | | | | | | | git-stash: add new 'drop' subcommand | Brandon Casey | 2008-02-22 | 2 | -2/+33 |
| * | | | | | | | | | git-reflog: add option --updateref to write the last reflog sha1 into the ref | Brandon Casey | 2008-02-22 | 1 | -1/+16 |
| * | | | | | | | | | refs.c: make close_ref() and commit_ref() non-static | Brandon Casey | 2008-02-22 | 2 | -2/+8 |
| * | | | | | | | | | git-reflog: add option --rewrite to update reflog entries while expiring | Brandon Casey | 2008-02-22 | 1 | -1/+11 |
| * | | | | | | | | | reflog-delete: parse standard reflog options | Brandon Casey | 2008-02-22 | 1 | -3/+21 |
| * | | | | | | | | | Merge branch 'bc/reflog-fix' into js/reflog-delete | Junio C Hamano | 2008-02-22 | 691 | -14455/+56188 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | builtin-reflog.c: fix typo that accesses an unset variable | Brandon Casey | 2008-01-04 | 1 | -1/+1 |
| * | | | | | | | | | | Teach "git reflog" a subcommand to delete single entries | Johannes Schindelin | 2007-10-17 | 3 | -0/+90 |
* | | | | | | | | | | | Merge branch 'dc/format-pretty' | Junio C Hamano | 2008-03-07 | 8 | -9/+21 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | log/show/whatchanged: introduce format.pretty configuration | Denis Cheng | 2008-03-05 | 3 | -0/+13 |
| * | | | | | | | | | | | specify explicit "--pretty=medium" with `git log/show/whatchanged` | Denis Cheng | 2008-03-05 | 4 | -4/+4 |
| * | | | | | | | | | | | whatchanged documentation: share description of --pretty with others | Denis Cheng | 2008-03-05 | 1 | -5/+4 |
* | | | | | | | | | | | | Merge branch 'cb/mergetool' | Junio C Hamano | 2008-03-07 | 3 | -76/+162 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | Add a very basic test script for git mergetool | Charles Bailey | 2008-03-05 | 1 | -0/+46 |
| * | | | | | | | | | | | | Teach git mergetool to use custom commands defined at config time | Charles Bailey | 2008-03-05 | 2 | -4/+49 |
| * | | | | | | | | | | | | Changed an internal variable of mergetool to support custom commands | Charles Bailey | 2008-03-05 | 1 | -50/+50 |
| * | | | | | | | | | | | | Tidy up git mergetool's backup file behaviour | Charles Bailey | 2008-03-05 | 2 | -24/+19 |
| |/ / / / / / / / / / / | |||||
* | | | | | | | | | | | | Merge branch 'ar/sgid-bsd' | Junio C Hamano | 2008-03-07 | 3 | -1/+11 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | Do not use GUID on dir in git init --shared=all on FreeBSD | Alex Riesen | 2008-03-05 | 3 | -1/+11 |
* | | | | | | | | | | | | | Merge branch 'cc/run-command' | Junio C Hamano | 2008-03-07 | 2 | -10/+11 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / | |||||
| * | | | | | | | | | | | | run-command: Redirect stderr to a pipe before redirecting stdout to stderr | Christian Couder | 2008-03-05 | 2 | -10/+11 |
* | | | | | | | | | | | | | bash: git-branch -d and -m lists only local branches | SZEDER Gábor | 2008-03-05 | 1 | -1/+18 |
* | | | | | | | | | | | | | bash: add git-branch options | SZEDER Gábor | 2008-03-05 | 1 | -1/+10 |
| |/ / / / / / / / / / / |/| | | | | | | | | | | |