summaryrefslogtreecommitdiffstats
path: root/entry.c (unfollow)
Commit message (Expand)AuthorFilesLines
2007-02-23git-svn: ensure we're at the top-level and can access $GIT_DIREric Wong1-0/+23
2007-02-23git-svn: give show-ignore HEAD smarts, like dcommit and logEric Wong1-1/+3
2007-02-23git-svn: allow metadata options to be specified with 'init' and 'clone'Eric Wong2-8/+29
2007-02-23git-svn: documentation updatesEric Wong1-34/+81
2007-02-23git-svn: add test for useSvnsyncPropsEric Wong2-0/+613
2007-02-23git-svn: fix useSvmProps, hopefully for the last timeEric Wong4-140/+619
2007-02-23git-svn: add support for using svnsync propertiesEric Wong1-2/+58
2007-02-23git-svn: allow overriding of the SVN repo root in metadataEric Wong1-1/+25
2007-02-23git-svn: add 'clone' command, an alias for init + fetchEric Wong1-1/+20
2007-02-23git-svn: hide the private git-svn 'config' file as '.metadata'Eric Wong2-1/+7
2007-02-23git-svn: fix some issues for people migrating from older versionsEric Wong1-4/+6
2007-02-23git-svn: add a 'rebase' commandEric Wong1-28/+63
2007-02-23git-svn: checkout files on new fetchesEric Wong1-2/+26
2007-02-23git-svn: add support for --stat in the log commandEric Wong1-2/+9
2007-02-23git-svn: documentation updates for new functionalityEric Wong2-123/+84
2007-02-23git-svn: allow dcommit for those who only fetch from SVM with useSvmPropsEric Wong1-2/+8
2007-02-23git-svn: error checking for invalid [svn-remote "..."] sectionsEric Wong1-2/+3
2007-02-23git-svn: remember to check for clean indices on globbed refs, tooEric Wong1-7/+8
2007-02-23git-svn: allow --log-window-size to be specified, default to 100Eric Wong1-2/+7
2007-02-23git-svn: simplify the (multi-)init methods of fetchingEric Wong1-51/+35
2007-02-23git-svn: brown paper bag fixesEric Wong2-2/+31
2007-02-23git-svn: allow 'init' to act as multi-initEric Wong3-24/+36
2007-02-23git-svn: hopefully make 'fetch' more user-friendlyEric Wong1-25/+33
2007-02-23t910*: s/repo-config/config/g; poke around possible race conditionsEric Wong5-15/+23
2007-02-23git-svn: usability fixes for the 'git svn log' commandEric Wong1-3/+20
2007-02-23git-svn: include merges when calling rev-list for decommitEric Wong1-1/+1
2007-02-23git-svn: make dcommit usable for glob usersEric Wong1-22/+51
2007-02-23git-svn: make test for SVK mirror path importsam@vilain.net2-1/+105
2007-02-23git-svn: handle multi-init without --trunk, UseSvmProps fixesEric Wong1-33/+83
2007-02-23git-svn: write the highest maxRex out for branches and tagsEric Wong1-0/+4
2007-02-23git-svn: use separate, per-repository .rev_db filesEric Wong2-50/+134
2007-02-23git-svn: extra safety for noMetadata and useSvmProps usersEric Wong2-12/+43
2007-02-23git-svn: use private $GIT_DIR/svn/config file moreEric Wong1-32/+21
2007-02-23git-svn: add support for per-[svn-remote "..."] optionsEric Wong1-9/+35
2007-02-23git-svn: add support for SVN::Mirror/svk using revprops for metadataEric Wong1-10/+105
2007-02-23git-svn: remove optimized commit stuff for set-treeEric Wong1-10/+2
2007-02-23git-svn: correctly handle globs with a right-hand-side path componentEric Wong2-24/+113
2007-02-23git-svn: correctly handle the -q flag in SVN::Git::FetcherEric Wong1-4/+4
2007-02-23git-svn: fix buggy regular expression usage in several placesEric Wong1-13/+19
2007-02-23git-svn: enable follow-parent functionality by defaultEric Wong3-16/+17
2007-02-23git-svn: remove some noisy debugging messagesEric Wong1-19/+2
2007-02-23git-svn: remove check_path calls before calling do_updateEric Wong1-8/+3
2007-02-23git-svn: --follow-parent tracks multi-parent pathsEric Wong2-3/+18
2007-02-23git-svn: implement auto-discovery of branches/tagsEric Wong1-28/+120
2007-02-23git-svn: run get_log() on a sub-directory if possibleEric Wong1-7/+48
2007-02-23git-svn: reintroduce using a single get_log() to fetchEric Wong1-54/+49
2007-02-23git-svn: prepare multi-init for wildcard supportEric Wong2-13/+131
2007-02-23git-svn: just name the default svn-remote "svn" instead of "git-svn"Eric Wong4-16/+16
2007-02-23git-svn: avoid extra get_log calls when refspecs are added for fetchingEric Wong1-1/+6
2007-02-23git-svn: get rid of revisions_eq check for --follow-parentEric Wong1-11/+1