Files
git/Documentation
Junio C Hamano d26792ad69 Merge branch 'pb/stash-refuse-to-kill'
"git stash save" is not just about "saving" the local changes, but
also is to restore the working tree state to that of HEAD. If you
changed a non-directory into a directory in the local change, you
may have untracked files in that directory, which have to be killed
while doing so, unless you run it with --include-untracked.  Teach
the command to detect and error out before spreading the damage.

This needed a small fix to "ls-files --killed".

* pb/stash-refuse-to-kill:
  git stash: avoid data loss when "git stash save" kills a directory
  treat_directory(): do not declare submodules to be untracked
2013-07-11 13:05:52 -07:00
..
2013-07-03 15:43:49 -07:00
2013-07-11 13:05:34 -07:00
2013-02-14 10:29:01 -08:00
2013-06-30 15:45:43 -07:00
2012-06-19 11:35:19 -07:00
2013-07-03 15:43:49 -07:00
2013-04-12 12:00:52 -07:00
2013-02-05 16:13:32 -08:00
2011-09-06 11:42:12 -07:00
2013-05-29 14:23:04 -07:00
2013-04-12 12:00:52 -07:00
2013-03-25 14:00:29 -07:00
2013-04-12 12:00:52 -07:00
2013-06-09 13:45:32 -07:00
2013-05-08 12:13:12 -07:00
2013-07-01 12:41:43 -07:00