[PATCH] doc: format-patch: fix typo

2015-06-10 Thread Frans Klaver
reroll count documentation states that vn will be pretended to the filename. Judging by the examples that should have been 'prepended'. Signed-off-by: Frans Klaver franskla...@gmail.com --- Documentation/git-format-patch.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [PATCH] Fix bash completion when `egrep` is aliased to `egrep --color=always`

2012-11-26 Thread Frans Klaver
On Mon, Nov 26, 2012 at 12:23 PM, Adam Tkac at...@redhat.com wrote: Good idea, thanks. Improved patch is attached. It is custom on this list to mail the patches, rather than attaching them, so people can review your changes in-line. You can read more about it in in

Re: git 1.8.0.rc0.18.gf84667d trouble with git commit -p file

2012-10-05 Thread Frans Klaver
On Fri, 05 Oct 2012 16:20:45 +0200, Horst H. von Brand vonbr...@inf.utfsm.cl wrote: What I did: - New file images/coins.asy ~~- 'git add images/coins.asy' - Started adding new stuff to fg.tex - Noticed a old bug in fg.tex, fixed that one - Did 'git -pm Some message' and selected just the

Re: git gui does not open bare repositories

2012-09-28 Thread Frans Klaver
On Fri, Sep 28, 2012 at 9:50 AM, Angelo Borsotti angelo.borso...@gmail.com wrote: I have created a bare repository: $ mkdir remote.git angelo@ANGELO-PC /d/gtest (master) $ git init --bare Initialized empty Git repository in d:/gtest/ This creates a bare repository in d:/gtest, not in

Re: git gui does not open bare repositories

2012-09-28 Thread Frans Klaver
Hi, Please remember to reply to all when discussing things on the git mailing list. On Fri, Sep 28, 2012 at 10:29 AM, Angelo Borsotti angelo.borso...@gmail.com wrote: Hello I apologise for having used the wrong script to reproduce the error. This is the right one: angelo@ANGELO-PC

Re: git die message written to stdout?

2012-09-26 Thread Frans Klaver
On Wed, 26 Sep 2012 18:01:39 +0200, 乙酸鋰 ch3co...@gmail.com wrote: Is git die() messages written to stdout? Should it be written to stderr? As far as I know git die() routines write their output to stderr. Do you have an indication that that might not be the case? Frans -- To

Re: Broken git-svn tests known?

2012-08-01 Thread Frans Klaver
On Wed, Aug 1, 2012 at 1:44 AM, Ammon Riley ammon.ri...@gmail.com wrote: Hi, On a freshly checked out copy of the maint branch (0e4c8822), the t9100-git-svn-basic.sh tests are failing 21 of 25 tests. Is this known, or am I missing some dependencies? Is it possibly due to using subversion