Re: git stash filename - stashing single files.

2016-12-14 Thread Paul Smith
On Wed, 2016-12-14 at 09:44 -0500, Jeff King wrote: > Personally, I think this is a pretty terrible interface. Besides the > fact that I have never written a stash message in all my years of using > git, it's totally inconsistent with the rest of git (which would use > "-m" for the message, and tre

Re: git stash filename - stashing single files.

2016-12-14 Thread Jeff King
On Wed, Dec 14, 2016 at 02:53:20PM +0100, Jonas Hartmann wrote: > http://stackoverflow.com/questions/3040833/stash-only-one-file-out-of-multiple-files-that-have-changed-with-git#comment32451416_3040833 > > Could it be possible to have "git stash [filename][filename]...", to > stash only single fi

git stash filename - stashing single files.

2016-12-14 Thread Jonas Hartmann
Hello, http://stackoverflow.com/questions/3040833/stash-only-one-file-out-of-multiple-files-that-have-changed-with-git#comment32451416_3040833 Could it be possible to have "git stash [filename][filename]...", to stash only single files? There seems to be a broad community desire. Best -- Dipl.