develooper Front page | perl.perl5.porters | Postings from December 2012

Re: git untracked file: lib/File/DosGlob.pm

Thread Previous | Thread Next
From:
Karl Williamson
Date:
December 15, 2012 04:50
Subject:
Re: git untracked file: lib/File/DosGlob.pm
Message ID:
50CC0177.4090307@khwilliamson.com
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


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About