Re: VCS comparison table

Previous thread: an option to make "git-diff Z A" prints Z's diff before A's by Jim Meyering on Wednesday, October 25, 2006 - 12:15 am. (4 messages)

Next thread: [PATCH] git-fetch.sh printed protocol fix by Tuncer Ayaz on Wednesday, October 25, 2006 - 3:03 am. (1 message)
From: Jakub Narebski
Date: Wednesday, October 25, 2006 - 2:32 am

Ahah! So you miss the old script version of git commands, which you could
easily modify, tailoring it to your needs, isn't it? Well, if you don't mind
keeping your clone of git repository lying around somewhere, you can always
resurrect old shell version of some git command, e.g.
  $ git cat-file -p v1.2.4:git-prune.sh > $(git --exec-path)/git-prune.sh
change its name and modify as you used to do.

Are there any old commands which stopped working?
-- 
Jakub Narebski
Warsaw, Poland
ShadeHawk on #git


-

Previous thread: an option to make "git-diff Z A" prints Z's diff before A's by Jim Meyering on Wednesday, October 25, 2006 - 12:15 am. (4 messages)

Next thread: [PATCH] git-fetch.sh printed protocol fix by Tuncer Ayaz on Wednesday, October 25, 2006 - 3:03 am. (1 message)