Hi Jeff, I'm trying to recreate your problem, but I'm unable to add a file with an absolute path into the repo.. Any idea how you were able to do this?
Here's what I'm trying: PS C:\Users\tfnico\projects\foo> git add C:\Users\tfnico\projects\foo\wee.txt PS C:\Users\tfnico\projects\foo> git status # On branch master # Changes to be committed: # (use "git reset HEAD <file>..." to unstage) # # new file: wee.txt # PS C:\Users\tfnico\projects\foo> git ls-files readme.txt wee.txt Maybe you're on a really old version of msysgit? PS C:\Users\tfnico\projects\foo> git --version git version 1.7.7.msysgit.1 -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To view this discussion on the web visit https://groups.google.com/d/msg/git-users/-/hX4F1PhyFKkJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/git-users?hl=en.
