Age | Commit message (Expand) | Author | Files | Lines |
2006-09-28 | svnimport: add support for parsing From: lines for author | Andy Whitcroft | 1 | -4/+8 |
2006-09-22 | git-svnimport: Parse log message for Signed-off-by: lines | Sasha Khapyorsky | 1 | -11/+20 |
2006-07-02 | Empty author may be presented by svn as an empty string or a null value. | Robin Rosenberg | 1 | -1/+1 |
2006-05-31 | git-svnimport: Improved detection of merges. | Florian Forster | 1 | -2/+9 |
2006-04-20 | Reintroduce svn pools to solve the memory leak. | Santi_Béjar | 1 | -1/+3 |
2006-04-18 | git-svnimport symlink support | Herbert Valerio Riedel | 1 | -2/+16 |
2006-04-07 | git-svnimport: Don't assume that copied files haven't changed | Karl Hasselström | 1 | -5/+10 |
2006-03-26 | git-svnimport: if a limit is specified, respect it | Anand Kumria | 1 | -1/+1 |
2006-02-27 | Save username -> Full Name <email@addr.es> map file | Karl Hasselström | 1 | -5/+20 |
2006-02-27 | Let git-svnimport's author file use same syntax as git-cvsimport's | Karl Hasselström | 1 | -1/+1 |
2006-02-26 | svnimport: Read author names and emails from a file | Karl Hasselström | 1 | -3/+20 |
2006-02-26 | svnimport: Convert the svn:ignore property | Karl Hasselström | 1 | -3/+57 |
2006-02-26 | svnimport: Convert executable flag | Karl Hasselström | 1 | -7/+13 |
2006-02-20 | svnimport: avoid open "-|" list form for Perl 5.6 | Junio C Hamano | 1 | -4/+16 |
2006-02-14 | git-svnimport: -r adds svn revision number to commit messages | Karl Hasselström | 1 | -3/+4 |
2006-02-11 | Use a relative path for SVN importing | Christian Biesinger | 1 | -1/+1 |
2006-02-01 | git-svnimport.perl: fix for 'arg list too long...' | Sasha Khapyorsky | 1 | -9/+16 |
2006-01-05 | svnimport: support repositories requiring SSL authentication | Eric Wong | 1 | -2/+4 |
2005-12-14 | svnimport: exit cleanly when we are up to date | Martin Langhoff | 1 | -0/+7 |
2005-11-29 | SVN import: Use one log call | Matthias Urlichs | 1 | -21/+16 |
2005-11-16 | symref support for import scripts | Pavel Roskin | 1 | -3/+6 |
2005-11-14 | Remove trailing slashes | Matthias Urlichs | 1 | -1/+6 |
2005-11-08 | Fix a couple of obvious and insignificant typo. | Junio C Hamano | 1 | -2/+2 |
2005-11-08 | Lift the default limit of number of revs. | Yaacov Akiba Slama | 1 | -6/+6 |
2005-11-08 | Handle a revision that only creates a new tag correctly. | Yaacov Akiba Slama | 1 | -0/+5 |
2005-11-08 | Bundle file copies from multiple branches into a merge. | Yaacov Akiba Slama | 1 | -6/+16 |
2005-11-08 | copy_dir becomes copy_path and handles both files and directories | Yaacov Akiba Slama | 1 | -37/+53 |
2005-11-08 | Don't output error on changes in the nodes /, /tags or /branches | Yaacov Akiba Slama | 1 | -1/+6 |
2005-11-08 | Add node_kind function to differentiate between file and directory | Yaacov Akiba Slama | 1 | -3/+18 |
2005-11-08 | Use svn pools to solve the memory leak problem. | Yaacov Akiba Slama | 1 | -2/+6 |
2005-10-30 | Work around an RPM build problem. | Junio C Hamano | 1 | -1/+1 |
2005-10-16 | Merge branch 'svn' of http://netz.smurf.noris.de/git/git | Junio C Hamano | 1 | -0/+717 |
2005-10-16 | svn commit: re-word the exit-due-to-memory-leak message | Matthias Urlichs | 1 | -1/+2 |
2005-10-11 | svn import: copy directories | Matthias Urlichs | 1 | -13/+56 |
2005-10-11 | svn import: Add direct HTTP access | Matthias Urlichs | 1 | -17/+54 |
2005-10-11 | svn import: remove some CVS cruft | Matthias Urlichs | 1 | -35/+4 |
2005-10-11 | svn import: make -s option actually optional | Matthias Urlichs | 1 | -1/+2 |
2005-10-11 | svn import: typo fix | Matthias Urlichs | 1 | -1/+1 |
2005-10-10 | svn import: get all revisions | Matthias Urlichs | 1 | -1/+1 |
2005-10-10 | svn import: unlink downlaoded files | Matthias Urlichs | 1 | -0/+1 |
2005-10-10 | svn import: Add a loop limit option | Matthias Urlichs | 1 | -5/+10 |
2005-10-10 | svn import: incremental imports | Matthias Urlichs | 1 | -6/+6 |
2005-10-10 | svn import: skip initial revisions | Matthias Urlichs | 1 | -6/+6 |
2005-10-10 | svn import: Do not create empty tags | Matthias Urlichs | 1 | -120/+125 |
2005-10-10 | svn import: Fix tagging. | Matthias Urlichs | 1 | -16/+12 |
2005-10-10 | svn import: remove debugging | Matthias Urlichs | 1 | -2/+0 |
2005-10-10 | svn import: wrong file open mode | Matthias Urlichs | 1 | -1/+1 |
2005-10-10 | svn import: avoid reconnecting | Matthias Urlichs | 1 | -5/+6 |
2005-10-10 | svn improt needs SVN::Core 1.2.1 or better | Matthias Urlichs | 1 | -0/+2 |
2005-10-10 | svn import: fixed two pipe open calls. | Matthias Urlichs | 1 | -4/+4 |