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

2012-12-05 Thread Eric Wong
Junio C Hamano wrote: > Sebastian Leske writes: > > --- > > Documentation/git-svn.txt | 47 > > + > > 1 file changed, 47 insertions(+) > > Thanks. Your hunk header says that there should be 53 lines in the > postimage, but there actually are only

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

2012-12-05 Thread Junio C Hamano
Sebastian Leske writes: > git svn sometimes creates 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 creates them. > > Signed-off-by: Sebastian Leske > --- > Documentation/git-svn.txt |

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

2012-12-05 Thread Sebastian Leske
git svn sometimes creates 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 creates them. Signed-off-by: Sebastian Leske --- Documentation/git-svn.txt | 47 ++