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

2013-08-05 Thread Junio C Hamano
Piotr Krukowiecki writes: > Isn't the howto documentation intended (mainly/also) for the users of git, > not the developers? And they have *.html version for that exact version, no? We used not to bother running asciidoc to Documentation/howto, so the *.txt versions had to be exposed to the end

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

2013-08-03 Thread Piotr Krukowiecki
Junio C Hamano napisaƂ: >Besides, the tab width of our source is 8, period. Get over it. Isn't the howto documentation intended (mainly/also) for the users of git, not the developers? -- Piotr Krukowiecki -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a mes

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/Documentation/howto/rebase-from-

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

2013-07-31 Thread Junio C Hamano
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/Documentation/howto/rebase-from-internal-branch.txt > +++ b/Documentation/howto/rebase-from-internal-branch.

[PATCH 2/2] howto: Eliminate all tabs

2013-07-31 Thread Dirk Wallenstein
Because tabs have a variable width, the layout can diverge from what the author intended. Replace all tabs with spaces to the next column that is a multiple of 8. This fixes several ascii art sketches and a code example where viewing it with a tab-width other than 8 lead to wrong indentation. Si