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]] [
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
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
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
4 matches
Mail list logo