summaryrefslogtreecommitdiff
path: root/git-svn.perl
AgeCommit message (Expand)Author
2007-09-15Merge branch 'lh/svn-first-parent'Junio C Hamano
2007-09-09git-svn: understand grafts when doing dcommitEric Wong
2007-09-08git-svn: fix "Malformed network data" with svn:// serversEric Wong
2007-09-07git-svn: always use --first-parentLars Hjemli
2007-09-05git-svn: add support for --first-parentLars Hjemli
2007-09-01git-svn: fix dcommit clobbering upstream when committing multiple changesEric Wong
2007-09-01git-svn: Protect against "diff.color = true".Junio C Hamano
2007-08-23git-svn init/clone --stdlayout option to default-init trunk/tags/branchesmartin f. krafft
2007-08-23git-svn: dcommit prints out the URL to be committed toEric Wong
2007-08-15git-svn: fix log with single revision against a non-HEAD branchEric Wong
2007-07-31git-svn: Translate invalid characters in refnameRobert Ewald
2007-07-19git-svn: Minimalistic patch which allows svn usernames with space(s).Richard MUSIL
2007-07-16git-svn: fix commiting renames over DAV with funky file namesEric Wong
2007-07-14git-svn: remove leading slashes from fetch lines in the generate configEric Wong
2007-07-05git-svn: fix blocking with svn:// servers after do_switchEric Wong
2007-07-02Merge branch 'ew/svn'Junio C Hamano
2007-07-01Merge branch 'ei/worktree+filter'Junio C Hamano
2007-07-01Merge branch 'mk/svn'Junio C Hamano
2007-07-01git-svn: cache max revision in rev_db databasesSam Vilain
2007-07-01git-svn: use git-log rather than rev-list | xargs cat-fileSam Vilain
2007-07-01git-svn: honor ~/.subversion/ client cert file settings.Michael Krelin
2007-06-16git-svn: avoid string eval for defining functionsSam Vilain
2007-06-13git-svn: allow dcommit to retain local merge informationEric Wong
2007-06-13git-svn: reduce stat() calls for a backwards compatibility checkEric Wong
2007-06-13git-svn: cleanup: factor out longest_common_path() functionEric Wong
2007-06-06Use new semantics of is_bare/inside_git_dir/inside_work_treeMatthias Lederhofer
2007-06-06rev-parse: introduce --is-bare-repositoryMatthias Lederhofer
2007-05-29git-svn: avoid md5 calculation entirely if SVN doesn't provide oneEric Wong
2007-05-26Fix git-svn to handle svn not reporting the md5sum of a file, and test.James Y Knight
2007-05-19git-svn: don't minimize-url when doing an init that tracks multiple pathsEric Wong
2007-05-19git-svn: avoid crashing svnserve when creating new directoriesEric Wong
2007-05-13git-svn: don't attempt to minimize URLs by defaultEric Wong
2007-05-13git-svn: fix segfaults due to initial SVN pool being clearedEric Wong
2007-05-13git-svn: clean up caching of SVN::Ra functionsEric Wong
2007-05-13git-svn: don't drop the username from URLs when dcommit is runEric Wong
2007-05-04Add --no-rebase option to git-svn dcommitKarl Hasselström
2007-04-30git-svn: Add 'find-rev' commandAdam Roben
2007-04-30Fix symlink handling in git-svn, related to PerlIOJunio C Hamano
2007-04-28git-svn: Added 'find-rev' commandAdam Roben
2007-04-26git-svn: Ignore usernames in URLs in find_by_urlAdam Roben
2007-04-26git-svn: Don't rely on $_ after making a function callAdam Roben
2007-04-25Remove usernames from all commit messages, not just when using svmpropsAdam Roben
2007-04-18git-svn: don't allow globs to match regular filesEric Wong
2007-04-17git-svn: quiet some warnings when run only with --version/--helpEric Wong
2007-04-17git-svn: respect lower bound of -r/--revision when following parentEric Wong
2007-04-09git-svn: fix log command to avoid infinite loop on long commit messagesEric Wong
2007-04-09git-svn: dcommit/rebase confused by patches with git-svn-id: linesEric Wong
2007-04-09git-svn: bail out on incorrect command-line optionsEric Wong
2007-03-31git-svn: fail on rebase if we are unable to find a ref to rebase againstEric Wong
2007-03-31git-svn: avoid respewing similar error messages for missing pathsEric Wong