-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 According to Bruno Haible on 5/25/2008 12:31 PM: | | OK to rename the file? | | Bruno |
| From cb36fa4b55a898d0dc1417c78d865593117f7dfc Mon Sep 17 00:00:00 2001 | From: Bruno Haible <[EMAIL PROTECTED]> | Date: Sun, 25 May 2008 13:44:20 +0200 | Subject: [PATCH] Rename acl.c to set-mode-acl.c. | | --- | ChangeLog | 6 ++ | lib/acl.c | 244 - ---------------------------------------------------- | lib/set-mode-acl.c | 244 ++++++++++++++++++++++++++++++++++++++++++++++++++++ | modules/acl | 4 +- | 4 files changed, 252 insertions(+), 246 deletions(-) When doing a file rename, it is much more compact if you use 'git diff -M' or 'git format-patch -M'. Not only that, but if you end up making slight changes during the rename to account for the new name, the git rename detection makes it much easier to see the 1% difference than the non-rename listing of 100% deletion/100% addition. For that matter, doing 'git config diff.renames true' makes the -M option automatic. - -- Don't work too hard, make some time for fun as well! Eric Blake [EMAIL PROTECTED] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (Cygwin) Comment: Public key at home.comcast.net/~ericblake/eblake.gpg Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkg5vHgACgkQ84KuGfSFAYA82QCePoc27x0nxkAQWcNQ5c9scoD7 foYAn0eO6A3khwZU83ohxwEuTwTQ3W/r =bqFi -----END PGP SIGNATURE-----
