summaryrefslogtreecommitdiff
path: root/rerere.c
AgeCommit message (Expand)Author
2013-04-04rerere forget: do not segfault if not all stages are presentJohannes Sixt
2013-04-02rerere forget: grok files containing NULJohannes Sixt
2012-09-16rerere.c: mark private file-scope symbols as staticJunio C Hamano
2012-07-16Merge branch 'ar/clone-honor-umask-at-top'Junio C Hamano
2012-07-09rerere: make rr-cache fanout directory honor umaskJunio C Hamano
2012-06-07rerere: remove i18n legos in result messageNguyễn Thái Ngọc Duy
2011-05-30Merge branch 'maint'Junio C Hamano
2011-05-30Merge branch 'jm/maint-misc-fix' into maintJunio C Hamano
2011-05-26plug a DIR buffer leak in rerere.cJim Meyering
2011-05-26rerere.c: diagnose a corrupt MERGE_RR when hitting EOF between TAB and '\0'Jim Meyering
2011-05-08rerere: libify rerere_clear() and rerere_gc()Junio C Hamano
2011-04-03sparse: Fix errors and silence warningsStephen Boyd
2011-03-27Merge branch 'jc/maint-rerere-in-workdir'Junio C Hamano
2011-03-23rerere: make sure it works even in a workdir attached to a young repositoryJunio C Hamano
2011-02-16rerere "remaining"Martin von Zweigbergk
2010-10-27Merge branch 'jf/merge-ignore-ws'Junio C Hamano
2010-09-03Merge branch 'jn/merge-renormalize'Junio C Hamano
2010-08-31Merge branch 'sg/rerere-gc-old-still-used'Junio C Hamano
2010-08-26ll-merge: replace flag argument with options structJonathan Nieder
2010-08-06rerere: never renormalizeJonathan Nieder
2010-08-06ll-merge: let caller decide whether to renormalizeJonathan Nieder
2010-07-14rerere: fix overeager gcSZEDER Gábor
2010-07-05string_list: Add STRING_LIST_INIT macro and make use of it.Thiago Farina
2010-06-30Merge branch 'jp/string-list-api-cleanup'Junio C Hamano
2010-06-27string_list: Fix argument order for string_list_insertJulian Phillips
2010-05-31enums: omit trailing comma for portabilityGary V. Vaughan
2010-03-21ll_merge(): add ancestor label parameter for diff3-style outputJonathan Nieder
2010-02-23rerere: fix memory leak if rerere images can't be readBert Wesarg
2010-01-28rerere: fix too-short initializationJeff King
2010-01-21Merge branch 'jc/conflict-marker-size'Junio C Hamano
2010-01-20Merge branch 'jc/cache-unmerge'Junio C Hamano
2010-01-17rerere: honor conflict-marker-size attributeJunio C Hamano
2010-01-17rerere: prepare for customizable conflict marker lengthJunio C Hamano
2010-01-17rerere: use ll_merge() instead of using xdl_merge()Junio C Hamano
2010-01-17xdl_merge(): introduce xmparam_t for merge specific parametersJunio C Hamano
2010-01-11rerere forget path: forget recorded resolutionJunio C Hamano
2010-01-11rerere: refactor rerere logic to make it independent from I/OJunio C Hamano
2009-12-26rerere: remove silly 1024-byte line limitJunio C Hamano
2009-12-04Teach --[no-]rerere-autoupdate option to merge, revert and friendsJunio C Hamano
2009-09-13use write_str_in_full helper to avoid literal string lengthsJim Meyering
2009-04-30replace direct calls to unlink(2) with unlink_or_warnAlex Riesen
2009-02-15rerere: remove duplicated functionsSZEDER Gábor
2009-02-11Drop double-semicolon in CJunio C Hamano
2008-12-05Make some of fwrite/fclose/write/close failures visibleAlex Riesen
2008-10-31Merge branch 'ar/maint-mksnpath' into ar/mksnpathJunio C Hamano
2008-10-31Use git_pathdup instead of xstrdup(git_path(...))Alex Riesen
2008-10-22Merge branch 'jc/maint-co-track'Junio C Hamano
2008-10-19Enhance hold_lock_file_for_{update,append}() APIJunio C Hamano
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey
2008-10-03fix openssl headers conflicting with custom SHA1 implementationsNicolas Pitre