comparison lisp/ChangeLog @ 82053:3cc1f1f9df04

(vc-git-checkin): Delete unused parameter and the code handling it. Use vc-git-command. (vc-git-find-version, vc-git-diff-tree): New functions. (vc-git-revert): Use vc-git-command. (vc-git--run-command): Delete.
author Dan Nicolaescu <dann@ics.uci.edu>
date Mon, 23 Jul 2007 16:01:25 +0000
parents 1776413f26d4
children e9b775fa33b3
comparison
equal deleted inserted replaced
82052:1776413f26d4 82053:3cc1f1f9df04
1 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * vc-git.el (vc-git-checkin): Delete unused parameter and the code
4 handling it. Use vc-git-command.
5 (vc-git-find-version, vc-git-diff-tree): New functions.
6 (vc-git-revert): Use vc-git-command.
7 (vc-git--run-command): Delete.
8
1 2007-07-23 Alexandre Julliard <julliard@winehq.org> 9 2007-07-23 Alexandre Julliard <julliard@winehq.org>
2 10
3 * vc-git.el (vc-git-workfile-unchanged-p): Update comment. 11 * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
4 12
5 2007-07-20 Kenichi Handa <handa@m17n.org> 13 2007-07-20 Kenichi Handa <handa@m17n.org>