| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'lh/svn-first-parent' | Junio C Hamano | 2007-09-14 | 1 | -4/+6 |
|\ |
|
| * | git-svn: always use --first-parent | Lars Hjemli | 2007-09-06 | 1 | -12/+5 |
| * | git-svn: add support for --first-parent | Lars Hjemli | 2007-09-05 | 1 | -4/+13 |
* | | git-svn: understand grafts when doing dcommit | Eric Wong | 2007-09-09 | 1 | -8/+3 |
* | | git-svn: fix "Malformed network data" with svn:// servers | Eric Wong | 2007-09-07 | 1 | -1/+13 |
|/ |
|
* | git-svn: fix dcommit clobbering upstream when committing multiple changes | Eric Wong | 2007-08-31 | 1 | -28/+32 |
* | git-svn: Protect against "diff.color = true". | Junio C Hamano | 2007-08-31 | 1 | -2/+2 |
* | git-svn init/clone --stdlayout option to default-init trunk/tags/branches | martin f. krafft | 2007-08-23 | 1 | -2/+9 |
* | git-svn: dcommit prints out the URL to be committed to | Eric Wong | 2007-08-22 | 1 | -0/+1 |
* | git-svn: fix log with single revision against a non-HEAD branch | Eric Wong | 2007-08-15 | 1 | -9/+15 |
* | git-svn: Translate invalid characters in refname | Robert Ewald | 2007-07-30 | 1 | -3/+36 |
* | git-svn: Minimalistic patch which allows svn usernames with space(s). | Richard MUSIL | 2007-07-18 | 1 | -1/+1 |
* | git-svn: fix commiting renames over DAV with funky file names | Eric Wong | 2007-07-15 | 1 | -0/+3 |
* | git-svn: remove leading slashes from fetch lines in the generate config | Eric Wong | 2007-07-14 | 1 | -1/+4 |
* | git-svn: fix blocking with svn:// servers after do_switch | Eric Wong | 2007-07-04 | 1 | -0/+1 |
* | Merge branch 'ew/svn' | Junio C Hamano | 2007-07-02 | 1 | -9/+63 |
|\ |
|
| * | git-svn: allow dcommit to retain local merge information | Eric Wong | 2007-06-13 | 1 | -9/+63 |
* | | Merge branch 'ei/worktree+filter' | Junio C Hamano | 2007-07-01 | 1 | -2/+1 |
|\ \ |
|
| * | | Use new semantics of is_bare/inside_git_dir/inside_work_tree | Matthias Lederhofer | 2007-06-06 | 1 | -1/+1 |
| * | | rev-parse: introduce --is-bare-repository | Matthias Lederhofer | 2007-06-06 | 1 | -2/+1 |
* | | | Merge branch 'mk/svn' | Junio C Hamano | 2007-06-30 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | git-svn: honor ~/.subversion/ client cert file settings. | Michael Krelin | 2007-06-30 | 1 | -0/+1 |
* | | | | git-svn: cache max revision in rev_db databases | Sam Vilain | 2007-06-30 | 1 | -0/+4 |
* | | | | git-svn: use git-log rather than rev-list | xargs cat-file | Sam Vilain | 2007-06-30 | 1 | -14/+22 |
|/ / / |
|
* | | | git-svn: avoid string eval for defining functions | Sam Vilain | 2007-06-16 | 1 | -31/+33 |
| |/
|/| |
|
* | | git-svn: reduce stat() calls for a backwards compatibility check | Eric Wong | 2007-06-13 | 1 | -1/+1 |
* | | git-svn: cleanup: factor out longest_common_path() function | Eric Wong | 2007-06-13 | 1 | -5/+11 |
|/ |
|
* | git-svn: avoid md5 calculation entirely if SVN doesn't provide one | Eric Wong | 2007-05-28 | 1 | -6/+10 |
* | Fix git-svn to handle svn not reporting the md5sum of a file, and test. | James Y Knight | 2007-05-26 | 1 | -1/+1 |
* | git-svn: don't minimize-url when doing an init that tracks multiple paths | Eric Wong | 2007-05-19 | 1 | -0/+5 |
* | git-svn: avoid crashing svnserve when creating new directories | Eric Wong | 2007-05-19 | 1 | -0/+2 |
* | git-svn: don't attempt to minimize URLs by default | Eric Wong | 2007-05-13 | 1 | -2/+3 |
* | git-svn: fix segfaults due to initial SVN pool being cleared | Eric Wong | 2007-05-13 | 1 | -1/+0 |
* | git-svn: clean up caching of SVN::Ra functions | Eric Wong | 2007-05-13 | 1 | -26/+42 |
* | git-svn: don't drop the username from URLs when dcommit is run | Eric Wong | 2007-05-13 | 1 | -1/+1 |
* | Add --no-rebase option to git-svn dcommit | Karl Hasselström | 2007-05-04 | 1 | -15/+18 |
* | git-svn: Add 'find-rev' command | Adam Roben | 2007-04-30 | 1 | -10/+9 |
* | Fix symlink handling in git-svn, related to PerlIO | Junio C Hamano | 2007-04-30 | 1 | -2/+2 |
* | git-svn: Added 'find-rev' command | Adam Roben | 2007-04-27 | 1 | -0/+24 |
* | git-svn: Ignore usernames in URLs in find_by_url | Adam Roben | 2007-04-25 | 1 | -0/+4 |
* | git-svn: Don't rely on $_ after making a function call | Adam Roben | 2007-04-25 | 1 | -5/+5 |
* | Remove usernames from all commit messages, not just when using svmprops | Adam Roben | 2007-04-24 | 1 | -1/+4 |
* | git-svn: don't allow globs to match regular files | Eric Wong | 2007-04-18 | 1 | -0/+2 |
* | git-svn: quiet some warnings when run only with --version/--help | Eric Wong | 2007-04-17 | 1 | -2/+2 |
* | git-svn: respect lower bound of -r/--revision when following parent | Eric Wong | 2007-04-17 | 1 | -1/+4 |
* | git-svn: fix log command to avoid infinite loop on long commit messages | Eric Wong | 2007-04-08 | 1 | -2/+9 |
* | git-svn: dcommit/rebase confused by patches with git-svn-id: lines | Eric Wong | 2007-04-08 | 1 | -20/+21 |
* | git-svn: bail out on incorrect command-line options | Eric Wong | 2007-04-08 | 1 | -1/+4 |
* | git-svn: fail on rebase if we are unable to find a ref to rebase against | Eric Wong | 2007-03-31 | 1 | -0/+3 |
* | git-svn: avoid respewing similar error messages for missing paths | Eric Wong | 2007-03-31 | 1 | -5/+11 |