[PATCH] fast-import: always save out branches, tags and marks on checkpoint

2013-10-02 Thread Dmitry Ivankov
all commits in it's history graph and so cause intermediate non-fast-forwads is a separate topic to be discussed. Signed-off-by: Dmitry Ivankov --- fast-import.c | 9 - t/t9300-fast-import.sh | 26 ++ 2 files changed, 30 insertions(+), 5 deletions(-) dif

[RFC] Documentation: --options in man-pages synopsys

2013-10-08 Thread Dmitry Ivankov
Hi, I've noticed that man git-pack-objects describes cmdline as following SYNOPSYS 'git pack-objects' [-q | --progress | --all-progress] [--all-progress-implied] [--no-reuse-delta] [--delta-base-offset] [--non-empty] [--local] [--incremental] [--window=] [--depth=] [--revs [--unpacked | --all]] [

Re: [PATCH 2/4] Allow reading svn dumps from files via file:// urls.

2012-07-11 Thread Dmitry Ivankov
Florian Achleitner gmail.com> writes: > > Especially for testing and development it's useful > to bypass svnrdump and replay the svndump from a file > without connecting to an svn server. > > Add support for file:// urls in the remote url. > e.g. svn::file:///path/to/dump > When the remote help

Re: GSOC remote-svn: branch detection

2012-08-03 Thread Dmitry Ivankov
Hi, On Sat, Aug 4, 2012 at 12:17 AM, Jonathan Nieder wrote: > Hi, > > Florian Achleitner wrote: > >> Two approaches: >> 1. Import linearly and split later: >> One idea is to import from svn linearly, i.e. one revision on top of it's >> predecessor, like now, and detect and split branches afterwar