[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Commit practices
From: |
David Kastrup |
Subject: |
Re: Commit practices |
Date: |
Sun, 30 Dec 2007 11:08:10 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux) |
"Eric S. Raymond" <address@hidden> writes:
> Richard Stallman <address@hidden>:
>> In effect, the suggestion here is that we abandon the idea
>> of useful readable info associated by the VCS with each file.
>
> Right. Information about changes is most useful when it has
> *changeset* granularity, not file granularity.
>
>> That would mean that the ChangeLog file is the only place for such
>> info.
>
> No, it means that the information now in the Changelog belongs in the
> CVS history, but with per-commit granularity rather than per-file
> granularity.
I have to agree here. In fact, I felt very uneasy about committing
multi-file changes until I discovered PCL-CVS which, in contrast to VCS,
allows me to commit several files as one change set.
I believe that VCS should get a "stage for change" operation which works
inside of one Emacs session and prepares one of multiple files for a
single commit. git actually has a concept of this operation at the
working directory level, so it would make sense to map this "staging"
process for the git backend to the appropriate operation outside of
Emacs.
--
David Kastrup, Kriemhildstr. 15, 44793 Bochum
- Commit practices, Eric S. Raymond, 2007/12/29
- Re: Commit practices, Eli Zaretskii, 2007/12/29
- Re: Commit practices, Richard Stallman, 2007/12/29
- Re: Commit practices, Stephen J. Turnbull, 2007/12/29
- Re: Commit practices, Karl Fogel, 2007/12/30
- Re: Commit practices, Eric S. Raymond, 2007/12/30
- Re: Commit practices,
David Kastrup <=
- Re: Commit practices, Eric S. Raymond, 2007/12/30
- Re: Commit practices, Miles Bader, 2007/12/30
- Re: Commit practices, Eric S. Raymond, 2007/12/30
- Re: Commit practices, Miles Bader, 2007/12/30
- Re: Commit practices, Eric S. Raymond, 2007/12/30
- Re: Commit practices, Miles Bader, 2007/12/30
- Re: Commit practices, David Kastrup, 2007/12/30
- Re: Commit practices, David Kastrup, 2007/12/30
- Re: Commit practices, Eric S. Raymond, 2007/12/30
- Re: Commit practices, David Kastrup, 2007/12/30