summaryrefslogtreecommitdiff
path: root/builtin-rerere.c
Commit message (Collapse)AuthorAgeFilesLines
* rerere gc: honor configuration and document itJunio C Hamano2006-12-271-0/+13
| | | | | | | Two configuration to control the expiration of rerere records are introduced and documented. Signed-off-by: Junio C Hamano <junkio@cox.net>
* Make git-rerere a builtinJohannes Schindelin2006-12-211-0/+406
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>