[PATCH] doc: status, remove leftover statement about '#' prefix

2014-03-21 Thread Dirk Wallenstein
This hasn't been true since 2556b9962e7c0353d562b7bf70eed11d8f29d0b0 Signed-off-by: Dirk Wallenstein --- Documentation/git-status.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/git-status.txt b/Documentation/git-status.txt index a4acaa0..def635f 1

Re: [PATCH 2/2] howto: Eliminate all tabs

2013-07-31 Thread Dirk Wallenstein
Junio C Hamano wrote (Wed, Jul 31, 2013 at 10:03:15AM -0700): > Dirk Wallenstein writes: > > > diff --git a/Documentation/howto/rebase-from-internal-branch.txt > > b/Documentation/howto/rebase-from-internal-branch.txt > > index 19ab604..aefe5b1 100644 > > --- a/D

[PATCH 1/2] howto: Suppress indentation with tabs

2013-07-31 Thread Dirk Wallenstein
mix-up by prohibiting tab indentation entirely. Signed-off-by: Dirk Wallenstein --- Documentation/howto/.gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 Documentation/howto/.gitattributes diff --git a/Documentation/howto/.gitattributes b/Documentation/howto/.gitattributes new

[PATCH 2/2] howto: Eliminate all tabs

2013-07-31 Thread Dirk Wallenstein
. Signed-off-by: Dirk Wallenstein --- .../howto/rebase-from-internal-branch.txt | 8 ++-- Documentation/howto/rebuild-from-update-hook.txt | 4 +- .../howto/recover-corrupted-blob-object.txt| 50 +++--- Documentation/howto/revert-a-faulty-merge.txt | 16

[PATCH 0/2] Remove tabs from howto documents

2013-07-31 Thread Dirk Wallenstein
I really think that tabs are generally bad here. So, this will remove all tabs from the howto folder and prevent indenting with tabs through gitattributes. Dirk Wallenstein (2): howto: Suppress indentation with tabs howto: Eliminate all tabs Documentation/howto/.gitattributes

[PATCH v2] request-pull: improve error message for invalid revision args

2013-07-17 Thread Dirk Wallenstein
. Signed-off-by: Dirk Wallenstein --- On Wed, Jul 17, 2013 at 10:06:21AM -0700, Junio C Hamano wrote: > Dirk Wallenstein writes: > > +baserev=$(git rev-parse --verify "$base"^0 2>/dev/null) > > Use "--quiet" instead? Oh, of course. git-request-pull.sh |

Re: [PATCH] howto: Use all-space indentation in ASCII art

2013-07-16 Thread Dirk Wallenstein
On Tue, Jul 16, 2013 at 11:26:27AM -0700, Jonathan Nieder wrote: > Dirk Wallenstein wrote: > > > Those text files are installed as documentation (at least on my > > distribution). > > That's probably a distribution bug (or a git makefile bug, depending > on h

Re: [PATCH] howto: Use all-space indentation in ASCII art

2013-07-16 Thread Dirk Wallenstein
On Tue, Jul 16, 2013 at 10:13:28AM -0700, Junio C Hamano wrote: > > Why would you want to limit those files to be source for HTML only? > > > > The HTML after this patch is still fine. > > Have you thought the reason why the formatted result _before_ the patch is > good? No, as I said, *.txt suff

[PATCH] request-pull: improve error message for invalid revision args

2013-07-16 Thread Dirk Wallenstein
: Dirk Wallenstein --- Notes: I assume, it is not worth the trouble to even try to change the message from rev-parse for this. People might parse the messages, which is probably why this message still exists. git-request-pull.sh | 14 -- 1 file changed, 12 insertions

Re: [PATCH] howto: Use all-space indentation in ASCII art

2013-07-16 Thread Dirk Wallenstein
On Mon, Jul 15, 2013 at 03:00:17PM -0700, Junio C Hamano wrote: > Dirk Wallenstein writes: > > > Keep the sketch aligned independent of the tabstop width used. > > Thanks. > > This is a source text to be formatted into HTML, isn't it? > > In our sources, a

[PATCH] howto: Use all-space indentation in ASCII art

2013-07-15 Thread Dirk Wallenstein
Keep the sketch aligned independent of the tabstop width used. Signed-off-by: Dirk Wallenstein --- Documentation/howto/revert-a-faulty-merge.txt | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Documentation/howto/revert-a-faulty-merge.txt b/Documentation