Show patches with: Archived = No       |   22357 patches
« 1 2 ... 206 207 208223 224 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v2,09/11] merge-ort: add implementation of rename/delete conflicts merge-ort: add basic rename detection - - - --- 2020-12-14 Elijah Newren Superseded
[v2,08/11] merge-ort: add implementation of rename collisions merge-ort: add basic rename detection - - - --- 2020-12-14 Elijah Newren Superseded
[v2,07/11] merge-ort: add implementation of both sides renaming differently merge-ort: add basic rename detection - - - --- 2020-12-14 Elijah Newren Superseded
[v2,06/11] merge-ort: add implementation of both sides renaming identically merge-ort: add basic rename detection - - - --- 2020-12-14 Elijah Newren Superseded
[v2,05/11] merge-ort: add basic outline for process_renames() merge-ort: add basic rename detection - - - --- 2020-12-14 Elijah Newren Superseded
[v2,04/11] merge-ort: implement compare_pairs() and collect_renames() merge-ort: add basic rename detection - - - --- 2020-12-14 Elijah Newren Superseded
[v2,03/11] merge-ort: implement detect_regular_renames() merge-ort: add basic rename detection - - - --- 2020-12-14 Elijah Newren Superseded
[v2,02/11] merge-ort: add initial outline for basic rename detection merge-ort: add basic rename detection - - - --- 2020-12-14 Elijah Newren Superseded
[v2,01/11] merge-ort: add basic data structures for handling renames merge-ort: add basic rename detection - - - --- 2020-12-14 Elijah Newren Superseded
index-format.txt: document v2 format of file system monitor extension index-format.txt: document v2 format of file system monitor extension - - - --- 2020-12-14 Jeff Hostetler Accepted
docs: multi-pack-index: remove note about future 'verify' work docs: multi-pack-index: remove note about future 'verify' work - - - --- 2020-12-13 Johannes Berg Accepted
[v3,20/20] merge-ort: free data structures in merge_finalize() fundamentals of merge-ort implementation - - - --- 2020-12-13 Elijah Newren Accepted
[v3,19/20] merge-ort: add implementation of record_conflicted_index_entries() fundamentals of merge-ort implementation - - - --- 2020-12-13 Elijah Newren Accepted
[v3,18/20] tree: enable cmp_cache_name_compare() to be used elsewhere fundamentals of merge-ort implementation - - - --- 2020-12-13 Elijah Newren Accepted
[v3,17/20] merge-ort: add implementation of checkout() fundamentals of merge-ort implementation - - - --- 2020-12-13 Elijah Newren Accepted
[v3,16/20] merge-ort: basic outline for merge_switch_to_result() fundamentals of merge-ort implementation - - - --- 2020-12-13 Elijah Newren Accepted
[v3,15/20] merge-ort: step 3 of tree writing -- handling subdirectories as we go fundamentals of merge-ort implementation - - - --- 2020-12-13 Elijah Newren Accepted
[v3,14/20] merge-ort: step 2 of tree writing -- function to create tree object fundamentals of merge-ort implementation - - - --- 2020-12-13 Elijah Newren Accepted
[v3,13/20] merge-ort: step 1 of tree writing -- record basenames, modes, and oids fundamentals of merge-ort implementation - - - --- 2020-12-13 Elijah Newren Accepted
[v3,12/20] merge-ort: have process_entries operate in a defined order fundamentals of merge-ort implementation - - - --- 2020-12-13 Elijah Newren Accepted
[v3,11/20] merge-ort: add a preliminary simple process_entries() implementation fundamentals of merge-ort implementation - - - --- 2020-12-13 Elijah Newren Accepted
[v3,10/20] merge-ort: avoid recursing into identical trees fundamentals of merge-ort implementation - - - --- 2020-12-13 Elijah Newren Accepted
[v3,09/20] merge-ort: record stage and auxiliary info for every path fundamentals of merge-ort implementation - - - --- 2020-12-13 Elijah Newren Accepted
[v3,08/20] merge-ort: compute a few more useful fields for collect_merge_info fundamentals of merge-ort implementation - - - --- 2020-12-13 Elijah Newren Accepted
[v3,07/20] merge-ort: avoid repeating fill_tree_descriptor() on the same tree fundamentals of merge-ort implementation - - - --- 2020-12-13 Elijah Newren Accepted
[v3,06/20] merge-ort: implement a very basic collect_merge_info() fundamentals of merge-ort implementation - - - --- 2020-12-13 Elijah Newren Accepted
[v3,05/20] merge-ort: add an err() function similar to one from merge-recursive fundamentals of merge-ort implementation - - - --- 2020-12-13 Elijah Newren Accepted
[v3,04/20] merge-ort: use histogram diff fundamentals of merge-ort implementation - - - --- 2020-12-13 Elijah Newren Accepted
[v3,03/20] merge-ort: port merge_start() from merge-recursive fundamentals of merge-ort implementation - - - --- 2020-12-13 Elijah Newren Accepted
[v3,02/20] merge-ort: add some high-level algorithm structure fundamentals of merge-ort implementation - - - --- 2020-12-13 Elijah Newren Accepted
[v3,01/20] merge-ort: setup basic internal data structures fundamentals of merge-ort implementation - - - --- 2020-12-13 Elijah Newren Accepted
[v5,4/4] init: provide useful advice about init.defaultBranch Add helpful advice about init.defaultBranch - - - --- 2020-12-11 Johannes Schindelin Accepted
[v5,3/4] get_default_branch_name(): prepare for showing some advice Add helpful advice about init.defaultBranch - - - --- 2020-12-11 Johannes Schindelin Accepted
[v5,2/4] branch -m: allow renaming a yet-unborn branch Add helpful advice about init.defaultBranch - - - --- 2020-12-11 Johannes Schindelin Accepted
[v5,1/4] init: document `init.defaultBranch` better Add helpful advice about init.defaultBranch - - - --- 2020-12-11 Johannes Schindelin Accepted
[v2,9/9] diffcore-rename: remove unneccessary duplicate entry checks diffcore-rename improvements - - - --- 2020-12-11 Elijah Newren Accepted
[v2,8/9] diffcore-rename: accelerate rename_dst setup diffcore-rename improvements - - - --- 2020-12-11 Elijah Newren Accepted
[v2,7/9] diffcore-rename: simplify and accelerate register_rename_src() diffcore-rename improvements - - - --- 2020-12-11 Elijah Newren Accepted
[v2,6/9] t4058: explore duplicate tree entry handling in a bit more detail diffcore-rename improvements - - - --- 2020-12-11 Elijah Newren Accepted
[v2,5/9] t4058: add more tests and documentation for duplicate tree entry handling diffcore-rename improvements - - - --- 2020-12-11 Elijah Newren Accepted
[v2,4/9] diffcore-rename: reduce jumpiness in progress counters diffcore-rename improvements - - - --- 2020-12-11 Elijah Newren Accepted
[v2,3/9] diffcore-rename: simplify limit check diffcore-rename improvements - - - --- 2020-12-11 Elijah Newren Accepted
[v2,2/9] diffcore-rename: avoid usage of global in too_many_rename_candidates() diffcore-rename improvements - - - --- 2020-12-11 Elijah Newren Accepted
[v2,1/9] diffcore-rename: rename num_create to num_destinations diffcore-rename improvements - - - --- 2020-12-11 Elijah Newren Accepted
doc: mention Python 3.x supports doc: mention Python 3.x supports - - - --- 2020-12-10 Đoàn Trần Công Danh Accepted
[2/2] refs: warn on non-pseudoref looking .git/<file> refs [1/2] refs: move is_pseudoref_syntax() earlier in the file - - - --- 2020-12-10 Ævar Arnfjörð Bjarmason Superseded
[1/2] refs: move is_pseudoref_syntax() earlier in the file [1/2] refs: move is_pseudoref_syntax() earlier in the file - - - --- 2020-12-10 Ævar Arnfjörð Bjarmason Superseded
[v5,3/3] pull: display default warning only when non-ff [v5,1/3] pull: refactor fast-forward check - - - --- 2020-12-10 Felipe Contreras Superseded
[v5,2/3] pull: move default warning [v5,1/3] pull: refactor fast-forward check - - - --- 2020-12-10 Felipe Contreras Superseded
[v5,1/3] pull: refactor fast-forward check [v5,1/3] pull: refactor fast-forward check - - - --- 2020-12-10 Felipe Contreras Superseded
[v3,10/10] mktag: allow turning off fsck.extraHeaderEntry make "mktag" use fsck_tag() - - - --- 2020-12-09 Ævar Arnfjörð Bjarmason Superseded
[v3,09/10] fsck: make fsck_config() re-usable make "mktag" use fsck_tag() - - - --- 2020-12-09 Ævar Arnfjörð Bjarmason Superseded
[v3,08/10] mktag doc: update to explain why to use this make "mktag" use fsck_tag() - - - --- 2020-12-09 Ævar Arnfjörð Bjarmason Superseded
[v3,07/10] mktag: use fsck instead of custom verify_tag() make "mktag" use fsck_tag() - - - --- 2020-12-09 Ævar Arnfjörð Bjarmason Superseded
[v3,06/10] mktag tests: improve verify_object() test coverage make "mktag" use fsck_tag() - - - --- 2020-12-09 Ævar Arnfjörð Bjarmason Superseded
[v3,05/10] mktag tests: remove needless SHA-1 hardcoding make "mktag" use fsck_tag() - - - --- 2020-12-09 Ævar Arnfjörð Bjarmason Superseded
[v3,04/10] mktag tests: don't needlessly use a subshell make "mktag" use fsck_tag() - - - --- 2020-12-09 Ævar Arnfjörð Bjarmason Superseded
[v3,03/10] mktag: remove redundant braces in one-line body "if" make "mktag" use fsck_tag() - - - --- 2020-12-09 Ævar Arnfjörð Bjarmason Superseded
[v3,02/10] mktag: use default strbuf_read() hint make "mktag" use fsck_tag() - - - --- 2020-12-09 Ævar Arnfjörð Bjarmason Superseded
[v3,01/10] mktag doc: say <hash> not <sha1> make "mktag" use fsck_tag() - - - --- 2020-12-09 Ævar Arnfjörð Bjarmason Superseded
[11/11] merge-ort: add implementation of type-changed rename handling merge-ort: add basic rename detection - - - --- 2020-12-09 Elijah Newren Superseded
[10/11] merge-ort: add implementation of normal rename handling merge-ort: add basic rename detection - - - --- 2020-12-09 Elijah Newren Superseded
[09/11] merge-ort: add implementation of rename/delete conflicts merge-ort: add basic rename detection - - - --- 2020-12-09 Elijah Newren Superseded
[08/11] merge-ort: add implementation of rename collisions merge-ort: add basic rename detection - - - --- 2020-12-09 Elijah Newren Superseded
[07/11] merge-ort: add implementation of both sides renaming differently merge-ort: add basic rename detection - - - --- 2020-12-09 Elijah Newren Superseded
[06/11] merge-ort: add implementation of both sides renaming identically merge-ort: add basic rename detection - - - --- 2020-12-09 Elijah Newren Superseded
[05/11] merge-ort: add basic outline for process_renames() merge-ort: add basic rename detection - - - --- 2020-12-09 Elijah Newren Superseded
[04/11] merge-ort: implement compare_pairs() and collect_renames() merge-ort: add basic rename detection - - - --- 2020-12-09 Elijah Newren Superseded
[03/11] merge-ort: implement detect_regular_renames() merge-ort: add basic rename detection - - - --- 2020-12-09 Elijah Newren Superseded
[02/11] merge-ort: add initial outline for basic rename detection merge-ort: add basic rename detection - - - --- 2020-12-09 Elijah Newren Superseded
[01/11] merge-ort: add basic data structures for handling renames merge-ort: add basic rename detection - - - --- 2020-12-09 Elijah Newren Superseded
[v3,5/5] pretty format %(trailers): add a "key_value_separator" pretty format %(trailers): improve machine readability - - - --- 2020-12-09 Ævar Arnfjörð Bjarmason Accepted
[v3,4/5] pretty format %(trailers): add a "keyonly" pretty format %(trailers): improve machine readability - - - --- 2020-12-09 Ævar Arnfjörð Bjarmason Accepted
[v3,3/5] pretty-format %(trailers): fix broken standalone "valueonly" pretty format %(trailers): improve machine readability - - - --- 2020-12-09 Ævar Arnfjörð Bjarmason Accepted
[v3,2/5] pretty format %(trailers) doc: avoid repetition pretty format %(trailers): improve machine readability - - - --- 2020-12-09 Ævar Arnfjörð Bjarmason Accepted
[v3,1/5] pretty format %(trailers) test: split a long line pretty format %(trailers): improve machine readability - - - --- 2020-12-09 Ævar Arnfjörð Bjarmason Accepted
[v4,6/6] config: allow specifying config entries via envvar pairs config: allow specifying config entries via env - - - --- 2020-12-09 Patrick Steinhardt Superseded
[v4,5/6] config: refactor parsing of GIT_CONFIG_PARAMETERS config: allow specifying config entries via env - - - --- 2020-12-09 Patrick Steinhardt Superseded
[v4,4/6] config: extract function to parse config pairs config: allow specifying config entries via env - - - --- 2020-12-09 Patrick Steinhardt Superseded
[v4,3/6] environment: make `getenv_safe()` non-static config: allow specifying config entries via env - - - --- 2020-12-09 Patrick Steinhardt Superseded
[v4,2/6] config: add new way to pass config via `--config-env` config: allow specifying config entries via env - - - --- 2020-12-09 Patrick Steinhardt Superseded
[v4,1/6] git: add `--super-prefix` to usage string config: allow specifying config entries via env - - - --- 2020-12-09 Patrick Steinhardt Superseded
[v4] submodules: fix of regression on fetching of non-init subsub-repo [v4] submodules: fix of regression on fetching of non-init subsub-repo - 1 - --- 2020-12-09 Peter Kaestle Accepted
doc: 'T' status code for git status doc: 'T' status code for git status - - - --- 2020-12-09 Julien Richard Superseded
[v3] t7064: avoid relying on a specific default branch name [v3] t7064: avoid relying on a specific default branch name - - - --- 2020-12-08 Junio C Hamano Accepted
[v3,5/5] Makefile: don't use a versioned temp distribution directory speed up 'make clean' - - - --- 2020-12-08 Ramsay Jones Accepted
[v3,4/5] Makefile: don't try to clean old debian build product speed up 'make clean' - - - --- 2020-12-08 Ramsay Jones Accepted
[v3,3/5] gitweb/Makefile: conditionally include ../GIT-VERSION-FILE speed up 'make clean' - - - --- 2020-12-08 Ramsay Jones Accepted
[v3,2/5] Documentation/Makefile: conditionally include ../GIT-VERSION-FILE speed up 'make clean' - - - --- 2020-12-08 Ramsay Jones Accepted
[v3,1/5] Documentation/Makefile: conditionally include doc.dep speed up 'make clean' - - - --- 2020-12-08 Ramsay Jones Accepted
[v3] submodules: fix of regression on fetching of non-init subsub-repo [v3] submodules: fix of regression on fetching of non-init subsub-repo - - - --- 2020-12-08 Peter Kaestle Superseded
[v3,24/24] pack-bitmap-write: better reuse bitmaps pack-bitmap: bitmap generation improvements - - - --- 2020-12-08 Taylor Blau Superseded
[v3,23/24] pack-bitmap-write: relax unique rewalk condition pack-bitmap: bitmap generation improvements - - - --- 2020-12-08 Taylor Blau Superseded
[v3,22/24] pack-bitmap-write: use existing bitmaps pack-bitmap: bitmap generation improvements - - - --- 2020-12-08 Taylor Blau Superseded
[v3,21/24] pack-bitmap: factor out 'add_commit_to_bitmap()' pack-bitmap: bitmap generation improvements - - - --- 2020-12-08 Taylor Blau Superseded
[v3,20/24] pack-bitmap: factor out 'bitmap_for_commit()' pack-bitmap: bitmap generation improvements - - - --- 2020-12-08 Taylor Blau Superseded
[v3,19/24] pack-bitmap-write: ignore BITMAP_FLAG_REUSE pack-bitmap: bitmap generation improvements - - - --- 2020-12-08 Taylor Blau Superseded
[v3,18/24] pack-bitmap-write: build fewer intermediate bitmaps pack-bitmap: bitmap generation improvements - - - --- 2020-12-08 Taylor Blau Superseded
[v3,17/24] pack-bitmap.c: check reads more aggressively when loading pack-bitmap: bitmap generation improvements - - - --- 2020-12-08 Taylor Blau Superseded
[v3,16/24] pack-bitmap-write: rename children to reverse_edges pack-bitmap: bitmap generation improvements - - - --- 2020-12-08 Taylor Blau Superseded
« 1 2 ... 206 207 208223 224 »