| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Merge branch 'maint-1.5.4' into maint | Junio C Hamano | 2008-04-22 | 1 | -2/+5 |
|\ |
|
| * | svn-git: Use binmode for reading/writing binary rev maps | Michael Weber | 2008-04-22 | 1 | -0/+4 |
| * | git-svn bug with blank commits and author file | Thomas Guyot-Sionnest | 2008-04-22 | 1 | -2/+1 |
* | | Force the medium pretty format on calls to git log | Pedro Melo | 2008-04-11 | 1 | -1/+1 |
* | | git-svn: fix following renamed paths when tracking a single path | Eric Wong | 2008-04-07 | 1 | -2/+3 |
* | | git-svn: remove redundant slashes from show-ignore | Eric Wong | 2008-03-30 | 1 | -1/+1 |
* | | Don't try and percent-escape existing percent escapes in git-svn URIs | Kevin Ballard | 2008-03-20 | 1 | -1/+1 |
* | | Merge branch 'maint' | Junio C Hamano | 2008-03-15 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | git-svn: don't blindly append '*' to branch/tags config | Eric Wong | 2008-03-14 | 1 | -1/+2 |
* | | Merge branch 'maint' | Junio C Hamano | 2008-03-11 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | git-svn: fix find-rev error message when missing arg | Marc-Andre Lureau | 2008-03-11 | 1 | -1/+2 |
* | | Merge branch 'maint' to sync with 1.5.4.4 | Junio C Hamano | 2008-03-08 | 1 | -1/+6 |
|\ \
| |/ |
|
| * | Fix dcommit, rebase when rewriteRoot is in use | John Goerzen | 2008-03-08 | 1 | -1/+6 |
| * | git-svn: Don't prompt for client cert password everytime. | Sebastian Noack | 2008-02-27 | 1 | -0/+1 |
* | | git-svn: Don't prompt for client cert password everytime. | Sebastian Noack | 2008-02-27 | 1 | -0/+1 |
* | | Add `git svn blame' command | Tim Stoakes | 2008-02-11 | 1 | -0/+21 |
* | | git-svn: improve repository URL matching when following parents | Eric Wong | 2008-02-06 | 1 | -1/+6 |
* | | Let "git svn" run "git gc --auto" occasionally | Karl Hasselström | 2008-02-03 | 1 | -0/+12 |
* | | git-svn: Don't call git-repack anymore | Karl Hasselström | 2008-02-03 | 1 | -11/+3 |
|/ |
|
* | git-svn: default to repacking every 1000 commits | Eric Wong | 2008-01-22 | 1 | -6/+4 |
* | git-svn: handle leading/trailing whitespace from svnsync revprops | Eric Wong | 2008-01-12 | 1 | -6/+12 |
* | Trim leading / off of paths in git-svn prop_walk | Kevin Ballard | 2008-01-09 | 1 | -0/+1 |
* | Merge in GIT 1.5.3.8 | Junio C Hamano | 2008-01-08 | 1 | -0/+4 |
|\ |
|
| * | git-svn: clarify the "Ignoring error from SVN" piece | Eric Wong | 2008-01-07 | 1 | -0/+4 |
| * | git-svn: support for funky branch and project names over HTTP(S) | Eric Wong | 2008-01-07 | 1 | -2/+22 |
* | | git-svn: unlink index files that were globbed, too | Eric Wong | 2008-01-02 | 1 | -3/+6 |
* | | git-svn: allow dcommit --no-rebase to commit multiple, dependent changes | Eric Wong | 2008-01-02 | 1 | -2/+2 |
* | | git-svn: avoid warning when run without arguments | Eric Wong | 2007-12-19 | 1 | -2/+2 |
* | | git-svn: workaround a for broken symlinks in SVN | Eric Wong | 2007-12-19 | 1 | -3/+9 |
* | | git-svn: avoid leaving leftover committer/author info in rebase | Eric Wong | 2007-12-19 | 1 | -11/+39 |
* | | git-svn: handle our top-level path being deleted and later re-added | Eric Wong | 2007-12-14 | 1 | -0/+14 |
* | | git-svn: unlink internal index files after operations | Eric Wong | 2007-12-13 | 1 | -0/+3 |
* | | git-svn: expand handling of From: and Signed-off-by: | Andy Whitcroft | 2007-12-13 | 1 | -4/+13 |
* | | Merge branch 'ew/svn-rev-db' | Junio C Hamano | 2007-12-12 | 1 | -101/+222 |
|\ \ |
|
| * | | git-svn: reinstate old rev_db optimization in new rev_map | Eric Wong | 2007-12-10 | 1 | -14/+57 |
| * | | git-svn: replace .rev_db with a more space-efficient .rev_map format | Eric Wong | 2007-12-10 | 1 | -104/+182 |
* | | | git-svn: get color config from --get-colorbool | Jeff King | 2007-12-11 | 1 | -33/+2 |
|/ / |
|
* | | git-svn: Don't create a "master" branch every time rebase is run | Steven Grimm | 2007-11-30 | 1 | -0/+2 |
* | | git-svn: add a show-externals command. | Vineet Kumar | 2007-11-30 | 1 | -0/+18 |
* | | git-svn: Remove unnecessary Git::SVN::Util package | David D. Kilzer | 2007-11-30 | 1 | -14/+9 |
* | | git-svn: add support for pulling author from From: and Signed-off-by: | Andy Whitcroft | 2007-11-30 | 1 | -7/+30 |
* | | git-svn now reads settings even if called in subdirectory | Gustaf Hendeby | 2007-11-30 | 1 | -17/+18 |
* | | git-svn: allow `info' command to work offline | Eric Wong | 2007-11-21 | 1 | -3/+23 |
* | | git-svn: info --url [path] | David D. Kilzer | 2007-11-21 | 1 | -2/+7 |
* | | git-svn info: implement info command | David D. Kilzer | 2007-11-21 | 1 | -0/+133 |
* | | git-svn: extract reusable code into utility functions | David D. Kilzer | 2007-11-21 | 1 | -32/+64 |
* | | git-svn: Fix a typo and add a comma in an error message in git-svn | David Reiss | 2007-11-17 | 1 | -1/+1 |
* | | git-svn log: handle unreachable revisions like "svn log" | David D Kilzer | 2007-11-17 | 1 | -19/+44 |
* | | git-svn log: include commit log for the smallest revision in a range | David D Kilzer | 2007-11-17 | 1 | -3/+3 |
* | | git-svn log: fix ascending revision ranges | David D Kilzer | 2007-11-17 | 1 | -1/+1 |