On 12/14/2012 08:24 PM, James E Keenan wrote: > As of at least fc826e38a4eb6efa4cfc92de662b40a6d5333e5e, 'git status' in > blead is showing: > > # Untracked files: > # (use "git add <file>..." to include in what will be committed) > # > # lib/File/DosGlob.pm > > Is this a side effect of work being done on File::Glob and File::DosGlob > two days ago? > > commit b8bafbdcb2701902921ab5b57da3bdff2a01fbea > commit a1ba7ec6b0cd830be362a1f8b7d37214011a16ad > > Thank you very much. > Jim Keenan > It's always best to do a git clean -dfx before rebasing blead. Then you don't have relics hanging around. The problem is if you are adding files and haven't told git, you have to somehow save them, or they get removed.Thread Previous | Thread Next