Show patches with: none      |   44043 patches
« 1 2 ... 433 434 435440 441 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[11/19] commit: prepare get_merge_bases to handle arbitrary repositories Bring more repository handles into our code base - - - --- 2018-10-11 Stefan Beller New
[10/19] commit: allow get_merge_bases_many_0 to handle arbitrary repositories Bring more repository handles into our code base - - - --- 2018-10-11 Stefan Beller New
[09/19] commit.c: allow remove_redundant to handle arbitrary repositories Bring more repository handles into our code base - - - --- 2018-10-11 Stefan Beller New
[08/19] commit.c: allow merge_bases_many to handle arbitrary repositories Bring more repository handles into our code base - - - --- 2018-10-11 Stefan Beller New
[07/19] commit.c: allow paint_down_to_common to handle arbitrary repositories Bring more repository handles into our code base - - - --- 2018-10-11 Stefan Beller New
[06/19] commit: allow parse_commit* to handle arbitrary repositories Bring more repository handles into our code base - - - --- 2018-10-11 Stefan Beller New
[05/19] object: parse_object to honor its repository argument Bring more repository handles into our code base - - - --- 2018-10-11 Stefan Beller New
[04/19] object-store: prepare read_object_file to deal with arbitrary repositories Bring more repository handles into our code base - - - --- 2018-10-11 Stefan Beller New
[03/19] object-store: allow read_object_file_extended to read from arbitrary repositories Bring more repository handles into our code base - - - --- 2018-10-11 Stefan Beller New
[02/19] packfile: allow has_packed_and_bad to handle arbitrary repositories Bring more repository handles into our code base - - - --- 2018-10-11 Stefan Beller New
[01/19] sha1_file: allow read_object to read objects in arbitrary repositories Bring more repository handles into our code base - - - --- 2018-10-11 Stefan Beller New
[v2,4/4] subtree: improve decision on merges kept in split Untitled series #29843 - - - --- 2018-10-11 Roger Strain New
[v2,3/4] subtree: use commits before rejoins for splits Untitled series #29845 - - - --- 2018-10-11 Roger Strain New
[v2,2/4] subtree: make --ignore-joins pay attention to adds Untitled series #29847 - - - --- 2018-10-11 Roger Strain New
[v2,1/4] subtree: refactor split of a commit into standalone method [v2,1/4] subtree: refactor split of a commit into standalone method - - - --- 2018-10-11 Roger Strain New
[v2,0/4] Multiple subtree split fixes regarding complex repos - - - --- 2018-10-11 Roger Strain New
Per-commit and per-parent filters for 2 parents Per-commit and per-parent filters for 2 parents - - - --- 2018-10-11 Jonathan Tan New
doc: move git-get-tar-commit-id to plumbing doc: move git-get-tar-commit-id to plumbing - - - --- 2018-10-11 Daniels Umanovskis New
doc: move git-cherry to plumbing doc: move git-cherry to plumbing - - - --- 2018-10-11 Daniels Umanovskis New
[7/6] split-index: BUG() when cache entry refers to non-existing shared entry Fix the racy split index problem - - - --- 2018-10-11 SZEDER Gábor New
[v4,6/6] split-index: smudge and add racily clean cache entries to split index Fix the racy split index problem - - - --- 2018-10-11 SZEDER Gábor New
[v4,5/6] split-index: don't compare cached data of entries already marked for split index Fix the racy split index problem - - - --- 2018-10-11 SZEDER Gábor New
[v4,4/6] split-index: count the number of deleted entries Fix the racy split index problem - - - --- 2018-10-11 SZEDER Gábor New
[v4,3/6] t1700-split-index: date back files to avoid racy situations Fix the racy split index problem - - - --- 2018-10-11 SZEDER Gábor New
[v4,2/6] split-index: add tests to demonstrate the racy split index problem Fix the racy split index problem - - - --- 2018-10-11 SZEDER Gábor New
[v4,1/6] t1700-split-index: document why FSMONITOR is disabled in this test script Fix the racy split index problem - - - --- 2018-10-11 SZEDER Gábor New
[v2] range-diff: allow to diff files regardless submodule [v2] range-diff: allow to diff files regardless submodule - - - --- 2018-10-11 Lucas De Marchi New
fixup! builtin rebase: support `--gpg-sign` option fixup! builtin rebase: support `--gpg-sign` option - - - --- 2018-10-11 Junio C Hamano New
[2/2] Only make bloom filter for first parent Per-commit filter proof of concept - - - --- 2018-10-11 Jonathan Tan New
[1/2] One filter per commit Per-commit filter proof of concept - - - --- 2018-10-11 Jonathan Tan New
diff.c: pass sign_index to emit_line_ws_markup diff.c: pass sign_index to emit_line_ws_markup - - - --- 2018-10-10 Stefan Beller New
doc: fix a typo and clarify a sentence doc: fix a typo and clarify a sentence - - - --- 2018-10-10 Mihir Mehta New
[v5,9/9] builtin/fetch: check for submodule updates for non branch fetches fetch: make sure submodule oids are fetched - - - --- 2018-10-10 Stefan Beller New
[v5,8/9] fetch: retry fetching submodules if needed objects were not fetched fetch: make sure submodule oids are fetched - - - --- 2018-10-10 Stefan Beller New
[v5,7/9] submodule: fetch in submodules git directory instead of in worktree fetch: make sure submodule oids are fetched - - - --- 2018-10-10 Stefan Beller New
[v5,6/9] repository: repo_submodule_init to take a submodule struct fetch: make sure submodule oids are fetched - - - --- 2018-10-10 Stefan Beller New
[v5,5/9] submodule.c: do not copy around submodule list fetch: make sure submodule oids are fetched - - - --- 2018-10-10 Stefan Beller New
[v5,4/9] submodule.c: move global changed_submodule_names into fetch submodule struct fetch: make sure submodule oids are fetched - - - --- 2018-10-10 Stefan Beller New
[v5,3/9] submodule.c: sort changed_submodule_names before searching it fetch: make sure submodule oids are fetched - - - --- 2018-10-10 Stefan Beller New
[v5,2/9] submodule.c: fix indentation fetch: make sure submodule oids are fetched - - - --- 2018-10-10 Stefan Beller New
[v5,1/9] sha1-array: provide oid_array_filter fetch: make sure submodule oids are fetched - - - --- 2018-10-10 Stefan Beller New
doc: move git-rev-parse from porcelain to plumbing doc: move git-rev-parse from porcelain to plumbing - - - --- 2018-10-10 Daniels Umanovskis New
[v2,1/1] branch: introduce --show-current display option branch: introduce --show-current display option - - - --- 2018-10-10 Daniels Umanovskis New
gc doc: mention the commit-graph in the intro gc doc: mention the commit-graph in the intro - - - --- 2018-10-10 Ævar Arnfjörð Bjarmason New
revert & cherry-pick: run git gc --auto revert & cherry-pick: run git gc --auto - - - --- 2018-10-10 Ævar Arnfjörð Bjarmason New
gc: remove redundant check for gc_auto_threshold gc: remove redundant check for gc_auto_threshold - - - --- 2018-10-10 Ævar Arnfjörð Bjarmason New
gc: introduce an --auto-exit-code option for undoing 3029970275 gc: introduce an --auto-exit-code option for undoing 3029970275 - - - --- 2018-10-10 Ævar Arnfjörð Bjarmason New
[v8,7/7] read-cache: load cache entries on worker threads Untitled series #29167 - - - --- 2018-10-10 Ben Peart New
[v8,6/7] ieot: add Index Entry Offset Table (IEOT) extension Untitled series #29167 - - - --- 2018-10-10 Ben Peart New
[v8,5/7] read-cache: load cache extensions on a worker thread Untitled series #29167 - - - --- 2018-10-10 Ben Peart New
[v8,4/7] config: add new index.threads config setting Untitled series #29167 - - - --- 2018-10-10 Ben Peart New
[v8,3/7] eoie: add End of Index Entry (EOIE) extension Untitled series #29171 - - - --- 2018-10-10 Ben Peart New
[v8,2/7] read-cache: clean up casting and byte decoding Untitled series #29167 - - - --- 2018-10-10 Ben Peart New
[v8,1/7] read-cache.c: optimize reading index format v4 [v8,1/7] read-cache.c: optimize reading index format v4 - - - --- 2018-10-10 Ben Peart New
[v8,0/7] speed up index load through parallelization - - - --- 2018-10-10 Ben Peart New
doc: fix a typo and clarify a sentence doc: fix a typo and clarify a sentence - - - --- 2018-10-10 Mihir Mehta New
range-diff: allow to diff files regardless submodule range-diff: allow to diff files regardless submodule - - - --- 2018-10-10 Lucas De Marchi New
[3/3] send-email: also pick up cc addresses from -by trailers send-email: Also pick up cc addresses from -by trailers - - - --- 2018-10-10 Rasmus Villemoes New
[2/3] send-email: only consider lines containing @ or <> for automatic Cc'ing send-email: Also pick up cc addresses from -by trailers - - - --- 2018-10-10 Rasmus Villemoes New
[1/3] Documentation/git-send-email.txt: style fixes send-email: Also pick up cc addresses from -by trailers - - - --- 2018-10-10 Rasmus Villemoes New
[2/2] push: add an advice on unqualified <dst> push add an advice on unqualified <dst> push - - - --- 2018-10-10 Ævar Arnfjörð Bjarmason New
[1/2] i18n: remote.c: mark error(...) messages for translation add an advice on unqualified <dst> push - - - --- 2018-10-10 Ævar Arnfjörð Bjarmason New
[v2,2/2] rebase -i: introduce the 'break' command rebase -i: introduce the 'break' command - - - --- 2018-10-10 Johannes Schindelin via GitGitGadget New
[v2,1/2] rebase -i: clarify what happens on a failed `exec` rebase -i: introduce the 'break' command - - - --- 2018-10-10 Johannes Schindelin via GitGitGadget New
[v6] log: fix coloring of certain octupus merge shapes [v6] log: fix coloring of certain octupus merge shapes - 2 - --- 2018-10-10 Noam Postavsky New
[PoC,--,do,not,apply,3/3] test-tree-bitmap: replace ewah with custom rle encoding [PoC,--,do,not,apply,1/3] initial tree-bitmap proof of concept - - - --- 2018-10-09 Jeff King New
[PoC,--,do,not,apply,2/3] test-tree-bitmap: add "dump" mode [PoC,--,do,not,apply,1/3] initial tree-bitmap proof of concept - - - --- 2018-10-09 Jeff King New
[PoC,--,do,not,apply,1/3] initial tree-bitmap proof of concept [PoC,--,do,not,apply,1/3] initial tree-bitmap proof of concept - - - --- 2018-10-09 Jeff King New
[4/4] revision.c: add GIT_TRACE_BLOOM_FILTER for a bit of statistics Bloom filter experiment - - - --- 2018-10-09 SZEDER Gábor New
[3/4] revision.c: use the Bloom filter to speed up path-limited revision walks Bloom filter experiment - - - --- 2018-10-09 SZEDER Gábor New
[2/4] commit-graph: write a Bloom filter containing changed paths for each commit Bloom filter experiment - - - --- 2018-10-09 SZEDER Gábor New
[1/4] Add a (very) barebones Bloom filter implementation Bloom filter experiment - - - --- 2018-10-09 SZEDER Gábor New
[v2] cache-tree: skip some blob checks in partial clone [v2] cache-tree: skip some blob checks in partial clone - - - --- 2018-10-09 Jonathan Tan New
builtin/grep.c: remote superflous submodule code builtin/grep.c: remote superflous submodule code 1 - - --- 2018-10-09 Stefan Beller New
[2/2] doc/git-branch: Document the --current option [1/2] branch: introduce --current display option - - - --- 2018-10-09 Daniels Umanovskis New
[1/2] branch: introduce --current display option [1/2] branch: introduce --current display option - - - --- 2018-10-09 Daniels Umanovskis New
[v4,3/3] git-help.txt: document "git help cmd" vs "git cmd --help" for aliases alias help tweaks - - - --- 2018-10-09 Rasmus Villemoes New
[v4,2/3] git.c: handle_alias: prepend alias info when first argument is -h alias help tweaks - - - --- 2018-10-09 Rasmus Villemoes New
[v4,1/3] help: redirect to aliased commands for "git cmd --help" alias help tweaks - - - --- 2018-10-09 Rasmus Villemoes New
[2/3] ls-remote: release memory instead of UNLEAK ref-filter: reduce memory leaks - - - --- 2018-10-09 Olga Telezhnaya New
[1/3] ref-filter: free memory from used_atom ref-filter: reduce memory leaks - - - --- 2018-10-09 Olga Telezhnaya New
[3/3] ref-filter: free item->value and item->value->s ref-filter: reduce memory leaks - - - --- 2018-10-09 Olga Telezhnaya New
[v3,2/2] editorconfig: indicate settings should be kept in sync EditorConfig file - - - --- 2018-10-08 brian m. carlson New
[v3,1/2] editorconfig: provide editor settings for Git developers EditorConfig file - - - --- 2018-10-08 brian m. carlson New
[14/14] rerere: convert to use the_hash_algo Hash function transition part 15 - - - --- 2018-10-08 brian m. carlson New
[13/14] submodule: make zero-oid comparison hash function agnostic Hash function transition part 15 - - - --- 2018-10-08 brian m. carlson New
[12/14] apply: rename new_sha1_prefix and old_sha1_prefix Hash function transition part 15 - - - --- 2018-10-08 brian m. carlson New
[11/14] apply: replace hard-coded constants Hash function transition part 15 - - - --- 2018-10-08 brian m. carlson New
[10/14] tag: express constant in terms of the_hash_algo Hash function transition part 15 - - - --- 2018-10-08 brian m. carlson New
[09/14] transport: use parse_oid_hex instead of a constant Hash function transition part 15 - - - --- 2018-10-08 brian m. carlson New
[08/14] upload-pack: express constants in terms of the_hash_algo Hash function transition part 15 - - - --- 2018-10-08 brian m. carlson New
[07/14] refs/packed-backend: express constants using the_hash_algo Hash function transition part 15 - - - --- 2018-10-08 brian m. carlson New
[06/14] packfile: express constants in terms of the_hash_algo Hash function transition part 15 - - - --- 2018-10-08 brian m. carlson New
[05/14] pack-revindex: express constants in terms of the_hash_algo Hash function transition part 15 - - - --- 2018-10-08 brian m. carlson New
[04/14] builtin/fetch-pack: remove constants with parse_oid_hex Hash function transition part 15 - - - --- 2018-10-08 brian m. carlson New
[03/14] builtin/mktree: remove hard-coded constant Hash function transition part 15 - - - --- 2018-10-08 brian m. carlson New
[02/14] builtin/repack: replace hard-coded constant Hash function transition part 15 - - - --- 2018-10-08 brian m. carlson New
[01/14] pack-bitmap-write: use GIT_MAX_RAWSZ for allocation Hash function transition part 15 - - - --- 2018-10-08 brian m. carlson New
unpack-trees: allow missing CE_SKIP_WORKTREE objs unpack-trees: allow missing CE_SKIP_WORKTREE objs - - - --- 2018-10-08 Jonathan Tan New
[v2,2/2] editorconfig: indicate settings should be kept in sync EditorConfig file - - - --- 2018-10-08 brian m. carlson New
« 1 2 ... 433 434 435440 441 »