[PATCH] doc: format-patch: fix typo

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

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 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 git/Documentation/SubmittingPatches. Cheers,

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 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 bugfix But git create

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 wrote: > Hello > > I apologise for having used the wrong script to reproduce the error. > This is the right one: > > angelo@ANGELO-PC /d/gtest (master) > $ mkdir

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 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 d:/gtest/remote.git. Yo

Re: git die message written to stdout?

2012-09-26 Thread Frans Klaver
On Wed, 26 Sep 2012 18:01:39 +0200, 乙酸鋰 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 unsubscribe from this list: s

Re: Broken git-svn tests known?

2012-07-31 Thread Frans Klaver
On Wed, Aug 1, 2012 at 1:44 AM, Ammon Riley 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 1.7? Yes, and work