summaryrefslogtreecommitdiff
path: root/builtin-rerere.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLibravatar Linus Torvalds1-155/+0
2010-01-21Make 'rerere forget' work from a subdirectory.Libravatar Johannes Sixt1-2/+4
2010-01-20Merge branch 'jc/cache-unmerge'Libravatar Junio C Hamano1-0/+3
2010-01-18Merge branch 'jc/rerere'Libravatar Junio C Hamano1-7/+16
2010-01-10rerere forget path: forget recorded resolutionLibravatar Junio C Hamano1-0/+2
2009-12-05Sync with 1.6.5.5Libravatar Junio C Hamano1-0/+2
2009-12-04rerere: don't segfault on failure to open rr-cacheLibravatar Jeff King1-0/+2
2009-12-04Teach --[no-]rerere-autoupdate option to merge, revert and friendsLibravatar Junio C Hamano1-7/+16
2009-11-10Let 'git <command> -h' show usage without a git dirLibravatar Jonathan Nieder1-0/+3
2009-04-29replace direct calls to unlink(2) with unlink_or_warnLibravatar Alex Riesen1-1/+1
2009-02-14rerere: remove duplicated functionsLibravatar SZEDER Gábor1-18/+7
2009-01-11add is_dot_or_dotdot inline functionLibravatar Alexander Potashev1-6/+5
2008-10-25Always initialize xpparam_t to 0Libravatar Brian Downing1-0/+1
2008-07-21Rename path_list to string_listLibravatar Johannes Schindelin1-10/+10
2008-07-16Merge branch 'sb/dashless'Libravatar Junio C Hamano1-1/+1
2008-07-13Make usage strings dash-lessLibravatar Stephan Beyer1-1/+1
2008-07-10rerere: Separate libgit and builtin functionsLibravatar Stephan Beyer1-354/+18
2008-07-10builtin-rerere: more carefully find conflict markersLibravatar Olivier Marin1-3/+13
2008-06-22rerere.autoupdateLibravatar Junio C Hamano1-0/+37
2008-06-22rerere: remove dubious "tail_optimization"Libravatar Junio C Hamano1-10/+9
2008-06-22git-rerere: detect unparsable conflictsLibravatar Junio C Hamano1-0/+5
2008-06-22rerere: rerere_created_at() and has_resolution() abstractionLibravatar Junio C Hamano1-31/+26
2008-06-17builtin-rerere: fix a small leakLibravatar Junio C Hamano1-1/+1
2008-05-14Provide git_config with a callback-data parameterLibravatar Johannes Schindelin1-3/+3
2008-02-26Merge branch 'maint'Libravatar Junio C Hamano1-18/+1
2008-02-25Use a single implementation and API for copy_file()Libravatar Daniel Barkalow1-18/+1
2008-01-21Make on-disk index representation separate from in-core oneLibravatar Linus Torvalds1-2/+2
2008-01-16Improve use of lockfile APILibravatar Brandon Casey1-2/+2
2007-12-13xdl_diff: identify call sites.Libravatar Junio C Hamano1-1/+1
2007-09-27Export rerere() and launch_editor().Libravatar Kristian Høgsberg1-5/+26
2007-09-26rerere: Fix use of an empty strbuf.bufLibravatar Junio C Hamano1-2/+4
2007-09-26Make builtin-rerere use of strbuf nicer and more efficient.Libravatar Pierre Habouzit1-25/+18
2007-09-16Now that cache.h needs strbuf.h, remove useless includes.Libravatar Pierre Habouzit1-1/+0
2007-09-10Strbuf API extensions and fixes.Libravatar Pierre Habouzit1-2/+2
2007-09-06Use strbuf API in buitin-rerere.cLibravatar Pierre Habouzit1-38/+18
2007-07-14Make every builtin-*.c file #include "builtin.h"Libravatar Peter Hagervall1-0/+1
2007-07-09rerere: record resolution even if file is not in merge baseLibravatar Johannes Schindelin1-10/+7
2007-07-07Merge branch 'jc/diff-mark'Libravatar Junio C Hamano1-1/+1
2007-07-06Enable "git rerere" by the config variable rerere.enabledLibravatar Johannes Schindelin1-4/+28
2007-07-06Future-proof source for changes in xdemitconf_tLibravatar Johannes Schindelin1-1/+1
2007-06-26detect close failure on just-written file handlesLibravatar Jim Meyering1-1/+2
2007-06-07War on whitespaceLibravatar Junio C Hamano1-1/+0
2007-04-04rerere: make sorting really stable.Libravatar Junio C Hamano1-2/+5
2007-04-03Merge 1.5.0.7 inLibravatar Junio C Hamano1-0/+9
2007-04-03rerere should not repeat the earlier hunks in later onesLibravatar Junio C Hamano1-0/+9
2007-02-25Merge branch 'maint'Libravatar Junio C Hamano1-6/+10
2007-02-25rerere: do not deal with symlinks.Libravatar Junio C Hamano1-5/+9
2007-02-25rerere: do not skip two conflicted paths next to each other.Libravatar Junio C Hamano1-1/+1
2007-02-20prefixcmp(): fix-up mechanical conversion.Libravatar Junio C Hamano1-3/+3
2007-02-20Mechanical conversion to use prefixcmp()Libravatar Junio C Hamano1-3/+3