Re: [PATCH v2 1/4] git-svn: Document branches with at-sign(@).

2012-12-03 Thread Junio C Hamano
Sebastian Leske writes: > git svn will sometimes create branches with an at-sign in the name It may be just me but "git svn sometimes creates" without "will" reads much better to me (there is the same phrasing in the patch text as well). > (branchname@revision). These branches confuse many user

[PATCH v2 1/4] git-svn: Document branches with at-sign(@).

2012-12-01 Thread Sebastian Leske
git svn will sometimes create branches with an at-sign in the name (branchname@revision). These branches confuse many users and it is a FAQ why they are created. Document when git svn will create them. Signed-off-by: Sebastian Leske --- Documentation/git-svn.txt | 38 ++