]> Pileus Git - ~andy/git/history - git-svn.perl
git-svn: run get_log() on a sub-directory if possible
[~andy/git] / git-svn.perl
2007-02-23 Eric Wonggit-svn: run get_log() on a sub-directory if possible
2007-02-23 Eric Wonggit-svn: reintroduce using a single get_log() to fetch
2007-02-23 Eric Wonggit-svn: prepare multi-init for wildcard support
2007-02-23 Eric Wonggit-svn: just name the default svn-remote "svn" instead...
2007-02-23 Eric Wonggit-svn: avoid extra get_log calls when refspecs are...
2007-02-23 Eric Wonggit-svn: get rid of revisions_eq check for --follow...
2007-02-23 Eric Wonggit-svn: migrations default to [svn-remote "git-svn"]
2007-02-23 Eric Wonggit-svn: save paths to tags/branches with for future...
2007-02-23 Eric Wonggit-svn: don't write to the config file from --follow...
2007-02-23 Eric Wonggit-svn: use sys* IO functions for reading rev_db
2007-02-23 Eric Wonggit-svn: avoid redundant get_log calls between invocations
2007-02-23 Eric Wonggit-svn: do our best to ensure that our ref and rev_db...
2007-02-23 Eric Wonggit-svn: re-enable repacking flags
2007-02-23 Eric Wonggit-svn: avoid a huge memory spike with high-numbered...
2007-02-23 Eric Wonggit-svn: make (multi-)fetch safer but slower
2007-02-23 Eric Wonggit-svn: gracefully handle --follow-parent failures
2007-02-23 Eric Wonggit-svn: reinstate --no-metadata, add --svn-remote...
2007-02-23 Eric Wonggit-svn: fix several fetch bugs related to repeated...
2007-02-23 Eric Wonggit-svn: remove the 'rebuild' command and make the...
2007-02-23 Eric Wonggit-svn: fetch tracks initial change with --follow...
2007-02-23 Eric Wonggit-svn: don't rely on do_switch + reparenting with...
2007-02-23 Eric Wonggit-svn: reinstate the default SVN error handler after...
2007-02-23 Eric Wonggit-svn: just use Digest::MD5 instead of requiring it
2007-02-23 Eric Wonggit-svn: cleanup: move editor-specific variables into...
2007-02-23 Eric Wonggit-svn: stop using path names as refnames with --follo...
2007-02-23 Eric Wonggit-svn: correctly handle do_{switch,update} in deep...
2007-02-23 Eric Wonggit-svn: correctly track diff-less copies with do_switch
2007-02-23 Eric Wonggit-svn: allow multi-fetch to fetch things chronologically
2007-02-23 Eric Wonggit-svn: cleanup remove unused function
2007-02-23 Eric Wonggit-svn: simplify usage of the SVN::Git::Editor interface
2007-02-23 Eric Wonggit-svn: avoid an extra svn_ra connection during commits
2007-02-23 Eric Wonggit-svn: fix committing to subdirectories, add tests
2007-02-23 Eric Wonggit-svn: fix segfaults from accessing svn_log_changed_p...
2007-02-23 Eric Wonggit-svn: correctly track revisions made to deleted...
2007-02-23 Eric Wonggit-svn: avoid tracking change-less revisions
2007-02-23 Eric Wonggit-svn: track writes writes to the index in fetch
2007-02-23 Eric Wonggit-svn: --follow-parent now works on sub-directories...
2007-02-23 Eric Wonggit-svn: 'init' attempts to connect to the repository...
2007-02-23 Eric Wonggit-svn: better error reporting if --follow-parent...
2007-02-23 Eric Wonggit-svn: allow 'init' to work outside of tests
2007-02-23 Eric Wonggit-svn: get rid of additional fetch-arguments
2007-02-23 Eric Wonggit-svn: allow --follow-parent on deleted directories
2007-02-23 Eric Wonggit-svn: disallow ambigious local refspecs
2007-02-23 Eric Wonggit-svn: --follow-parent works with svn-remotes multipl...
2007-02-23 Eric Wonggit-svn: fix --follow-parent to work with Git::SVN
2007-02-23 Eric Wonggit-svn: enable --minimize to simplify the config and...
2007-02-23 Eric Wonggit-svn: reuse open SVN::Ra connections by URL
2007-02-23 Eric Wonggit-svn: fix a regression in dcommit that caused empty...
2007-02-23 Eric Wonggit-svn: add support for metadata in .git/config
2007-02-23 Eric Wonggit-svn: remove graft-branches command
2007-02-23 Eric Wonggit-svn: convert 'set-tree' command to use Git::SVN
2007-02-23 Eric Wonggit-svn: switch dcommit to using Git::SVN code
2007-02-23 Eric Wonggit-svn: fetch/multi-fetch converted over to Git::SVN...
2007-02-23 Eric Wonggit-svn: get rid of Memoize for now...
2007-02-23 Eric Wonggit-svn: convert the 'commit-diff' command to Git::SVN
2007-02-23 Eric Wonggit-svn: do not let Git.pm warn if we prematurely close...
2007-02-23 Eric Wonggit-svn: port the 'rebuild' command to use Git::SVN...
2007-02-23 Eric Wonggit-svn: moved the 'log' command into its own namespace
2007-02-23 Eric Wonggit-svn: convert show-ignore over to Git::SVN
2007-02-23 Eric Wonggit-svn: make multi-init capable of reusing the Ra...
2007-02-23 Eric Wonggit-svn: convert multi-init over to using Git::SVN
2007-02-23 Eric Wonggit-svn: convert 'init' to use Git::SVN
2007-02-23 Eric Wonggit-svn: add Git::SVN module (to avoid global variables)
2007-02-23 Eric Wonggit-svn: cleanup: avoid re-use()ing Git.pm in sub-packages
2007-02-23 Eric Wonggit-svn: cleanup: put SVN workarounds into their own...
2007-02-23 Eric Wonggit-svn: cleanup: move process_rm around
2007-02-23 Eric Wonggit-svn: move authentication prompts into their own...
2007-02-21 Junio C HamanoMerge branch 'master' of git://repo.or.cz/git-gui into...
2007-02-18 Junio C HamanoMerge git://git.kernel.org/pub/scm/gitk/gitk into maint
2007-02-14 Junio C HamanoMerge branch 'js/reverse'
2007-02-14 Junio C HamanoMerge branch 'jc/diff-apply-patch'
2007-02-14 Junio C HamanoMerge branch 'jc/merge-base' (early part)
2007-02-13 Junio C HamanoMerge branch 'master' of git://repo.or.cz/git-gui
2007-02-13 Junio C HamanoMerge branch 'master' of git://repo.or.cz/git-gui
2007-02-12 Junio C HamanoMerge git-gui
2007-02-12 Junio C HamanoMerge branch 'master' of git://repo.or.cz/git/fastimport
2007-02-11 Eric Wonggit-svn: correctly handle boolean options via git-config
2007-02-08 Junio C HamanoMerge branch 'master' of git://repo.or.cz/git/fastimport
2007-02-07 Junio C HamanoMerge branch 'master' of git://repo.or.cz/git/fastimport
2007-02-07 Junio C HamanoMerge branch 'master' of git://repo.or.cz/git/fastimport
2007-02-04 Junio C HamanoMerge branch 'master' into np/dreflog
2007-02-02 Eric Wonggit-svn: do not let Git.pm warn if we prematurely close...
2007-01-31 Junio C HamanoMerge branch 'master' of git://linux-nfs.org/~bfields/git
2007-01-30 Shawn O. PearceMerge branch 'master' into sp/gfi
2007-01-29 Tom Prince[PATCH] Rename git-repo-config to git-config.
2007-01-22 Eric Wonggit-svn: remove leading slash when printing removed...
2007-01-16 Eric Wonggit-svn: print and flush authentication prompts to...
2007-01-15 Junio C HamanoMerge git://git.kernel.org/pub/scm/gitk/gitk
2007-01-15 J. Bruce FieldsMerge branch 'master' of git://git.kernel.org/pub/scm...
2007-01-14 Junio C HamanoMerge branch 'sp/merge' (early part)
2007-01-14 Shawn O. PearceMerge branch 'master' into sp/fast-import
2007-01-12 Nicolas Pitreuse 'init' instead of 'init-db' for shipped docs and...
2007-01-09 Junio C HamanoMerge branch 'maint'
2007-01-08 Junio C HamanoMerge branch 'jc/reflog'
2007-01-08 Eric Wonggit-svn: pass an unambiguous ref to rev-list when graft...
2007-01-08 Eric Wonggit-svn: add --prefix= option to multi-init
2007-01-07 Junio C HamanoMerge branch 'sp/mmap'
2007-01-07 Junio C HamanoMerge branch 'jr/status'
2007-01-07 Junio C HamanoMerge branch 'jc/remote'
2007-01-07 Eric Wonggit-svn: fix show-ignore
next