Show patches with: none      |   44347 patches
« 1 2 ... 435 436 437443 444 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[1/3] getpwuid(mingw): initialize the structure only once Provide a useful default user ident on Windows - - - --- 2018-10-15 Phillip Wood via GitGitGadget New
[v2,13/13] commit-graph: specify OID version for SHA-256 Base SHA-256 implementation - - - --- 2018-10-15 brian m. carlson New
[v2,12/13] hash: add an SHA-256 implementation using OpenSSL Base SHA-256 implementation - - - --- 2018-10-15 brian m. carlson New
[v2,11/13] sha256: add an SHA-256 implementation using libgcrypt Base SHA-256 implementation - - - --- 2018-10-15 brian m. carlson New
[v2,10/13] Add a base implementation of SHA-256 support Base SHA-256 implementation - - - --- 2018-10-15 brian m. carlson New
[v2,09/13] commit-graph: convert to using the_hash_algo Base SHA-256 implementation - - - --- 2018-10-15 brian m. carlson New
[v2,08/13] t/helper: add a test helper to compute hash speed Base SHA-256 implementation - - - --- 2018-10-15 brian m. carlson New
[v2,07/13] sha1-file: add a constant for hash block size Base SHA-256 implementation - - - --- 2018-10-15 brian m. carlson New
[v2,06/13] t: make the sha1 test-tool helper generic Base SHA-256 implementation - - - --- 2018-10-15 brian m. carlson New
[v2,05/13] t: add basic tests for our SHA-1 implementation Base SHA-256 implementation - - - --- 2018-10-15 brian m. carlson New
[v2,04/13] cache: make hashcmp and hasheq work with larger hashes Base SHA-256 implementation - - - --- 2018-10-15 brian m. carlson New
[v2,03/13] hex: introduce functions to print arbitrary hashes Base SHA-256 implementation - - - --- 2018-10-15 brian m. carlson New
[v2,02/13] sha1-file: provide functions to look up hash algorithms Base SHA-256 implementation - - - --- 2018-10-15 brian m. carlson New
[v2,01/13] sha1-file: rename algorithm to "sha1" Base SHA-256 implementation - - - --- 2018-10-15 brian m. carlson New
[v2,15/15] rerere: convert to use the_hash_algo Hash function transition part 15 - - - --- 2018-10-15 brian m. carlson New
[v2,14/15] submodule: make zero-oid comparison hash function agnostic Hash function transition part 15 - - - --- 2018-10-15 brian m. carlson New
[v2,13/15] apply: rename new_sha1_prefix and old_sha1_prefix Hash function transition part 15 - - - --- 2018-10-15 brian m. carlson New
[v2,12/15] apply: replace hard-coded constants Hash function transition part 15 - - - --- 2018-10-15 brian m. carlson New
[v2,11/15] tag: express constant in terms of the_hash_algo Hash function transition part 15 - - - --- 2018-10-15 brian m. carlson New
[v2,10/15] transport: use parse_oid_hex instead of a constant Hash function transition part 15 - - - --- 2018-10-15 brian m. carlson New
[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
« 1 2 ... 435 436 437443 444 »