aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/rerere.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-1/+0
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan1-1/+0
2023-06-21cache.h: remove this no-longer-used headerElijah Newren1-1/+0
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren1-0/+1
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2022-12-13diff: mark unused parameters in callbacksJeff King1-1/+1
2022-10-13doc txt & -h consistency: make "rerere" consistentÆvar Arnfjörð Bjarmason1-1/+1
2022-10-13doc txt & -h consistency: fix mismatching labelsÆvar Arnfjörð Bjarmason1-1/+1
2021-05-11xdiff users: use designated initializers for out_lineÆvar Arnfjörð Bjarmason1-3/+1
2019-01-04Merge branch 'nd/the-index'Junio C Hamano1-4/+6
2018-11-13Merge branch 'jk/xdiff-interface'Junio C Hamano1-1/+2
2018-11-12rerere.c: remove the_repository referencesNguyễn Thái Ngọc Duy1-4/+6
2018-11-02xdiff: provide a separate emit callback for hunksJeff King1-1/+2
2018-10-19Merge branch 'nd/the-index'Junio C Hamano1-3/+3
2018-09-21rerere.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy1-3/+3
2018-08-06rerere: mark strings for translationThomas Gummerer1-2/+2
2018-07-16rerere: wrap paths in output in sqThomas Gummerer1-1/+1
2017-09-14avoid "write_in_full(fd, buf, len) != len" patternJeff King1-1/+1
2017-06-15config: don't include config.h by defaultBrandon Williams1-0/+1
2015-10-05Sync with 2.6.1Junio C Hamano1-4/+6
2015-10-05Merge branch 'jc/rerere'Junio C Hamano1-2/+2
2015-09-28Sync with v2.5.4Junio C Hamano1-4/+6
2015-09-28Sync with 2.3.10Junio C Hamano1-4/+6
2015-09-28react to errors in xdi_diffJeff King1-4/+6
2015-09-01rerere: release lockfile in non-writing functionsJeff King1-9/+9
2015-07-24rerere: use "struct rerere_id" instead of "char *" for conflict IDJunio C Hamano1-1/+1
2015-07-24rerere: call conflict-ids IDsJunio C Hamano1-2/+2
2015-01-14standardize usage info string formatAlex Henrie1-1/+1
2014-04-30rerere: fix for merge.conflictstyleFelipe Contreras1-0/+2
2013-07-15rerere: convert to use parse_pathspecNguyễn Thái Ngọc Duy1-3/+5
2012-08-20i18n: rerere: mark parseopt strings for translationNguyễn Thái Ngọc Duy1-2/+2
2011-05-08rerere: libify rerere_clear() and rerere_gc()Junio C Hamano1-75/+2
2011-03-02rerere forget: deprecate invocation without pathspecJohannes Sixt1-2/+5
2011-02-16rerere "remaining"Martin von Zweigbergk1-2/+12
2010-09-03Merge branch 'jn/merge-renormalize'Junio C Hamano1-24/+28
2010-08-31Merge branch 'sg/rerere-gc-old-still-used'Junio C Hamano1-5/+16
2010-08-18Merge branch 'tf/string-list-init'Junio C Hamano1-2/+2
2010-08-06rerere: migrate to parse-options APIJonathan Nieder1-24/+28
2010-07-15Merge branch 'js/merge-rr-fix'Junio C Hamano1-1/+1
2010-07-14MERGE_RR is in .git, not .git/rr-cacheJay Soffian1-1/+1
2010-07-14rerere: fix overeager gcSZEDER Gábor1-5/+16
2010-07-05string_list: Add STRING_LIST_INIT macro and make use of it.Thiago Farina1-2/+2
2010-06-30Merge branch 'jp/string-list-api-cleanup'Junio C Hamano1-1/+1
2010-06-27string_list: Fix argument order for string_list_appendJulian Phillips1-1/+1
2010-06-21Merge branch 'rs/diff-no-minimal' into maintJunio C Hamano1-1/+1
2010-06-13Merge branch 'rs/diff-no-minimal'Junio C Hamano1-1/+1
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds1-0/+155