index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
git-svn.perl
Age
Commit message (
Expand
)
Author
Files
Lines
2007-02-23
git-svn: just name the default svn-remote "svn" instead of "git-svn"
Eric Wong
1
-1
/
+1
2007-02-23
git-svn: avoid extra get_log calls when refspecs are added for fetching
Eric Wong
1
-1
/
+6
2007-02-23
git-svn: get rid of revisions_eq check for --follow-parent
Eric Wong
1
-11
/
+1
2007-02-23
git-svn: migrations default to [svn-remote "git-svn"]
Eric Wong
1
-1
/
+4
2007-02-23
git-svn: save paths to tags/branches with for future reuse
Eric Wong
1
-1
/
+12
2007-02-23
git-svn: don't write to the config file from --follow-parent
Eric Wong
1
-9
/
+11
2007-02-23
git-svn: use sys* IO functions for reading rev_db
Eric Wong
1
-15
/
+9
2007-02-23
git-svn: avoid redundant get_log calls between invocations
Eric Wong
1
-7
/
+23
2007-02-23
git-svn: do our best to ensure that our ref and rev_db are consistent
Eric Wong
1
-4
/
+36
2007-02-23
git-svn: re-enable repacking flags
Eric Wong
1
-4
/
+22
2007-02-23
git-svn: avoid a huge memory spike with high-numbered revisions
Eric Wong
1
-2
/
+3
2007-02-23
git-svn: make (multi-)fetch safer but slower
Eric Wong
1
-38
/
+37
2007-02-23
git-svn: gracefully handle --follow-parent failures
Eric Wong
1
-0
/
+3
2007-02-23
git-svn: reinstate --no-metadata, add --svn-remote=, variable cleanups
Eric Wong
1
-24
/
+18
2007-02-23
git-svn: fix several fetch bugs related to repeated invocations
Eric Wong
1
-12
/
+30
2007-02-23
git-svn: remove the 'rebuild' command and make the functionality automatic
Eric Wong
1
-56
/
+36
2007-02-23
git-svn: fetch tracks initial change with --follow-parent
Eric Wong
1
-3
/
+14
2007-02-23
git-svn: don't rely on do_switch + reparenting with svn(+ssh)://
Eric Wong
1
-15
/
+27
2007-02-23
git-svn: reinstate the default SVN error handler after using get_log
Eric Wong
1
-4
/
+9
2007-02-23
git-svn: just use Digest::MD5 instead of requiring it
Eric Wong
1
-2
/
+2
2007-02-23
git-svn: cleanup: move editor-specific variables into the editor namespace
Eric Wong
1
-25
/
+12
2007-02-23
git-svn: stop using path names as refnames with --follow-parent
Eric Wong
1
-2
/
+4
2007-02-23
git-svn: correctly handle do_{switch,update} in deep directories
Eric Wong
1
-8
/
+38
2007-02-23
git-svn: correctly track diff-less copies with do_switch
Eric Wong
1
-1
/
+3
2007-02-23
git-svn: allow multi-fetch to fetch things chronologically
Eric Wong
1
-91
/
+120
2007-02-23
git-svn: cleanup remove unused function
Eric Wong
1
-25
/
+8
2007-02-23
git-svn: simplify usage of the SVN::Git::Editor interface
Eric Wong
1
-142
/
+139
2007-02-23
git-svn: avoid an extra svn_ra connection during commits
Eric Wong
1
-82
/
+123
2007-02-23
git-svn: fix committing to subdirectories, add tests
Eric Wong
1
-4
/
+10
2007-02-23
git-svn: fix segfaults from accessing svn_log_changed_path_t
Eric Wong
1
-36
/
+68
2007-02-23
git-svn: correctly track revisions made to deleted branches
Eric Wong
1
-22
/
+24
2007-02-23
git-svn: avoid tracking change-less revisions
Eric Wong
1
-28
/
+33
2007-02-23
git-svn: track writes writes to the index in fetch
Eric Wong
1
-9
/
+41
2007-02-23
git-svn: --follow-parent now works on sub-directories of larger branches
Eric Wong
1
-8
/
+23
2007-02-23
git-svn: 'init' attempts to connect to the repository root if possible
Eric Wong
1
-20
/
+76
2007-02-23
git-svn: better error reporting if --follow-parent fails
Eric Wong
1
-3
/
+14
2007-02-23
git-svn: allow 'init' to work outside of tests
Eric Wong
1
-0
/
+1
2007-02-23
git-svn: get rid of additional fetch-arguments
Eric Wong
1
-1
/
+6
2007-02-23
git-svn: allow --follow-parent on deleted directories
Eric Wong
1
-1
/
+1
2007-02-23
git-svn: disallow ambigious local refspecs
Eric Wong
1
-7
/
+33
2007-02-23
git-svn: --follow-parent works with svn-remotes multiple branches
Eric Wong
1
-17
/
+32
2007-02-23
git-svn: fix --follow-parent to work with Git::SVN
Eric Wong
1
-90
/
+106
2007-02-23
git-svn: enable --minimize to simplify the config and connections
Eric Wong
1
-6
/
+104
2007-02-23
git-svn: reuse open SVN::Ra connections by URL
Eric Wong
1
-4
/
+6
2007-02-23
git-svn: fix a regression in dcommit that caused empty log messages
Eric Wong
1
-1
/
+2
2007-02-23
git-svn: add support for metadata in .git/config
Eric Wong
1
-279
/
+304
2007-02-23
git-svn: remove graft-branches command
Eric Wong
1
-526
/
+3
2007-02-23
git-svn: convert 'set-tree' command to use Git::SVN
Eric Wong
1
-495
/
+17
2007-02-23
git-svn: switch dcommit to using Git::SVN code
Eric Wong
1
-84
/
+38
2007-02-23
git-svn: fetch/multi-fetch converted over to Git::SVN module
Eric Wong
1
-38
/
+51
[prev]
[next]