Re: Is it not bug git stash -- does not work at non-root directory?

2017-11-18 Thread
I upgraded the version of git from 2.13.1 to 2.15.0 on Mac and fixed my issue. Thanks. 2017-11-18 16:56 GMT+09:00 Junio C Hamano <gits...@pobox.com>: > 小川恭史 <aiueogawa...@gmail.com> writes: > >>> Please make it a habit (not limited to when interacting with >>>

Re: Is it not bug git stash -- does not work at non-root directory?

2017-11-17 Thread
orget to 'git add'? . I don't know what I should write about 'the difference between X and Y is Z'. 2017-11-18 12:53 GMT+09:00 Junio C Hamano <gits...@pobox.com>: > 小川恭史 <aiueogawa...@gmail.com> writes: > >> Is it not bug git stash -- does not work at non-root dir

Is it not bug git stash -- does not work at non-root directory?

2017-11-17 Thread
Is it not bug git stash -- does not work at non-root directory?

[no subject]

2017-10-30 Thread
unsubscribe *

How can I debug git source code interactively with debugger like gdb?

2017-10-18 Thread
I wanna learn how daily git command works when I run specific git command. I wanna know which function is actually called then, how variables changes its value, and how some object is stored into database. How can I debug git source code interactively with debugger like gdb?

Can I remove multiple stashed states at a time?

2017-10-12 Thread
I want to remove multiple stashed states at a time. But "git stash drop " removes only one stashed state at a time and "git stash clear" remove all. Can I do that?

Re: [PATCH 1/1] git-stash.txt: correct "git stash" behavior with no arguments

2017-10-11 Thread
As you point, git stash without any argument is equivalent to both of git stash save git stash push . The original sentence is correct.

Re: [PATCH 1/1] git-stash.txt: correct "git stash" behavior with no arguments

2017-10-11 Thread
As you point, git stash without any argument is equivalent to both of git stash save git stash push . The original sentence is correct. 2017-10-12 12:31 GMT+09:00 小川恭史 <aiueogawa...@gmail.com>: > As you point, > > git stash > > without any argument

Fwd: how can I conform if I succeed in sending patch to mailing list

2017-10-11 Thread
Hello, I found a mistake in documents, fixed it, and send patch to mailing list. Sending patches by 'git send-email' with Gmail smtp seemed to be successful because CC included my email address and I received it. However, I never received email from mailing list. Of course I'm subscribing mailing