Show patches with: none      |   44327 patches
« 1 2 ... 435 436 437443 444 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v2,09/15] upload-pack: express constants in terms of the_hash_algo Hash function transition part 15 - - - --- 2018-10-15 brian m. carlson New
[v2,08/15] refs/packed-backend: express constants using the_hash_algo Hash function transition part 15 - - - --- 2018-10-15 brian m. carlson New
[v2,07/15] packfile: express constants in terms of the_hash_algo Hash function transition part 15 - - - --- 2018-10-15 brian m. carlson New
[v2,06/15] pack-revindex: express constants in terms of the_hash_algo Hash function transition part 15 - 1 - --- 2018-10-15 brian m. carlson New
[v2,05/15] builtin/fetch-pack: remove constants with parse_oid_hex Hash function transition part 15 - - - --- 2018-10-15 brian m. carlson New
[v2,04/15] builtin/mktree: remove hard-coded constant Hash function transition part 15 - - - --- 2018-10-15 brian m. carlson New
[v2,03/15] builtin/repack: replace hard-coded constants Hash function transition part 15 - - - --- 2018-10-15 brian m. carlson New
[v2,02/15] pack-bitmap-write: use GIT_MAX_RAWSZ for allocation Hash function transition part 15 - 1 - --- 2018-10-15 brian m. carlson New
[v2,01/15] object_id.cocci: match only expressions of type 'struct object_id' Hash function transition part 15 - - - --- 2018-10-15 brian m. carlson New
[v10,21/21] stash: replace all `write-tree` child processes with API calls Convert "git stash" to C builtin - - - --- 2018-10-14 Paul-Sebastian Ungureanu New
[v10,20/21] stash: optimize `get_untracked_files()` and `check_changes()` Convert "git stash" to C builtin - - - --- 2018-10-14 Paul-Sebastian Ungureanu New
[v10,19/21] stash: convert `stash--helper.c` into `stash.c` Convert "git stash" to C builtin - - - --- 2018-10-14 Paul-Sebastian Ungureanu New
[v10,18/21] stash: convert save to builtin Convert "git stash" to C builtin - - - --- 2018-10-14 Paul-Sebastian Ungureanu New
[v10,17/21] stash: make push -q quiet Convert "git stash" to C builtin - - - --- 2018-10-14 Paul-Sebastian Ungureanu New
[v10,16/21] stash: convert push to builtin Convert "git stash" to C builtin - - - --- 2018-10-14 Paul-Sebastian Ungureanu New
[v10,15/21] stash: convert create to builtin Convert "git stash" to C builtin - - - --- 2018-10-14 Paul-Sebastian Ungureanu New
[v10,14/21] stash: convert store to builtin Convert "git stash" to C builtin - - - --- 2018-10-14 Paul-Sebastian Ungureanu New
[v10,13/21] stash: convert show to builtin Convert "git stash" to C builtin - - - --- 2018-10-14 Paul-Sebastian Ungureanu New
[v10,12/21] stash: convert list to builtin Convert "git stash" to C builtin - - - --- 2018-10-14 Paul-Sebastian Ungureanu New
[v10,11/21] stash: convert pop to builtin Convert "git stash" to C builtin - - - --- 2018-10-14 Paul-Sebastian Ungureanu New
[v10,10/21] stash: convert branch to builtin Convert "git stash" to C builtin - - - --- 2018-10-14 Paul-Sebastian Ungureanu New
[v10,09/21] stash: convert drop and clear to builtin Convert "git stash" to C builtin - - - --- 2018-10-14 Paul-Sebastian Ungureanu New
[v10,08/21] stash: convert apply to builtin Convert "git stash" to C builtin - - - --- 2018-10-14 Paul-Sebastian Ungureanu New
[v10,07/21] stash: mention options in `show` synopsis Convert "git stash" to C builtin - - - --- 2018-10-14 Paul-Sebastian Ungureanu New
[v10,06/21] stash: add tests for `git stash show` config Convert "git stash" to C builtin - - - --- 2018-10-14 Paul-Sebastian Ungureanu New
[v10,05/21] stash: rename test cases to be more descriptive Convert "git stash" to C builtin - - - --- 2018-10-14 Paul-Sebastian Ungureanu New
[v10,04/21] t3903: modernize style Convert "git stash" to C builtin - - - --- 2018-10-14 Paul-Sebastian Ungureanu New
[v10,03/21] stash: improve option parsing test coverage Convert "git stash" to C builtin - - - --- 2018-10-14 Paul-Sebastian Ungureanu New
[v10,02/21] strbuf.c: add `strbuf_join_argv()` Convert "git stash" to C builtin - - - --- 2018-10-14 Paul-Sebastian Ungureanu New
[v10,01/21] sha1-name.c: add `get_oidf()` which acts like `get_oid()` Convert "git stash" to C builtin - - - --- 2018-10-14 Paul-Sebastian Ungureanu New
[RFC/PATCH] headers: normalize the spelling of some header guards [RFC/PATCH] headers: normalize the spelling of some header guards - - - --- 2018-10-14 Ramsay Jones New
Typo `dashes ?` -> `dashes?` Typo `dashes ?` -> `dashes?` - - - --- 2018-10-14 Jacques Bodin-Hullin New
[RFC,v2,7/7] merge-recursive: improve rename/rename(1to2)/add[/add] handling Improve path collision conflict resolutions - - - --- 2018-10-14 Elijah Newren New
[RFC,v2,6/7] merge-recursive: use handle_file_collision for add/add conflicts Improve path collision conflict resolutions - - - --- 2018-10-14 Elijah Newren New
[RFC,v2,5/7] merge-recursive: improve handling for rename/rename(2to1) conflicts Improve path collision conflict resolutions - - - --- 2018-10-14 Elijah Newren New
[RFC,v2,4/7] merge-recursive: fix rename/add conflict handling Improve path collision conflict resolutions - - - --- 2018-10-14 Elijah Newren New
[RFC,v2,3/7] merge-recursive: new function for better colliding conflict resolutions Improve path collision conflict resolutions - - - --- 2018-10-14 Elijah Newren New
[RFC,v2,2/7] t6036, t6042: testcases for rename collision of already conflicting files Improve path collision conflict resolutions - - - --- 2018-10-14 Elijah Newren New
[RFC,v2,1/7] Add testcases for consistency in file collision conflict handling Improve path collision conflict resolutions - - - --- 2018-10-14 Elijah Newren New
[v2,2/2] fuzz: Add fuzz testing for packfile indices. add fuzzing targets for use with OSS-Fuzz - - - --- 2018-10-13 Josh Steadmon Accepted
[v2,1/2] fuzz: Add basic fuzz testing target. add fuzzing targets for use with OSS-Fuzz - - - --- 2018-10-13 Josh Steadmon Accepted
submodule helper: convert relative URL to absolute URL if needed submodule helper: convert relative URL to absolute URL if needed - - - --- 2018-10-12 Stefan Beller New
[4/4] merge-recursive: Avoid showing conflicts with merge branch before HEAD More merge cleanups - - - --- 2018-10-12 Elijah Newren New
[3/4] merge-recursive: improve auto-merging messages with path collisions More merge cleanups - - - --- 2018-10-12 Elijah Newren New
[2/4] merge-recursive: increase marker length with depth of recursion More merge cleanups - - - --- 2018-10-12 Elijah Newren New
[1/4] t6036: add testcase where virtual merge base contains nested conflicts More merge cleanups - - - --- 2018-10-12 Elijah Newren New
[v3] gpg-interface.c: detect and reject multiple signatures on commits [v3] gpg-interface.c: detect and reject multiple signatures on commits - - - --- 2018-10-12 Michał Górny New
[v2,1/1] zlib.c: use size_t for size [v2,1/1] zlib.c: use size_t for size - - - --- 2018-10-12 Torsten Bögershausen New
[v12,8/8] list-objects-filter: implement filter tree:0 [v12,1/8] list-objects: store common func args in struct - - - --- 2018-10-12 Matthew DeVore New
[v12,7/8] list-objects-filter-options: do not over-strbuf_init [v12,1/8] list-objects: store common func args in struct - - - --- 2018-10-12 Matthew DeVore New
[v12,6/8] list-objects-filter: use BUG rather than die [v12,1/8] list-objects: store common func args in struct - - - --- 2018-10-12 Matthew DeVore New
[v12,5/8] revision: mark non-user-given objects instead [v12,1/8] list-objects: store common func args in struct - - - --- 2018-10-12 Matthew DeVore New
[v12,4/8] rev-list: handle missing tree objects properly [v12,1/8] list-objects: store common func args in struct - - - --- 2018-10-12 Matthew DeVore New
[v12,3/8] list-objects: always parse trees gently [v12,1/8] list-objects: store common func args in struct - - - --- 2018-10-12 Matthew DeVore New
[v12,2/8] list-objects: refactor to process_tree_contents [v12,1/8] list-objects: store common func args in struct - - - --- 2018-10-12 Matthew DeVore New
[v12,1/8] list-objects: store common func args in struct [v12,1/8] list-objects: store common func args in struct - - - --- 2018-10-12 Matthew DeVore New
[v12,0/8] filter: support for excluding all trees and blobs - - - --- 2018-10-12 Matthew DeVore New
config.mak.dev: add -Wformat config.mak.dev: add -Wformat - 2 - --- 2018-10-12 Thomas Gummerer New
[v2,3/3] multi-pack-index: define GIT_TEST_MULTI_PACK_INDEX Add GIT_TEST_MULTI_PACK_INDEX environment variable - - - --- 2018-10-12 Phillip Wood via GitGitGadget New
[v2,2/3] midx: close multi-pack-index on repack Add GIT_TEST_MULTI_PACK_INDEX environment variable - - - --- 2018-10-12 Phillip Wood via GitGitGadget New
[v2,1/3] midx: fix broken free() in close_midx() Add GIT_TEST_MULTI_PACK_INDEX environment variable - - - --- 2018-10-12 Phillip Wood via GitGitGadget New
subtree: performance improvement for finding unexpected parent commits subtree: performance improvement for finding unexpected parent commits - - - --- 2018-10-12 Roger Strain New
[v4] branch: introduce --show-current display option [v4] branch: introduce --show-current display option - - - --- 2018-10-12 Daniels Umanovskis New
[v3,2/2] rebase -i: introduce the 'break' command rebase -i: introduce the 'break' command - - - --- 2018-10-12 Phillip Wood via GitGitGadget New
[v3,1/2] rebase -i: clarify what happens on a failed `exec` rebase -i: introduce the 'break' command - - - --- 2018-10-12 Phillip Wood via GitGitGadget New
object_id.cocci: match only expressions of type 'struct object_id' object_id.cocci: match only expressions of type 'struct object_id' - - - --- 2018-10-12 SZEDER Gábor New
zlib.c: use size_t for size zlib.c: use size_t for size - - - --- 2018-10-12 Junio C Hamano New
[PATCHv1,3/3] git-p4: fully support unshelving changelists git-p4: improved unshelving - - - --- 2018-10-12 Luke Diamand New
[PATCHv1,2/3] git-p4: unshelve into refs/remotes/p4-unshelved, not refs/remotes/p4/unshelved git-p4: improved unshelving - - - --- 2018-10-12 Luke Diamand New
[PATCHv1,1/3] git-p4: do not fail in verbose mode for missing 'fileSize' key git-p4: improved unshelving - - - --- 2018-10-12 Luke Diamand New
[v2,1/1] protocol: advertise multiple supported versions Advertise multiple supported proto versions - - - --- 2018-10-12 Josh Steadmon Superseded
[RFC,3/3] list-objects-filter: teach tree:# how to handle >0 support for filtering trees and blobs based on depth - - - --- 2018-10-11 Matthew DeVore New
[RFC,2/3] Documentation/git-rev-list: s/<commit>/<object>/ support for filtering trees and blobs based on depth - - - --- 2018-10-11 Matthew DeVore New
[RFC,1/3] list-objects: support for skipping tree traversal support for filtering trees and blobs based on depth - - - --- 2018-10-11 Matthew DeVore New
diff.c: die on unknown color-moved ws mode diff.c: die on unknown color-moved ws mode - - - --- 2018-10-11 Stefan Beller New
[v3] branch: introduce --show-current display option [v3] branch: introduce --show-current display option - - - --- 2018-10-11 Daniels Umanovskis New
[19/19] Apply semantic patches from previous patches Bring more repository handles into our code base - - - --- 2018-10-11 Stefan Beller New
[18/19] submodule: don't add submodule as odb for push Bring more repository handles into our code base - - - --- 2018-10-11 Stefan Beller New
[17/19] submodule: use submodule repos for object lookup Bring more repository handles into our code base - - - --- 2018-10-11 Stefan Beller New
[16/19] pretty: prepare format_commit_message to handle arbitrary repositories Bring more repository handles into our code base - - - --- 2018-10-11 Stefan Beller New
[15/19] commit: prepare logmsg_reencode to handle arbitrary repositories Bring more repository handles into our code base - - - --- 2018-10-11 Stefan Beller New
[14/19] commit: prepare repo_unuse_commit_buffer to handle arbitrary repositories Bring more repository handles into our code base - - - --- 2018-10-11 Stefan Beller New
[13/19] commit: prepare in_merge_bases[_many] to handle arbitrary repositories Bring more repository handles into our code base - - - --- 2018-10-11 Stefan Beller New
[12/19] commit: prepare get_commit_buffer to handle arbitrary repositories Bring more repository handles into our code base - - - --- 2018-10-11 Stefan Beller New
[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
« 1 2 ... 435 436 437443 444 »