summaryrefslogtreecommitdiff
path: root/git-svn.perl
AgeCommit message (Expand)AuthorFilesLines
2007-02-23git-svn: fix some potential bugs with --follow-parentLibravatar Eric Wong1-1/+5
2007-02-23git-svn: fix reconnections to different paths of svn:// repositoriesLibravatar Eric Wong1-0/+1
2007-02-23git-svn: fix clone when a target directory has been specifiedLibravatar Eric Wong1-7/+3
2007-02-23git-svn: don't consider SVN URL usernames significant when comparingLibravatar Sam Vilain1-0/+8
2007-02-23git-svn: ensure we're at the top-level and can access $GIT_DIRLibravatar Eric Wong1-0/+23
2007-02-23git-svn: give show-ignore HEAD smarts, like dcommit and logLibravatar Eric Wong1-1/+3
2007-02-23git-svn: allow metadata options to be specified with 'init' and 'clone'Libravatar Eric Wong1-0/+13
2007-02-23git-svn: fix useSvmProps, hopefully for the last timeLibravatar Eric Wong1-34/+57
2007-02-23git-svn: add support for using svnsync propertiesLibravatar Eric Wong1-2/+58
2007-02-23git-svn: allow overriding of the SVN repo root in metadataLibravatar Eric Wong1-1/+25
2007-02-23git-svn: add 'clone' command, an alias for init + fetchLibravatar Eric Wong1-1/+20
2007-02-23git-svn: hide the private git-svn 'config' file as '.metadata'Libravatar Eric Wong1-1/+6
2007-02-23git-svn: fix some issues for people migrating from older versionsLibravatar Eric Wong1-4/+6
2007-02-23git-svn: add a 'rebase' commandLibravatar Eric Wong1-28/+63
2007-02-23git-svn: checkout files on new fetchesLibravatar Eric Wong1-2/+26
2007-02-23git-svn: add support for --stat in the log commandLibravatar Eric Wong1-2/+9
2007-02-23git-svn: documentation updates for new functionalityLibravatar Eric Wong1-2/+3
2007-02-23git-svn: allow dcommit for those who only fetch from SVM with useSvmPropsLibravatar Eric Wong1-2/+8
2007-02-23git-svn: error checking for invalid [svn-remote "..."] sectionsLibravatar Eric Wong1-2/+3
2007-02-23git-svn: remember to check for clean indices on globbed refs, tooLibravatar Eric Wong1-7/+8
2007-02-23git-svn: allow --log-window-size to be specified, default to 100Libravatar Eric Wong1-2/+7
2007-02-23git-svn: simplify the (multi-)init methods of fetchingLibravatar Eric Wong1-51/+35
2007-02-23git-svn: brown paper bag fixesLibravatar Eric Wong1-2/+3
2007-02-23git-svn: allow 'init' to act as multi-initLibravatar Eric Wong1-20/+32
2007-02-23git-svn: hopefully make 'fetch' more user-friendlyLibravatar Eric Wong1-25/+33
2007-02-23git-svn: usability fixes for the 'git svn log' commandLibravatar Eric Wong1-3/+20
2007-02-23git-svn: include merges when calling rev-list for decommitLibravatar Eric Wong1-1/+1
2007-02-23git-svn: make dcommit usable for glob usersLibravatar Eric Wong1-22/+51
2007-02-23git-svn: handle multi-init without --trunk, UseSvmProps fixesLibravatar Eric Wong1-33/+83
2007-02-23git-svn: write the highest maxRex out for branches and tagsLibravatar Eric Wong1-0/+4
2007-02-23git-svn: use separate, per-repository .rev_db filesLibravatar Eric Wong1-50/+123
2007-02-23git-svn: extra safety for noMetadata and useSvmProps usersLibravatar Eric Wong1-7/+22
2007-02-23git-svn: use private $GIT_DIR/svn/config file moreLibravatar Eric Wong1-32/+21
2007-02-23git-svn: add support for per-[svn-remote "..."] optionsLibravatar Eric Wong1-9/+35
2007-02-23git-svn: add support for SVN::Mirror/svk using revprops for metadataLibravatar Eric Wong1-10/+105
2007-02-23git-svn: remove optimized commit stuff for set-treeLibravatar Eric Wong1-10/+2
2007-02-23git-svn: correctly handle globs with a right-hand-side path componentLibravatar Eric Wong1-24/+60
2007-02-23git-svn: correctly handle the -q flag in SVN::Git::FetcherLibravatar Eric Wong1-4/+4
2007-02-23git-svn: fix buggy regular expression usage in several placesLibravatar Eric Wong1-13/+19
2007-02-23git-svn: enable follow-parent functionality by defaultLibravatar Eric Wong1-2/+2
2007-02-23git-svn: remove some noisy debugging messagesLibravatar Eric Wong1-19/+2
2007-02-23git-svn: remove check_path calls before calling do_updateLibravatar Eric Wong1-8/+3
2007-02-23git-svn: --follow-parent tracks multi-parent pathsLibravatar Eric Wong1-3/+11
2007-02-23git-svn: implement auto-discovery of branches/tagsLibravatar Eric Wong1-28/+120
2007-02-23git-svn: run get_log() on a sub-directory if possibleLibravatar Eric Wong1-7/+48
2007-02-23git-svn: reintroduce using a single get_log() to fetchLibravatar Eric Wong1-54/+49
2007-02-23git-svn: prepare multi-init for wildcard supportLibravatar Eric Wong1-7/+117
2007-02-23git-svn: just name the default svn-remote "svn" instead of "git-svn"Libravatar Eric Wong1-1/+1
2007-02-23git-svn: avoid extra get_log calls when refspecs are added for fetchingLibravatar Eric Wong1-1/+6
2007-02-23git-svn: get rid of revisions_eq check for --follow-parentLibravatar Eric Wong1-11/+1