Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: GH:zsh-users/zsh-completions.
- X-seq: zsh-workers 41930
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Mailing-list zsh-workers <zsh-workers@xxxxxxx>
- Subject: Re: GH:zsh-users/zsh-completions.
- Date: Wed, 18 Oct 2017 18:09:01 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:in-reply-to:comments:references:to:subject :mime-version; bh=78G4aWGCKr79PuZ0gyTozlGHJe/JqSaWj6omH7XxvUY=; b=rLEfixEL0ha3v9lShiiO0hFVgL8izQjUYHvlpq50sT+lmPoRNM3EBqMZCs7qtxqXjQ HXDIJIDAVlI94F97lEmonDR638SVORZD1FoPykiMwCJMGuEDrk+CO2RfJrNRuepblUED IlrUq5b+JGKFzoof1I34ka689+JivTCAtSaI4QaX+0QM8ZedzH2MQMKW1qiPh4zD4bv4 nqiL6iE1KeQ/2mhTEDlKnjZCdM4q6yCz7Leo8cs/teKWjU9HIv3InMcP3aMkZF4EmQzz Ydjpg4tECWiP+nuR8c+yN9OmXFyvOqbaO+uQd+SjAHAwomG427boaT6Wv3iHgQz8wYFI zFcg==
- In-reply-to: <21335.1508343802@thecus.kiddle.eu>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <7240.1507973844@thecus.kiddle.eu> <CA+mcLN6ZuZ_AoKvfbceupZVg9+1btDg7NG=bGRUMDxwzLs5bcg@mail.gmail.com> <CGME20171016144130epcas1p2c1fa53d06d36c27f8ac8af3237b97721@epcas1p2.samsung.com> <6529.1508164192@thecus.kiddle.eu> <20171016161151.6981579c@pwslap01u.europe.root.pri> <CAH+w=7a2Y+hM_m22MCJYY=ZE67v-_PyOqqMkdC9c1JqCvbUAsg@mail.gmail.com> <20171016164239.533e36fb@pwslap01u.europe.root.pri> <20171016174914.GO31613@andrew.cmu.edu> <MtKUvyERJ4IZOwutyo30irHfL7z63FqUejhZnpXv6zrWYAt_C1-WxOCO_pafA4d3rZ5acQvFoQqrLDmwGsIvy5Y0YQbBirOxZs4xjVCAfRg=@protonmail.com> <21335.1508343802@thecus.kiddle.eu>
On Oct 18, 6:23pm, Oliver Kiddle wrote:
}
} We preserved the ChangeLog in its existing form when migrating from CVS
} largely so that we were changing as little as possible. But we have git
} log. All new ChangeLog entries can be autogenerated
This is so appealing in theory and yet so horrible (IMO) in practice.
Git log format does not lend itself to this [*] and its immutability
makes it impossible to correct errors (of which we have plenty) or to
fix mis-attribution when e.g. one of the developers is committing on
behalf of some other contributor who should get credit.
[*] Yes, I know you can use formats to present the log in a whole lot
of flexible ways. But the one thing you can't change is what info is
stored by git in the first place, to which to apply those formats.
--
Barton E. Schaefer
Messages sorted by:
Reverse Date,
Date,
Thread,
Author