]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
Make git-rerere a builtin
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Wed, 20 Dec 2006 16:39:41 +0000 (17:39 +0100)
committerJunio C Hamano <junkio@cox.net>
Fri, 22 Dec 2006 07:10:14 +0000 (23:10 -0800)
commit658f3650273abd6888c964b9fb1291c603306df8
tree55cd330d65c42fe611ac1b6401ddc83ae7489400
parentad8e72cba8e8dee8fccf11d98f197a44b5e3c10a
Make git-rerere a builtin

The perl version used modules which are non-standard in some setups.
This patch brings the full power of rerere to a wider audience.

Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile
builtin-rerere.c [new file with mode: 0644]
builtin.h
git.c