summaryrefslogtreecommitdiff
path: root/builtin-rerere.c
AgeCommit message (Expand)Author
2007-12-14xdl_diff: identify call sites.Junio C Hamano
2007-09-27Export rerere() and launch_editor().Kristian Høgsberg
2007-09-27rerere: Fix use of an empty strbuf.bufJunio C Hamano
2007-09-26Make builtin-rerere use of strbuf nicer and more efficient.Pierre Habouzit
2007-09-17Now that cache.h needs strbuf.h, remove useless includes.Pierre Habouzit
2007-09-10Strbuf API extensions and fixes.Pierre Habouzit
2007-09-07Use strbuf API in buitin-rerere.cPierre Habouzit
2007-07-15Make every builtin-*.c file #include "builtin.h"Peter Hagervall
2007-07-10rerere: record resolution even if file is not in merge baseJohannes Schindelin
2007-07-07Merge branch 'jc/diff-mark'Junio C Hamano
2007-07-07Enable "git rerere" by the config variable rerere.enabledJohannes Schindelin
2007-07-06Future-proof source for changes in xdemitconf_tJohannes Schindelin
2007-06-27detect close failure on just-written file handlesJim Meyering
2007-06-07War on whitespaceJunio C Hamano
2007-04-04rerere: make sorting really stable.Junio C Hamano
2007-04-04Merge 1.5.0.7 inJunio C Hamano
2007-04-04rerere should not repeat the earlier hunks in later onesJunio C Hamano
2007-02-25Merge branch 'maint'Junio C Hamano
2007-02-25rerere: do not deal with symlinks.Junio C Hamano
2007-02-25rerere: do not skip two conflicted paths next to each other.Junio C Hamano
2007-02-21prefixcmp(): fix-up mechanical conversion.Junio C Hamano
2007-02-21Mechanical conversion to use prefixcmp()Junio C Hamano
2007-01-08short i/o: fix calls to write to use xwrite or write_in_fullAndy Whitcroft
2007-01-05rerere: Fix removal of already resolved path.Junio C Hamano
2006-12-27rerere gc: honor configuration and document itJunio C Hamano
2006-12-22Make git-rerere a builtinJohannes Schindelin