# an...@webkr.de / 2014-09-15 03:13:06 -0700:
> On Monday, September 15, 2014 4:22:39 AM UTC+2, Rick Umali wrote:
> > The "git add ." should have created Git objects for these untracked files. 
> > When you did the "git merge --abort", you reset the working directory, 
> > deleting those files, but the Git objects should still be hanging around. 
> > At least this is what I observed trying to reproduce your issue. 
> >
> > If you felt like plumbing the depths of the .git/object  directory, try to 
> > sort the files in that directory in reverse chronological order. The most 
> > recent files are probably the files that were deleted. You can confirm this 
> > by using the git show command. 
> 
> Indeed there they are, thank you. :)
> 
> I'd consider it a bug that they were deleted in the first place.

i agree, please send an email to g...@vger.kernel.org.

-- 
roman

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to