Show patches with: none      |   46786 patches
« 1 2 3 4467 468 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v4,8/8] csum-file.c: use unsafe SHA-1 implementation when available hash.h: support choosing a separate SHA-1 for non-cryptographic uses - - - --- 2024-09-24 Taylor Blau New
[v4,7/8] Makefile: allow specifying a SHA-1 for non-cryptographic uses hash.h: support choosing a separate SHA-1 for non-cryptographic uses - - - --- 2024-09-24 Taylor Blau New
[v4,6/8] hash.h: scaffolding for _unsafe hashing variants hash.h: support choosing a separate SHA-1 for non-cryptographic uses - - - --- 2024-09-24 Taylor Blau New
[v4,5/8] sha1: do not redefine `platform_SHA_CTX` and friends hash.h: support choosing a separate SHA-1 for non-cryptographic uses - - - --- 2024-09-24 Taylor Blau New
[v4,4/8] pack-objects: use finalize_object_file() to rename pack/idx/etc hash.h: support choosing a separate SHA-1 for non-cryptographic uses - - - --- 2024-09-24 Taylor Blau New
[v4,3/8] finalize_object_file(): implement collision check hash.h: support choosing a separate SHA-1 for non-cryptographic uses - - - --- 2024-09-24 Taylor Blau New
[v4,2/8] finalize_object_file(): refactor unlink_or_warn() placement hash.h: support choosing a separate SHA-1 for non-cryptographic uses - - - --- 2024-09-24 Taylor Blau New
[v4,1/8] finalize_object_file(): check for name collision before renaming hash.h: support choosing a separate SHA-1 for non-cryptographic uses - - - --- 2024-09-24 Taylor Blau New
[4/4] archive: remove the_repository global variable Remove the_repository global for am, annotate, apply, archive builtins - - - --- 2024-09-24 John Cai New
[3/4] apply: remove the_repository global variable Remove the_repository global for am, annotate, apply, archive builtins - - - --- 2024-09-24 John Cai New
[2/4] annotate: remove usage of the_repository global Remove the_repository global for am, annotate, apply, archive builtins - - - --- 2024-09-24 John Cai New
[1/4] git: pass in repo for RUN_SETUP_GENTLY Remove the_repository global for am, annotate, apply, archive builtins - - - --- 2024-09-24 John Cai New
builtin: fix typos builtin: fix typos - - - --- 2024-09-24 Andrew Kreimer New
[2/2] config: fix evaluating "onbranch" with nonexistent git dir config: fix evaluating "onbranch" with nonexistent git dir - - - --- 2024-09-24 Patrick Steinhardt New
[1/2] t1305: exercise edge cases of "onbranch" includes config: fix evaluating "onbranch" with nonexistent git dir - - - --- 2024-09-24 Patrick Steinhardt New
[v5,3/3] doc: apply synopsis simplification on git-clone and git-init doc: introducing synopsis para - - - --- 2024-09-24 Jean-Noël Avila New
[v5,2/3] doc: update the guidelines to reflect the current formatting rules doc: introducing synopsis para - - - --- 2024-09-24 Jean-Noël Avila New
[v5,1/3] doc: introduce a synopsis typesetting doc: introducing synopsis para - - - --- 2024-09-24 Jean-Noël Avila New
[v2,22/22] reftable: handle trivial allocation failures reftable: handle allocation errors - - - --- 2024-09-24 Patrick Steinhardt New
[v2,21/22] reftable/tree: handle allocation failures reftable: handle allocation errors - - - --- 2024-09-24 Patrick Steinhardt New
[v2,20/22] reftable/pq: handle allocation failures when adding entries reftable: handle allocation errors - - - --- 2024-09-24 Patrick Steinhardt New
[v2,19/22] reftable/block: handle allocation failures reftable: handle allocation errors - - - --- 2024-09-24 Patrick Steinhardt New
[v2,18/22] reftable/blocksource: handle allocation failures reftable: handle allocation errors - - - --- 2024-09-24 Patrick Steinhardt New
[v2,17/22] reftable/iter: handle allocation failures when creating indexed table iter reftable: handle allocation errors - - - --- 2024-09-24 Patrick Steinhardt New
[v2,16/22] reftable/stack: handle allocation failures in auto compaction reftable: handle allocation errors - - - --- 2024-09-24 Patrick Steinhardt New
[v2,15/22] reftable/stack: handle allocation failures in `stack_compact_range()` reftable: handle allocation errors - - - --- 2024-09-24 Patrick Steinhardt New
[v2,14/22] reftable/stack: handle allocation failures in `reftable_new_stack()` reftable: handle allocation errors - - - --- 2024-09-24 Patrick Steinhardt New
[v2,13/22] reftable/stack: handle allocation failures on reload reftable: handle allocation errors - - - --- 2024-09-24 Patrick Steinhardt New
[v2,12/22] reftable/reader: handle allocation failures in `reader_init_iter()` reftable: handle allocation errors - - - --- 2024-09-24 Patrick Steinhardt New
[v2,11/22] reftable/reader: handle allocation failures for unindexed reader reftable: handle allocation errors - - - --- 2024-09-24 Patrick Steinhardt New
[v2,10/22] reftable/merged: handle allocation failures in `merged_table_init_iter()` reftable: handle allocation errors - - - --- 2024-09-24 Patrick Steinhardt New
[v2,09/22] reftable/writer: handle allocation failures in `reftable_new_writer()` reftable: handle allocation errors - - - --- 2024-09-24 Patrick Steinhardt New
[v2,08/22] reftable/writer: handle allocation failures in `writer_index_hash()` reftable: handle allocation errors - - - --- 2024-09-24 Patrick Steinhardt New
[v2,07/22] reftable/record: handle allocation failures when decoding records reftable: handle allocation errors - - - --- 2024-09-24 Patrick Steinhardt New
[v2,06/22] reftable/record: handle allocation failures on copy reftable: handle allocation errors - - - --- 2024-09-24 Patrick Steinhardt New
[v2,05/22] reftable/basics: handle allocation failures in `parse_names()` reftable: handle allocation errors - - - --- 2024-09-24 Patrick Steinhardt New
[v2,04/22] reftable/basics: handle allocation failures in `reftable_calloc()` reftable: handle allocation errors - - - --- 2024-09-24 Patrick Steinhardt New
[v2,03/22] reftable: introduce `reftable_strdup()` reftable: handle allocation errors - - - --- 2024-09-24 Patrick Steinhardt New
[v2,02/22] reftable/basics: merge "publicbasics" into "basics" reftable: handle allocation errors - - - --- 2024-09-24 Patrick Steinhardt New
[v2,01/22] reftable/error: introduce out-of-memory error code reftable: handle allocation errors - - - --- 2024-09-24 Patrick Steinhardt New
[v4,3/3] refs/reftable: reload locked stack when preparing transaction reftable: graceful concurrent writes - - - --- 2024-09-24 Patrick Steinhardt New
[v4,2/3] reftable/stack: allow locking of outdated stacks reftable: graceful concurrent writes - - - --- 2024-09-24 Patrick Steinhardt New
[v4,1/3] refs/reftable: introduce "reftable.lockTimeout" reftable: graceful concurrent writes - - - --- 2024-09-24 Patrick Steinhardt New
send-email: document --mailmap and associated configuration send-email: document --mailmap and associated configuration - - - --- 2024-09-23 Jacob Keller New
sparse-checkout: disable advice in 'disable' sparse-checkout: disable advice in 'disable' - - - --- 2024-09-23 Derrick Stolee New
[v2,5/5] ls-remote: leakfix for not clearing server_options Support server option from configuration - - - --- 2024-09-23 Xing Xin New
[v2,4/5] fetch: respect --server-option when fetching multiple remotes Support server option from configuration - - - --- 2024-09-23 Xing Xin New
[v2,3/5] transport.c::handshake: make use of server options from remote Support server option from configuration - - - --- 2024-09-23 Xing Xin New
[v2,2/5] remote: introduce remote.<name>.serverOption configuration Support server option from configuration - - - --- 2024-09-23 Xing Xin New
[v2,1/5] transport: introduce parse_transport_option() method Support server option from configuration - - - --- 2024-09-23 Xing Xin New
[v2,2/2] Documentation: fix typos [v2,1/2] Documentation/config: fix typos - - - --- 2024-09-23 Andrew Kreimer New
[v2,1/2] Documentation/config: fix typos [v2,1/2] Documentation/config: fix typos - - - --- 2024-09-23 Andrew Kreimer New
worktree: repair copied repository and linked worktrees worktree: repair copied repository and linked worktrees - - - --- 2024-09-23 Eric Sunshine New
commit-graph: remove unnecessary UNLEAK commit-graph: remove unnecessary UNLEAK - - - --- 2024-09-22 René Scharfe New
doc/git-format-patch: link git-apply doc/git-format-patch: link git-apply - - - --- 2024-09-22 Alexander Ziaee New
archive: load index before pathspec checks archive: load index before pathspec checks - - - --- 2024-09-21 René Scharfe New
[2/2] rebase-merges: try and use branch names as labels rebase-merges: try and use branch names for labels - - - --- 2024-09-21 Nicolas Guichard New
[1/2] sequencer.c: extract load_branch_decorations rebase-merges: try and use branch names for labels - - - --- 2024-09-21 Nicolas Guichard New
diff: report modified binary files as changes in builtin_diff() diff: report modified binary files as changes in builtin_diff() - - - --- 2024-09-21 René Scharfe New
am: fix condition check on fseek am: fix condition check on fseek - - - --- 2024-09-21 Ruffalo Lavoisier New
[v2] submodule status: propagate SIGPIPE [v2] submodule status: propagate SIGPIPE - - - --- 2024-09-21 Phillip Wood New
merge-ort: fix a crash in process_renames merge-ort: fix a crash in process_renames - - - --- 2024-09-21 Dmitry Goncharov New
builtin/worktree: support relative paths for worktrees builtin/worktree: support relative paths for worktrees - - - --- 2024-09-21 John Cai via GitGitGadget New
[v2] ci: update FreeBSD image to 13.4 [v2] ci: update FreeBSD image to 13.4 - - - --- 2024-09-20 Carlo Marcelo Arenas Belón Accepted
[PULL] refs/notes/amlog from git/git [PULL] refs/notes/amlog from git/git - - - --- 2024-09-20 Kristoffer Haugsbakk New
submodule status: propagate SIGPIPE submodule status: propagate SIGPIPE - - - --- 2024-09-20 Phillip Wood Superseded
[3/3] Documentation: fix typos [1/3] Documentation/technical: fix a typo - - - --- 2024-09-20 Andrew Kreimer New
[2/3] Documentation/config: fix typos [1/3] Documentation/technical: fix a typo - - - --- 2024-09-20 Andrew Kreimer New
[1/3] Documentation/technical: fix a typo [1/3] Documentation/technical: fix a typo - - - --- 2024-09-20 Andrew Kreimer New
ci: update FreeBSD image to 13.4 ci: update FreeBSD image to 13.4 - - - --- 2024-09-20 Carlo Marcelo Arenas Belón Superseded
[3/3] scalar: configure maintenance during 'reconfigure' maintenance: configure credentials to be silent - - - --- 2024-09-20 Derrick Stolee New
[2/3] maintenance: add custom config to background jobs maintenance: configure credentials to be silent - - - --- 2024-09-20 Derrick Stolee New
[1/3] credential: add new interactive config option maintenance: configure credentials to be silent - - - --- 2024-09-20 Derrick Stolee New
[2/2] fetch-pack.c: do not declare local commits as "have" in partial repos revision: fix reachable objects being gc'ed in no blob clone repo - - - --- 2024-09-19 Calvin Wan New
[1/2] packfile: split promisor objects oidset into two [1/2] packfile: split promisor objects oidset into two - - - --- 2024-09-19 Calvin Wan New
BreakingChanges: early adopter option BreakingChanges: early adopter option - - - --- 2024-09-19 Junio C Hamano New
[20/20] upload-pack: fix a typo Fix typos - - - --- 2024-09-19 Andrew Kreimer Accepted
[19/20] sideband: fix a typo Fix typos - - - --- 2024-09-19 Andrew Kreimer Accepted
[18/20] setup: fix a typo Fix typos - - - --- 2024-09-19 Andrew Kreimer Accepted
[17/20] run-command: fix a typo Fix typos - - - --- 2024-09-19 Andrew Kreimer Accepted
[16/20] revision: fix a typo Fix typos - - - --- 2024-09-19 Andrew Kreimer Accepted
[15/20] refs: fix typos Fix typos - - - --- 2024-09-19 Andrew Kreimer Accepted
[14/20] ref-filter: fix a typo Fix typos - - - --- 2024-09-19 Andrew Kreimer Accepted
[13/20] rebase: fix a typo Fix typos - - - --- 2024-09-19 Andrew Kreimer Accepted
[12/20] read-cache-ll: fix a typo Fix typos - - - --- 2024-09-19 Andrew Kreimer Accepted
[11/20] pretty: fix a typo Fix typos - - - --- 2024-09-19 Andrew Kreimer Accepted
[10/20] object-file: fix a typo Fix typos - - - --- 2024-09-19 Andrew Kreimer Accepted
[09/20] merge-ort: fix typos Fix typos - - - --- 2024-09-19 Andrew Kreimer Accepted
[08/20] merge-ll: fix a typo Fix typos - - - --- 2024-09-19 Andrew Kreimer Accepted
[07/20] http: fix a typo Fix typos - - - --- 2024-09-19 Andrew Kreimer Accepted
[06/20] gpg-interface: fix a typo Fix typos - - - --- 2024-09-19 Andrew Kreimer Accepted
[05/20] git-p4: fix typos Fix typos - - - --- 2024-09-19 Andrew Kreimer Accepted
[04/20] git-instaweb: fix a typo Fix typos - - - --- 2024-09-19 Andrew Kreimer Accepted
[03/20] fsmonitor-settings: fix a typo Fix typos - - - --- 2024-09-19 Andrew Kreimer Accepted
[02/20] diffcore-rename: fix typos Fix typos - - - --- 2024-09-19 Andrew Kreimer Accepted
[01/20] config.mak.dev: fix a typo Fix typos - - - --- 2024-09-19 Andrew Kreimer Accepted
[v3,2/2] fetch: set remote/HEAD if it does not exist fetch: set remote/HEAD if missing - - - --- 2024-09-19 Bence Ferdinandy New
[v3,1/2] update_symref: add REF_CREATE_ONLY option fetch: set remote/HEAD if missing - - - --- 2024-09-19 Bence Ferdinandy New
[v3] remote: introduce config to set prefetch refs [v3] remote: introduce config to set prefetch refs - - - --- 2024-09-19 Shubham Kanodia New
[4/4] refs: remove the last remnants of core.preferSymlinkRefs deprecating core.preferSymlinkRefs - - - --- 2024-09-18 Junio C Hamano New
« 1 2 3 4467 468 »