Bug#472331: git-stash: local changes detection fails when run under fakeroot

2009-04-02 Thread Jonathan Nieder
clone 472331 -1 retitle -1 git-diff-files: Need to refresh index undocumented severity -1 minor fixed 472331 1:1.6.0.2-1 thanks Teemu Ikonen wrote: > $ git stash > No local changes to save > $ fakeroot git stash > Saved working directory and index state "WIP on master: a1dc649... test" > (To rest

Bug#472331: git-stash: local changes detection fails when run under fakeroot

2008-03-25 Thread Gerrit Pape
It's 'git diff-files' vs 'fakeroot git diff-files'. On Sun, Mar 23, 2008 at 03:13:42PM +0100, Teemu Ikonen wrote: > When working directory and index are clean, nothing happens when git-stash > is run. If ran under fakeroot (in debian/rules for example) on the same tree, > git-stash makes an empty

Bug#472331: git-stash: local changes detection fails when run under fakeroot

2008-03-23 Thread Teemu Ikonen
Package: git-core Version: 1:1.5.4.3-1 Severity: normal When working directory and index are clean, nothing happens when git-stash is run. If ran under fakeroot (in debian/rules for example) on the same tree, git-stash makes an empty commit, and consumes a large amount of time saving and checking