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
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
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.
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
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:
>> > >
> 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.
>>
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
7 matches
Mail list logo