Re: [Orgmode] Re: *.bak files in trunk?

2010-06-29 Thread Daniel Mahler
On Tue, Jun 29, 2010 at 6:27 AM, Carsten Dominik carsten.domi...@gmail.com wrote: On Jun 29, 2010, at 2:45 AM, Bernt Hansen wrote: Daniel Mahler dmah...@gmail.com writes: Is this normal? mahler:~/ELISP/org-mode-git$ git status # On branch master nothing to commit (working directory

Re: [Orgmode] Re: *.bak files in trunk?

2010-06-29 Thread Bernt Hansen
Daniel Mahler dmah...@gmail.com writes: On Tue, Jun 29, 2010 at 6:27 AM, Carsten Dominik carsten.domi...@gmail.com wrote: On Jun 29, 2010, at 2:45 AM, Bernt Hansen wrote: Daniel Mahler dmah...@gmail.com writes: Is this normal? mahler:~/ELISP/org-mode-git$ git status # On branch master

Re: [Orgmode] Re: *.bak files in trunk?

2010-06-29 Thread Bernt Hansen
Bernt Hansen be...@norang.ca writes: The easiest way to get rid of them is to have git clean them out -- you need to tell it to clean out files and include ignored files which is what the -x switch does. Make sure you specify the '*.bak' pattern otherwise it will clean out _everything_ that

Re: [Orgmode] Re: *.bak files in trunk?

2010-06-28 Thread Carsten Dominik
On Jun 29, 2010, at 2:45 AM, Bernt Hansen wrote: Daniel Mahler dmah...@gmail.com writes: Is this normal? mahler:~/ELISP/org-mode-git$ git status # On branch master nothing to commit (working directory clean) mahler:~/ELISP/org-mode-git$ find . -name *.bak ./lisp/ChangeLog.bak