Aw: Re: [PATCH 08/13] Improve section "Manipulating branches"

2013-08-25 Thread Thomas Ackermann
> > But is this correct? I somehow thought that we check with the > current or the upstream. > You are correct. I will add this. Thanks. --- Thomas -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at

Re: [PATCH 08/13] Improve section "Manipulating branches"

2013-08-24 Thread Junio C Hamano
Thomas Ackermann writes: > Add some missing punctuation. > Simplify description of "git branch -d/-D". > ... > `git branch -d `:: > - delete the branch ``; if the branch you are deleting > - points to a commit which is not reachable from the current > - branch, this command will fail

[PATCH 08/13] Improve section "Manipulating branches"

2013-08-24 Thread Thomas Ackermann
Add some missing punctuation. Simplify description of "git branch -d/-D". Signed-off-by: Thomas Ackermann --- Documentation/user-manual.txt | 19 +++ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt inde