[PATCH] Doc, git-svn, added mention of config key: svn-remote..include-paths

2015-08-23 Thread Brett Randall
Signed-off-by: Brett Randall --- Documentation/git-svn.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt index 11d1e2f..0c0f60b 100644 --- a/Documentation/git-svn.txt +++ b/Documentation/git-svn.txt @@ -174,6 +174,9 @@ Skip "bra

Doc, git-svn, added mention of config key: svn-remote..include-paths

2015-08-23 Thread Brett Randall
I send this small doc-patch back in June[1], but it may not have come through properly, or may have been lost, so I'm resending it. Thanks Brett [1] http://marc.info/?l=git&m=143313445425214&w=2 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord

[PATCH] Doc, git-svn, added mention of config key: svn-remote..include-paths

2015-05-31 Thread Brett Randall
Signed-off-by: Brett Randall --- Documentation/git-svn.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt index 11d1e2f..0c0f60b 100644 --- a/Documentation/git-svn.txt +++ b/Documentation/git-svn.txt @@ -174,6 +174,9 @@ Skip "bra

[PATCH] Improved example "To move the whole tree into a subdirectory...".

2015-06-01 Thread Brett Randall
The empty commit is retained. See http://stackoverflow.com/questions/7798142/error-combining-git-repositories-into-subdirs for an example and explanation. Signed-off-by: Brett Randall --- Documentation/git-filter-branch.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --

[PATCH] Improved example "To move the whole tree into a subdirectory..." to not fail when early commits are empty.

2016-06-21 Thread Brett Randall
t-svn-clone. The updated example checks whether the index file has been created before attempting the mv. The empty commit is retained. See http://stackoverflow.com/questions/7798142/error-combining-git-repositories-into-subdirs for an example and explanation. Signed-off-by: Brett Ra

git-svn, different merge-parent selected in independent clones following SVN merge

2014-06-06 Thread Brett Randall
Hi, git version 1.8.3.2 I've used git-svn on a few repositories for a long time. In what is a testament to the consistency and stability of git-svn, despite often maintaining separate git-svn clones on different machines, I've never once seen a different commit-sha in independent clones for the s

A couple of rebase --autosquash proposals

2013-12-08 Thread Brett Randall
Hi, I am using Git 1.8.4.3 compiled by me on OEL6. I'd like to be able to use rebase --autosquash like this: == # git log commit b94f970cd869dfbf5254b19867fa7200df732d4f Author: Me Date: Mon Dec 9 17:02:32 2013 -0800 fixup! This is a second fixup. commit 64e516c

Re: A couple of rebase --autosquash proposals

2013-12-09 Thread Brett Randall
ommit addresses, and 2) they pre-empt and support the eventual rebase-before-origin-push, through --autosquash annotation. Brett On 9 December 2013 20:26, Chris Packham wrote: > On 09/12/13 19:51, Johannes Sixt wrote: >> Am 12/9/2013 3:23, schrieb Brett Randall: >>> * fixup! or

Re: A couple of rebase --autosquash proposals

2013-12-09 Thread Brett Randall
the special syntax, and use following-lines as annotation - which is not the case, but I thought it might be worth suggesting here. Brett On 10 December 2013 07:20, Junio C Hamano wrote: > Johannes Sixt writes: > >> Am 12/9/2013 3:23, schrieb Brett Randall: >>> * fixup! or s