git subtree add fails in new repository

2017-02-09 Thread Daurnimator
I'm trying to make a series of repository that only contain subtrees for various other projects. However git subtree does not like being on a newly created branch: $ git init $ git subtree add --prefix=git https://github.com/git/git.git master fatal: ambiguous argument 'HEAD': unknown revision or

Staging chunks can get confused

2016-11-18 Thread Daurnimator
Tonight I was staging changes with `git add -p` and noticed they got applied at the *wrong* location. My guess is that when you stage a hunk it doesn't do a line number fix-up for earlier unstaged hunks in the file. Screencast: https://asciinema.org/a/7y9qhr0837a7t96m8w14mupnk Alternatively, an ex

Re: [PATCH v2] git-stash: Don't GPG sign when stashing changes

2016-05-05 Thread Daurnimator
On 3 May 2016 at 11:21, Junio C Hamano wrote: > On Mon, May 2, 2016 at 4:56 PM, Daurnimator wrote: >> On 3 May 2016 at 07:57, Junio C Hamano wrote: >> >> I agree quiltimport should not, but I think filter-branch possibly >> should... at least for your *own* commits.

Re: [PATCH v2] git-stash: Don't GPG sign when stashing changes

2016-05-02 Thread Daurnimator
On 3 May 2016 at 07:57, Junio C Hamano wrote: > I do not think this is particularly a good change. > > There are a few other in-tree users of "git commit-tree", > e.g. quiltimport and filter-branch, and their users would be hurt > the same way if they set commit.gpgsign in the configuration. I ag

Re: [PATCH] git-stash: Don't GPG sign when stashing changes

2016-05-01 Thread Daurnimator
On 15 April 2016 at 01:50, Johannes Schindelin wrote: > Hi Cameron, > > On Wed, 13 Apr 2016, Cameron Currie wrote: > >> > > On Thu, 7 Apr 2016, daurnimator wrote: >> > > >> > >> Cameron Currie cameroncurrie.net> writes: >> > >

Re: [PATCH] git-stash: Don't GPG sign when stashing changes

2016-04-11 Thread Daurnimator
> On Thu, 7 Apr 2016, daurnimator wrote: > >> Cameron Currie cameroncurrie.net> writes: >> > This is helpful for folks with commit.gpgsign = true in their .gitconfig. >> >> > https://github.com/git/git/pull/186 >> >> I too would like this. >>

Re: [PATCH] git-stash: Don't GPG sign when stashing changes

2016-04-06 Thread daurnimator
Cameron Currie cameroncurrie.net> writes: > This is helpful for folks with commit.gpgsign = true in their .gitconfig. > https://github.com/git/git/pull/186 I too would like this. Bumping due to lack of attention. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a