summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-12-14pull: give the advice for choosing rebase/merge much laterFelipe Contreras1-14/+18
2020-12-14pull: refactor fast-forward checkFelipe Contreras1-11/+15
2020-12-14merge-ort: add basic outline for process_renames()Elijah Newren1-1/+97
2020-12-14merge-ort: implement compare_pairs() and collect_renames()Elijah Newren1-2/+33
2020-12-14merge-ort: implement detect_regular_renames()Elijah Newren1-1/+31
2020-12-14merge-ort: add initial outline for basic rename detectionElijah Newren1-8/+60
2020-12-14merge-ort: add basic data structures for handling renamesElijah Newren1-0/+24
2020-12-14index-format.txt: document v2 format of file system monitor extensionJeff Hostetler1-2/+8
2020-12-14docs: multi-pack-index: remove note about future 'verify' workJohannes Berg1-4/+0
2020-12-13init: provide useful advice about init.defaultBranchJohannes Schindelin4-4/+29
2020-12-13get_default_branch_name(): prepare for showing some adviceJohannes Schindelin5-11/+14
2020-12-13branch -m: allow renaming a yet-unborn branchJohannes Schindelin2-1/+11
2020-12-13init: document `init.defaultBranch` betterJohannes Schindelin1-4/+7
2020-12-13merge-ort: add modify/delete handling and delayed output processingElijah Newren1-2/+98
2020-12-13merge-ort: add die-not-implemented stub handle_content_merge() functionElijah Newren1-0/+14
2020-12-13merge-ort: add function grouping commentsElijah Newren1-0/+21
2020-12-13merge-ort: add a paths_to_free field to merge_options_internalElijah Newren1-1/+25
2020-12-13merge-ort: add a path_conflict field to merge_options_internalElijah Newren1-0/+7
2020-12-13merge-ort: add a clear_internal_opts helperElijah Newren1-16/+24
2020-12-13merge-ort: add a few includesElijah Newren1-0/+2
2020-12-13merge-ort: free data structures in merge_finalize()Elijah Newren1-1/+31
2020-12-13merge-ort: add implementation of record_conflicted_index_entries()Elijah Newren1-1/+87
2020-12-13tree: enable cmp_cache_name_compare() to be used elsewhereElijah Newren2-1/+3
2020-12-13merge-ort: add implementation of checkout()Elijah Newren1-1/+44
2020-12-13merge-ort: basic outline for merge_switch_to_result()Elijah Newren1-1/+41
2020-12-13merge-ort: step 3 of tree writing -- handling subdirectories as we goElijah Newren1-8/+234
2020-12-13merge-ort: step 2 of tree writing -- function to create tree objectElijah Newren1-1/+66
2020-12-13merge-ort: step 1 of tree writing -- record basenames, modes, and oidsElijah Newren1-3/+37
2020-12-13merge-ort: have process_entries operate in a defined orderElijah Newren1-3/+50
2020-12-13merge-ort: add a preliminary simple process_entries() implementationElijah Newren1-1/+102
2020-12-13merge-ort: avoid recursing into identical treesElijah Newren1-0/+13
2020-12-13merge-ort: record stage and auxiliary info for every pathElijah Newren1-7/+90
2020-12-13merge-ort: compute a few more useful fields for collect_merge_infoElijah Newren1-0/+36
2020-12-13merge-ort: avoid repeating fill_tree_descriptor() on the same treeElijah Newren1-4/+22
2020-12-13merge-ort: implement a very basic collect_merge_info()Elijah Newren1-1/+134
2020-12-13merge-ort: add an err() function similar to one from merge-recursiveElijah Newren2-3/+37
2020-12-13merge-ort: use histogram diffElijah Newren1-0/+4
2020-12-13merge-ort: port merge_start() from merge-recursiveElijah Newren1-1/+44
2020-12-13merge-ort: add some high-level algorithm structureElijah Newren1-1/+67
2020-12-13merge-ort: setup basic internal data structuresElijah Newren1-0/+147
2020-12-12rev-parse: add option for absolute or relative path formattingbrian m. carlson3-43/+194
2020-12-12abspath: add a function to resolve paths with missing componentsbrian m. carlson2-18/+48
2020-12-09t7900: use --fixed-value in git-maintenance testsJosh Steadmon1-2/+2
2020-12-09pretty format %(trailers) doc: avoid repetitionÆvar Arnfjörð Bjarmason1-14/+16
2020-12-09pretty format %(trailers): add a "key_value_separator"Ævar Arnfjörð Bjarmason5-3/+55
2020-12-09pretty format %(trailers): add a "keyonly"Ævar Arnfjörð Bjarmason5-6/+40
2020-12-09pretty-format %(trailers): fix broken standalone "valueonly"Ævar Arnfjörð Bjarmason2-1/+30
2020-12-09submodules: fix of regression on fetching of non-init subsub-repoPeter Kaestle2-1/+123
2020-12-08Makefile: don't use a versioned temp distribution directoryRamsay Jones1-7/+8
2020-12-08Makefile: don't try to clean old debian build productRamsay Jones1-1/+1