Re: [PATCH/GSoC] pull: implement --[no-]autostash for usage when rebasing

2016-03-19 Thread Chirayu Desai
Apologies, I did not see the patch, I looked for threads with GSoC in their titles but missed looking for "rebase" / this microproject. I'll go through the list and make sure it hasn't been picked yet. As for the GSoC project idea, I was thinking of "Git remote whitelist/blacklist", and writing an

Re: [PATCH/GSoC] pull: implement --[no-]autostash for usage when rebasing

2016-03-19 Thread Sidhant Sharma
On Saturday 19 March 2016 07:38 PM, Chirayu Desai wrote: > Hello everyone, > > I want to participate in GSoC, and this is my microproject to get familiar > with git development. > > I am a first year student, enrolled in the Computer Engineering program at > Silver Oak College of Engineering and T

Re: [PATCH/GSoC] pull: implement --[no-]autostash for usage when rebasing

2016-03-19 Thread Chirayu Desai
Hello everyone, I want to participate in GSoC, and this is my microproject to get familiar with git development. I am a first year student, enrolled in the Computer Engineering program at Silver Oak College of Engineering and Technology, Ahmedabad, India. I have worked on open source software in

[PATCH/GSoC] pull: implement --[no-]autostash for usage when rebasing

2016-03-19 Thread Chirayu Desai
Since 53c76dc0 pull understands the "rebase.autoStash" configuration option, which was added to rebase in 58794775 This allows usage of the same option when running 'git pull --rebase', passing it on to 'git rebase' Signed-off-by: Chirayu Desai --- Documentation/git-pull.txt | 7 +++ built