bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

messy bash.git history


From: Eric Blake
Subject: messy bash.git history
Date: Fri, 06 Feb 2015 14:13:29 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0

Chet,

I've noticed that your 'devel' branch in bash.git is rather messy;
basically lots of commits that snapshot the state of a directory, then a
followup commit that removes leftovers and stray files.  If you were to
set your .gitignore file (to make your exclusion list public) or your
.git/info/exclude file (to keep your exclusion list local to your
repository) to the file names that you normally clean up (such as *~,
*.old, *.save, *.orig; one per line), then your imports wouldn't create
those files in the first place, you wouldn't have to do cleanup commits,
and it would be easier to follow the history to see what really changed
without being inundated by all the noise on the side file
creation-deletion loops.

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]