summaryrefslogtreecommitdiff
path: root/git-svn.perl
AgeCommit message (Expand)AuthorFilesLines
2007-11-17git-svn log: handle unreachable revisions like "svn log"David D Kilzer1-19/+44
2007-11-17git-svn log: include commit log for the smallest revision in a rangeDavid D Kilzer1-3/+3
2007-11-17git-svn log: fix ascending revision rangesDavid D Kilzer1-1/+1
2007-11-17git-svn's dcommit must use subversion's configKonstantin V. Arkhipov1-0/+3
2007-11-12git-svn: support for funky branch and project names over HTTP(S)Eric Wong1-2/+22
2007-11-12Merge branch 'maint'Junio C Hamano1-0/+3
2007-11-11git-svn: prevent dcommitting if the index is dirty.Benoit Sigoure1-0/+3
2007-11-05Merge branch 'maint'Junio C Hamano1-4/+44
2007-11-05git-svn: fix dcommit clobbering when committing a series of diffsEric Wong1-4/+44
2007-11-03git-svn: sort the options in the --help message.Benoit Sigoure1-1/+1
2007-10-17git-svn: simplify the handling of fatal errorsBenoit Sigoure1-21/+21
2007-10-17git-svn: add git svn proplistBenoit Sigoure1-1/+17
2007-10-17git-svn: add git svn propgetBenoit Sigoure1-0/+57
2007-10-17git-svn: implement git svn create-ignoreBenoit Sigoure1-0/+27
2007-10-17git-svn: add a generic tree traversal to fetch SVN propertiesBenoit Sigoure1-19/+44
2007-10-16git-svn: use "no warnings 'once'" to disable false-positivesEygene Ryabinkin1-44/+43
2007-10-15git-svn: respect Subversion's [auth] section configuration valuesEygene Ryabinkin1-0/+23
2007-10-03Don't checkout the full tree if avoidableSteven Walter1-16/+48
2007-09-23Merge branch 'maint'Junio C Hamano1-1/+1
2007-09-23git-svn: don't attempt to spawn pager if we don't want oneEric Wong1-1/+1
2007-09-14Merge branch 'lh/svn-first-parent'Junio C Hamano1-4/+6
2007-09-09git-svn: understand grafts when doing dcommitEric Wong1-8/+3
2007-09-07git-svn: fix "Malformed network data" with svn:// serversEric Wong1-1/+13
2007-09-06git-svn: always use --first-parentLars Hjemli1-12/+5
2007-09-05git-svn: add support for --first-parentLars Hjemli1-4/+13
2007-08-31git-svn: fix dcommit clobbering upstream when committing multiple changesEric Wong1-28/+32
2007-08-31git-svn: Protect against "diff.color = true".Junio C Hamano1-2/+2
2007-08-23git-svn init/clone --stdlayout option to default-init trunk/tags/branchesmartin f. krafft1-2/+9
2007-08-22git-svn: dcommit prints out the URL to be committed toEric Wong1-0/+1
2007-08-15git-svn: fix log with single revision against a non-HEAD branchEric Wong1-9/+15
2007-07-30git-svn: Translate invalid characters in refnameRobert Ewald1-3/+36
2007-07-18git-svn: Minimalistic patch which allows svn usernames with space(s).Richard MUSIL1-1/+1
2007-07-15git-svn: fix commiting renames over DAV with funky file namesEric Wong1-0/+3
2007-07-14git-svn: remove leading slashes from fetch lines in the generate configEric Wong1-1/+4
2007-07-04git-svn: fix blocking with svn:// servers after do_switchEric Wong1-0/+1
2007-07-02Merge branch 'ew/svn'Junio C Hamano1-9/+63
2007-07-01Merge branch 'ei/worktree+filter'Junio C Hamano1-2/+1
2007-06-30Merge branch 'mk/svn'Junio C Hamano1-0/+1
2007-06-30git-svn: cache max revision in rev_db databasesSam Vilain1-0/+4
2007-06-30git-svn: use git-log rather than rev-list | xargs cat-fileSam Vilain1-14/+22
2007-06-30git-svn: honor ~/.subversion/ client cert file settings.Michael Krelin1-0/+1
2007-06-16git-svn: avoid string eval for defining functionsSam Vilain1-31/+33
2007-06-13git-svn: allow dcommit to retain local merge informationEric Wong1-9/+63
2007-06-13git-svn: reduce stat() calls for a backwards compatibility checkEric Wong1-1/+1
2007-06-13git-svn: cleanup: factor out longest_common_path() functionEric Wong1-5/+11
2007-06-06Use new semantics of is_bare/inside_git_dir/inside_work_treeMatthias Lederhofer1-1/+1
2007-06-06rev-parse: introduce --is-bare-repositoryMatthias Lederhofer1-2/+1
2007-05-28git-svn: avoid md5 calculation entirely if SVN doesn't provide oneEric Wong1-6/+10
2007-05-26Fix git-svn to handle svn not reporting the md5sum of a file, and test.James Y Knight1-1/+1
2007-05-19git-svn: don't minimize-url when doing an init that tracks multiple pathsEric Wong1-0/+5