Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-07cache: convert struct cache_entry to use struct object_idbrian m. carlson
2016-05-24Merge branch 'jc/rerere-multi'Junio C Hamano
2016-05-19rerere: remove an null statementJunio C Hamano
2016-05-18Merge branch 'nd/error-errno'Junio C Hamano
2016-05-12rerere: plug memory leaks upon "rerere forget" failureJunio C Hamano
2016-05-09rerere.c: use error_errno() and warning_errno()Nguyễn Thái Ngọc Duy
2016-04-26Merge branch 'jc/rerere-multi'Junio C Hamano
2016-04-07rerere: adjust 'forget' to multi-variant world orderJunio C Hamano
2016-04-07rerere: split code to call ll_merge() furtherJunio C Hamano
2016-04-07rerere: move code related to "forget" togetherJunio C Hamano
2016-04-07rerere: gc and clearJunio C Hamano
2016-03-16rerere: do use multiple variantsJunio C Hamano
2016-03-16rerere: allow multiple variants to existJunio C Hamano
2016-03-16rerere: delay the recording of preimageJunio C Hamano
2016-03-16rerere: handle leftover rr-cache/$ID directory and postimage filesJunio C Hamano
2016-02-17Merge branch 'jk/rerere-xsnprintf'Junio C Hamano
2016-02-09rerere: scan $GIT_DIR/rr-cache/$ID when instantiating a rerere_idJunio C Hamano
2016-02-09rerere: split conflict ID furtherJunio C Hamano
2016-02-09rerere: replace strcpy with xsnprintfJeff King
2015-10-05Merge branch 'jc/rerere'Junio C Hamano
2015-09-02rerere: release lockfile in non-writing functionsJeff King
2015-08-11memoize common git-path "constant" filesJeff King
2015-07-25rerere: un-nest merge() furtherJunio C Hamano
2015-07-25rerere: use "struct rerere_id" instead of "char *" for conflict IDJunio C Hamano
2015-07-25rerere: call conflict-ids IDsJunio C Hamano
2015-07-25rerere: further clarify do_rerere_one_path()Junio C Hamano
2015-07-25rerere: further de-dent do_plain_rerere()Junio C Hamano
2015-07-25rerere: refactor "replay" part of do_plain_rerere()Junio C Hamano
2015-07-25rerere: explain the remainderJunio C Hamano
2015-07-25rerere: explain "rerere forget" codepathJunio C Hamano
2015-07-25rerere: explain the primary codepathJunio C Hamano
2015-07-25rerere: explain MERGE_RR management helpersJunio C Hamano
2015-07-25rerere: fix benign off-by-one non-bug and clarify codeJunio C Hamano
2015-07-25rerere: explain the rerere I/O abstractionJunio C Hamano
2015-07-25rerere: do not leak mmfile[] for a path with multiple stage #1 entriesJunio C Hamano
2015-07-25rerere: stop looping unnecessarilyJunio C Hamano
2015-07-25rerere: drop want_sp parameter from is_cmarker()Junio C Hamano
2015-07-25rerere: report autoupdated paths only after actually updating themJunio C Hamano
2015-07-25rerere: write out each record of MERGE_RR in one goJunio C Hamano
2015-07-25rerere: lift PATH_MAX limitationJunio C Hamano
2015-07-25rerere: plug conflict ID leaksJunio C Hamano
2015-07-25rerere: handle conflicts with multiple stage #1 entriesJunio C Hamano
2015-06-29rerere: fix an off-by-one non-bugJunio C Hamano
2015-05-26Merge branch 'jk/rerere-forget-check-enabled'Junio C Hamano
2015-05-14rerere: exit silently on "forget" when rerere is disabledJeff King
2015-02-25Merge branch 'jn/rerere-fail-on-auto-update-failure' into maintJunio C Hamano
2015-02-12Merge branch 'jn/rerere-fail-on-auto-update-failure'Junio C Hamano
2015-01-09rerere: error out on autoupdate failureJonathan Nieder
2014-10-02lockfile.h: extract new header file for the functions in lockfile.cMichael Haggerty
2014-08-08rerere.c: replace `git_config()` with `git_config_get_*()` familyTanay Abhra