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

[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 th.ac...@arcor.de --- Documentation/user-manual.txt | 19 +++ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/Documentation/user-manual.txt

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

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