Re: Feature request: config option for default git commit -v

2016-04-05 Thread Jacek Wielemborek
W dniu 05.04.2016 o 16:47, Pranit Bauva pisze: > On Tue, Apr 5, 2016 at 8:08 PM, Jacek Wielemborek wrote: >> Hello, >> >> I'm asking for this one because there's quite a lot of interest >> (including me) in this feature and there is no convenient walkar

Feature request: config option for default git commit -v

2016-04-05 Thread Jacek Wielemborek
Hello, I'm asking for this one because there's quite a lot of interest (including me) in this feature and there is no convenient walkaround: https://stackoverflow.com/questions/5875275/git-commit-v-by-default Cheers, d33tah signature.asc Description: OpenPGP digital signature

Re: Segmentation fault found while fuzzing .pack file under 2.7.0.rc3

2016-01-06 Thread Jacek Wielemborek
W dniu 06.01.2016 o 10:46, Duy Nguyen pisze: > On Tue, Jan 5, 2016 at 10:24 PM, Jeff King wrote: >> If you can find a fuzzed packfile that crashes "index-pack", then _that_ >> would be a big deal. > > I'm sure you know this, but if Jacek moves to break index-pack, then > he/she should also try to

Re: Segmentation fault found while fuzzing .pack file under 2.7.0.rc3

2016-01-06 Thread Jacek Wielemborek
W dniu 06.01.2016 o 01:23, Jonathan Nieder pisze: > Jeff King wrote: > >> Git packfiles come from two places: >> >> 1. Local maintenance repacks loose and already-packed objects into a >> new packfile. We trust the local repack process to generate a valid >> packfile (though the conten

Segmentation fault found while fuzzing .pack file under 2.7.0.rc3

2016-01-05 Thread Jacek Wielemborek
Hello, Steps to reproduce: 1. base64 -d and unpack the .tar.gz file from here: https://gist.github.com/d33tah/4e976f2e043718594a85 2. cd into it, run "git log" I'll be happy to guide you through the fuzzing process - I stopped it at the first crash. Cheers, d33tah signature.asc Description:

git status --diffstat?

2015-06-23 Thread Jacek Wielemborek
Hi, I recently realized that I could use a "git status" syntax like this: On branch master Your branch is up-to-date with 'origin/master'. Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git checkout -- ..." to discard changes in working directory)