Show patches with: none      |   44416 patches
« 1 2 ... 435 436 437444 445 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[15/19] commit: prepare repo_unuse_commit_buffer to handle arbitrary repositories Bring more repository handles into our code base - - - --- 2018-10-16 Stefan Beller New
[14/19] commit: prepare get_commit_buffer to handle arbitrary repositories Bring more repository handles into our code base - - - --- 2018-10-16 Stefan Beller New
[13/19] commit-reach: prepare in_merge_bases[_many] to handle arbitrary repositories Bring more repository handles into our code base - - - --- 2018-10-16 Stefan Beller New
[12/19] commit-reach: prepare get_merge_bases to handle arbitrary repositories Bring more repository handles into our code base - - - --- 2018-10-16 Stefan Beller New
[11/19] commit-reach.c: allow get_merge_bases_many_0 to handle arbitrary repositories Bring more repository handles into our code base - - - --- 2018-10-16 Stefan Beller New
[10/19] commit-reach.c: allow remove_redundant to handle arbitrary repositories Bring more repository handles into our code base - - - --- 2018-10-16 Stefan Beller New
[09/19] commit-reach.c: allow merge_bases_many to handle arbitrary repositories Bring more repository handles into our code base - - - --- 2018-10-16 Stefan Beller New
[08/19] commit-reach.c: allow paint_down_to_common to handle arbitrary repositories Bring more repository handles into our code base - - - --- 2018-10-16 Stefan Beller New
[07/19] commit: allow parse_commit* to handle arbitrary repositories Bring more repository handles into our code base - - - --- 2018-10-16 Stefan Beller New
[06/19] object: parse_object to honor its repository argument Bring more repository handles into our code base - - - --- 2018-10-16 Stefan Beller New
[05/19] object-store: prepare has_{sha1, object}_file[_with_flags] to handle arbitrary repositories Bring more repository handles into our code base - - - --- 2018-10-16 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-16 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-16 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-16 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-16 Stefan Beller New
[v4,7/7] t6012: make rev-list tests more interesting Use generation numbers for --topo-order - - - --- 2018-10-16 John Cai via GitGitGadget New
[v4,6/7] revision.c: generation-based topo-order algorithm Use generation numbers for --topo-order - - - --- 2018-10-16 John Cai via GitGitGadget New
[v4,5/7] commit/revisions: bookkeeping before refactoring Use generation numbers for --topo-order - - - --- 2018-10-16 John Cai via GitGitGadget New
[v4,4/7] revision.c: begin refactoring --topo-order logic Use generation numbers for --topo-order - - - --- 2018-10-16 John Cai via GitGitGadget New
[v4,3/7] test-reach: add rev-list tests Use generation numbers for --topo-order - - - --- 2018-10-16 John Cai via GitGitGadget New
[v4,2/7] test-reach: add run_three_modes method Use generation numbers for --topo-order - - - --- 2018-10-16 John Cai via GitGitGadget New
[v4,1/7] prio-queue: add 'peek' operation Use generation numbers for --topo-order - - - --- 2018-10-16 John Cai via GitGitGadget New
upload-pack: clear flags before each v2 request upload-pack: clear flags before each v2 request - - - --- 2018-10-16 Jonathan Tan New
[RFC] revision: Add --sticky-default option [RFC] revision: Add --sticky-default option - - - --- 2018-10-16 Andreas Gruenbacher New
[3/3] pack-objects (mingw): initialize `packing_data` mutex in the correct spot Fix gc segfault - - - --- 2018-10-16 John Cai via GitGitGadget New
[2/3] pack-objects (mingw): demonstrate a segmentation fault with large deltas Fix gc segfault - - - --- 2018-10-16 John Cai via GitGitGadget New
[1/3] Fix typo 'detla' -> 'delta' Fix gc segfault - - - --- 2018-10-16 John Cai via GitGitGadget New
[v2,2/2] merge-recursive: avoid showing conflicts with merge branch before HEAD More merge cleanups - - - --- 2018-10-16 Elijah Newren New
[v2,1/2] merge-recursive: improve auto-merging messages with path collisions More merge cleanups - - - --- 2018-10-16 Elijah Newren New
[9/9] builtin/fetch: check for submodule updates for non branch fetches Resending sb/submodule-recursive-fetch-gets-the-tip - - - --- 2018-10-16 Stefan Beller New
[8/9] fetch: retry fetching submodules if needed objects were not fetched Resending sb/submodule-recursive-fetch-gets-the-tip - - - --- 2018-10-16 Stefan Beller New
[7/9] submodule: fetch in submodules git directory instead of in worktree Resending sb/submodule-recursive-fetch-gets-the-tip - - - --- 2018-10-16 Stefan Beller New
[6/9] repository: repo_submodule_init to take a submodule struct Resending sb/submodule-recursive-fetch-gets-the-tip - - - --- 2018-10-16 Stefan Beller New
[5/9] submodule.c: do not copy around submodule list Resending sb/submodule-recursive-fetch-gets-the-tip - - - --- 2018-10-16 Stefan Beller New
[4/9] submodule.c: move global changed_submodule_names into fetch submodule struct Resending sb/submodule-recursive-fetch-gets-the-tip - - - --- 2018-10-16 Stefan Beller New
[3/9] submodule.c: sort changed_submodule_names before searching it Resending sb/submodule-recursive-fetch-gets-the-tip - - - --- 2018-10-16 Stefan Beller New
[2/9] submodule.c: fix indentation Resending sb/submodule-recursive-fetch-gets-the-tip - - - --- 2018-10-16 Stefan Beller New
[1/9] sha1-array: provide oid_array_filter Resending sb/submodule-recursive-fetch-gets-the-tip - - - --- 2018-10-16 Stefan Beller New
submodule helper: convert relative URL to absolute URL if needed submodule helper: convert relative URL to absolute URL if needed - 1 - --- 2018-10-16 Stefan Beller New
[v2] builtin/branch.c: remove useless branch_get [v2] builtin/branch.c: remove useless branch_get - - - --- 2018-10-16 Tao Qingyun New
[v2] branch: trivial style fix [v2] branch: trivial style fix - - - --- 2018-10-16 Tao Qingyun New
[1/1] subtree: make install targets depend on build targets [1/1] subtree: make install targets depend on build targets - - - --- 2018-10-16 Christian Hesse New
[v2,3/3] send-email: also pick up cc addresses from -by trailers send-email: Also pick up cc addresses from -by trailers - - - --- 2018-10-16 Rasmus Villemoes New
[v2,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-16 Rasmus Villemoes New
[v2,1/3] Documentation/git-send-email.txt: style fixes send-email: Also pick up cc addresses from -by trailers - - - --- 2018-10-16 Rasmus Villemoes New
submodule helper: convert relative URL to absolute URL if needed submodule helper: convert relative URL to absolute URL if needed - 1 - --- 2018-10-16 Stefan Beller New
builtin/branch.c: remove useless branch_get builtin/branch.c: remove useless branch_get - - - --- 2018-10-15 Tao Qingyun New
Case when I can not unstage the hunk Case when I can not unstage the hunk - - - --- 2018-10-15 Eugen Konkov New
[PATCHv2,3/3] git-p4: fully support unshelving changelists git-p4: improved unshelving - small fixes - - - --- 2018-10-15 Luke Diamand New
[PATCHv2,2/3] git-p4: unshelve into refs/remotes/p4-unshelved, not refs/remotes/p4/unshelved git-p4: improved unshelving - small fixes - - - --- 2018-10-15 Luke Diamand New
[PATCHv2,1/3] git-p4: do not fail in verbose mode for missing 'fileSize' key git-p4: improved unshelving - small fixes - - - --- 2018-10-15 Luke Diamand New
[3/3] http: when using Secure Channel, ignore sslCAInfo by default Allow choosing the SSL backend cURL uses (plus related patches) - - - --- 2018-10-15 John Cai via GitGitGadget New
[2/3] http: add support for disabling SSL revocation checks in cURL Allow choosing the SSL backend cURL uses (plus related patches) - - - --- 2018-10-15 John Cai via GitGitGadget New
[1/3] http: add support for selecting SSL backends at runtime Allow choosing the SSL backend cURL uses (plus related patches) - - - --- 2018-10-15 John Cai via GitGitGadget New
[v2,13/13] travis: fix skipping tagged releases Offer to run CI/PR builds in Azure Pipelines - - - --- 2018-10-15 John Cai via GitGitGadget New
[v2,12/13] README: add a build badge (status of the Azure Pipelines build) Offer to run CI/PR builds in Azure Pipelines - - - --- 2018-10-15 John Cai via GitGitGadget New
[v2,11/13] tests: record more stderr with --write-junit-xml in case of failure Offer to run CI/PR builds in Azure Pipelines - - - --- 2018-10-15 John Cai via GitGitGadget New
[v2,10/13] tests: include detailed trace logs with --write-junit-xml upon failure Offer to run CI/PR builds in Azure Pipelines - - - --- 2018-10-15 John Cai via GitGitGadget New
[v2,09/13] git-p4: use `test_atexit` to kill the daemon Offer to run CI/PR builds in Azure Pipelines - - - --- 2018-10-15 John Cai via GitGitGadget New
[v2,08/13] git-daemon: use `test_atexit` in the tests Offer to run CI/PR builds in Azure Pipelines - - - --- 2018-10-15 John Cai via GitGitGadget New
[v2,07/13] tests: introduce `test_atexit` Offer to run CI/PR builds in Azure Pipelines - - - --- 2018-10-15 John Cai via GitGitGadget New
[v2,06/13] Add a build definition for Azure DevOps Offer to run CI/PR builds in Azure Pipelines - - - --- 2018-10-15 John Cai via GitGitGadget New
[v2,05/13] ci/lib.sh: add support for Azure Pipelines Offer to run CI/PR builds in Azure Pipelines - - - --- 2018-10-15 John Cai via GitGitGadget New
[v2,04/13] tests: optionally write results as JUnit-style .xml Offer to run CI/PR builds in Azure Pipelines - - - --- 2018-10-15 John Cai via GitGitGadget New
[v2,03/13] test-date: add a subcommand to measure times in shell scripts Offer to run CI/PR builds in Azure Pipelines - - - --- 2018-10-15 John Cai via GitGitGadget New
[v2,02/13] ci/lib.sh: encapsulate Travis-specific things Offer to run CI/PR builds in Azure Pipelines - - - --- 2018-10-15 John Cai via GitGitGadget New
[v2,01/13] ci: rename the library of common functions Offer to run CI/PR builds in Azure Pipelines - - - --- 2018-10-15 John Cai via GitGitGadget New
[3/3] mingw: use domain information for default email Provide a useful default user ident on Windows - - - --- 2018-10-15 John Cai via GitGitGadget New
[2/3] getpwuid(mingw): provide a better default for the user name Provide a useful default user ident on Windows - - - --- 2018-10-15 John Cai via GitGitGadget New
[1/3] getpwuid(mingw): initialize the structure only once Provide a useful default user ident on Windows - - - --- 2018-10-15 John Cai 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
« 1 2 ... 435 436 437444 445 »