Show patches with: Archived = No       |   19652 patches
« 1 2 ... 128 129 130196 197 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[1/2] git.txt: fix typo doc-diff fixes on maint - - - --- 2021-10-24 Martin Ågren Accepted
config.txt: fix typo config.txt: fix typo - - - --- 2021-10-24 Martin Ågren Accepted
command-list.txt: remove 'sparse-index' from main help command-list.txt: remove 'sparse-index' from main help - - - --- 2021-10-24 SZEDER Gábor Accepted
http-backend: remove a duplicated code branch http-backend: remove a duplicated code branch - - - --- 2021-10-24 Robin Dupret Accepted
[7/6] userdiff-cpp: back out the digit-separators in numbers Fun with cpp word regex - - - --- 2021-10-24 Johannes Sixt Accepted
[3/3] pretty: add abbrev option to %(describe) Add some more options to the pretty-formats - - - --- 2021-10-24 Eli Schwartz Superseded
[2/3] pretty: add tag option to %(describe) Add some more options to the pretty-formats - - - --- 2021-10-24 Eli Schwartz Superseded
[1/3] pretty.c: rename describe options variable to more descriptive name Add some more options to the pretty-formats - - - --- 2021-10-24 Eli Schwartz Superseded
Re* Contradicting man page for git branch copy Re* Contradicting man page for git branch copy - - - --- 2021-10-23 Junio C Hamano Accepted
[v3,1/1] submodule--helper: fix incorrect newlines in an error message submodule: correct an incorrectly formatted error message - - - --- 2021-10-23 Kaartic Sivaraam Accepted
[6/6] ssh signing: fmt-merge-msg/check_signature with tag date ssh signing: verify key lifetime - - - --- 2021-10-22 Fabian Stelzer Superseded
[5/6] ssh signing: verify-tag/check_signature with tag date ssh signing: verify key lifetime - - - --- 2021-10-22 Fabian Stelzer Superseded
[4/6] ssh signing: git log/check_signature with commit date ssh signing: verify key lifetime - - - --- 2021-10-22 Fabian Stelzer Superseded
[3/6] ssh signing: verify-commit/check_signature with commit date ssh signing: verify key lifetime - - - --- 2021-10-22 Fabian Stelzer Superseded
[2/6] ssh signing: add key lifetime test prereqs ssh signing: verify key lifetime - - - --- 2021-10-22 Fabian Stelzer Superseded
[1/6] ssh signing: extend check_signature to accept payload metadata ssh signing: verify key lifetime - - - --- 2021-10-22 Fabian Stelzer Superseded
[v2,6/6] reflog: free() ref given to us by dwim_log() leaks: miscellaneous small leak fixes - - - --- 2021-10-22 Ævar Arnfjörð Bjarmason Accepted
[v2,5/6] submodule--helper: fix small memory leaks leaks: miscellaneous small leak fixes - - - --- 2021-10-22 Ævar Arnfjörð Bjarmason Accepted
[v2,4/6] clone: fix a memory leak of the "git_dir" variable leaks: miscellaneous small leak fixes - - - --- 2021-10-22 Ævar Arnfjörð Bjarmason Accepted
[v2,3/6] grep: fix a "path_list" memory leak leaks: miscellaneous small leak fixes - - - --- 2021-10-22 Ævar Arnfjörð Bjarmason Accepted
[v2,2/6] grep: use object_array_clear() in cmd_grep() leaks: miscellaneous small leak fixes - - - --- 2021-10-22 Ævar Arnfjörð Bjarmason Accepted
[v2,1/6] grep: prefer "struct grep_opt" over its "void *" equivalent leaks: miscellaneous small leak fixes - - - --- 2021-10-22 Ævar Arnfjörð Bjarmason Accepted
[v2,3/3] sparse-index: update do_read_index to ensure correct sparsity sparse-index: expand/collapse based on 'index.sparse' - - - --- 2021-10-21 Victoria Dye Superseded
[v2,2/3] sparse-index: add ensure_correct_sparsity function sparse-index: expand/collapse based on 'index.sparse' - - - --- 2021-10-21 Victoria Dye Superseded
[v2,1/3] test-read-cache.c: prepare_repo_settings after config init sparse-index: expand/collapse based on 'index.sparse' - - - --- 2021-10-21 Victoria Dye Superseded
[v2] checkout: fix "branch info" memory leaks [v2] checkout: fix "branch info" memory leaks - - - --- 2021-10-21 Ævar Arnfjörð Bjarmason Superseded
Makefile: remove redundant GIT-CFLAGS dependency from "sparse" Makefile: remove redundant GIT-CFLAGS dependency from "sparse" - - - --- 2021-10-21 Ævar Arnfjörð Bjarmason Accepted
[6/6] git-sh-setup: remove "sane_grep", it's not needed anymore Makefile: be less eager to re-build, *.sh code cleanups - - - --- 2021-10-21 Ævar Arnfjörð Bjarmason Accepted
[5/6] git-sh-setup: remove unused sane_egrep() function Makefile: be less eager to re-build, *.sh code cleanups - - - --- 2021-10-21 Ævar Arnfjörð Bjarmason Accepted
[4/6] git-instaweb: unconditionally assume that gitweb is mod_perl capable Makefile: be less eager to re-build, *.sh code cleanups - - - --- 2021-10-21 Ævar Arnfjörð Bjarmason Accepted
[3/6] Makefile: remove $(NO_CURL) from $(SCRIPT_DEFINES) Makefile: be less eager to re-build, *.sh code cleanups - - - --- 2021-10-21 Ævar Arnfjörð Bjarmason Accepted
[2/6] Makefile: remove $(GIT_VERSION) from $(SCRIPT_DEFINES) Makefile: be less eager to re-build, *.sh code cleanups - - - --- 2021-10-21 Ævar Arnfjörð Bjarmason Accepted
[1/6] Makefile: move git-SCRIPT-DEFINES adjacent to $(SCRIPT_DEFINES) Makefile: be less eager to re-build, *.sh code cleanups - - - --- 2021-10-21 Ævar Arnfjörð Bjarmason Accepted
[2/2] git-sh-setup: remove messaging supporting --preserve-merges remove code that's dead post-rebase --preserve-merges removal - - - --- 2021-10-21 Ævar Arnfjörð Bjarmason Accepted
[1/2] git-sh-i18n: remove unused eval_ngettext() remove code that's dead post-rebase --preserve-merges removal - - - --- 2021-10-21 Ævar Arnfjörð Bjarmason Accepted
[6/6] repack: stop leaking a "struct child_process" leaks: miscellaneous small leak fixes - - - --- 2021-10-21 Ævar Arnfjörð Bjarmason Superseded
[5/6] reflog: free() ref given to us by dwim_log() leaks: miscellaneous small leak fixes - - - --- 2021-10-21 Ævar Arnfjörð Bjarmason Superseded
[4/6] submodule--helper: fix small memory leaks leaks: miscellaneous small leak fixes - - - --- 2021-10-21 Ævar Arnfjörð Bjarmason Superseded
[3/6] clone: fix a memory leak of the "git_dir" variable leaks: miscellaneous small leak fixes - - - --- 2021-10-21 Ævar Arnfjörð Bjarmason Superseded
[2/6] grep: use object_array_clear() in cmd_grep() leaks: miscellaneous small leak fixes - - - --- 2021-10-21 Ævar Arnfjörð Bjarmason Superseded
[1/6] grep: prefer "struct grep_opt" over its "void *" leaks: miscellaneous small leak fixes - - - --- 2021-10-21 Ævar Arnfjörð Bjarmason Superseded
[11/11] t5319: UNLEAK() the remaining leaks midx: clean up t5319 under 'SANITIZE=leak' - - - --- 2021-10-21 Taylor Blau Superseded
[10/11] pack-bitmap-write.c: don't return without stop_progress() midx: clean up t5319 under 'SANITIZE=leak' - - - --- 2021-10-21 Taylor Blau Superseded
[09/11] pack-bitmap.c: more aggressively free in free_bitmap_index() midx: clean up t5319 under 'SANITIZE=leak' - - - --- 2021-10-21 Taylor Blau Superseded
[08/11] pack-bitmap.c: don't leak type-level bitmaps midx: clean up t5319 under 'SANITIZE=leak' - - - --- 2021-10-21 Taylor Blau Superseded
[07/11] pack-bitmap.c: avoid leaking via midx_bitmap_filename() midx: clean up t5319 under 'SANITIZE=leak' - - - --- 2021-10-21 Taylor Blau Superseded
[06/11] builtin/multi-pack-index.c: don't leak concatenated options midx: clean up t5319 under 'SANITIZE=leak' - - - --- 2021-10-21 Taylor Blau Superseded
[05/11] builtin/repack.c: avoid leaking child arguments midx: clean up t5319 under 'SANITIZE=leak' - - - --- 2021-10-21 Taylor Blau Superseded
[04/11] builtin/pack-objects.c: don't leak memory via arguments midx: clean up t5319 under 'SANITIZE=leak' - - - --- 2021-10-21 Taylor Blau Superseded
[03/11] t/helper/test-read-midx.c: free MIDX within read_midx_file() midx: clean up t5319 under 'SANITIZE=leak' - - - --- 2021-10-21 Taylor Blau Superseded
[02/11] midx.c: don't leak MIDX from verify_midx_file midx: clean up t5319 under 'SANITIZE=leak' - - - --- 2021-10-21 Taylor Blau Superseded
[01/11] midx.c: clean up chunkfile after reading the MIDX midx: clean up t5319 under 'SANITIZE=leak' - - - --- 2021-10-21 Taylor Blau Superseded
[3/3] branch: use ref_sorting_release() ref-filter: add a ref_sorting_release() - - - --- 2021-10-20 Ævar Arnfjörð Bjarmason Accepted
[2/3] ref-filter API user: add and use a ref_sorting_release() ref-filter: add a ref_sorting_release() - - - --- 2021-10-20 Ævar Arnfjörð Bjarmason Accepted
[1/3] tag: use a "goto cleanup" pattern, leak less memory ref-filter: add a ref_sorting_release() - - - --- 2021-10-20 Ævar Arnfjörð Bjarmason Accepted
[4/4] doc: add a FAQ entry about syncing working trees Additional FAQ entries - - - --- 2021-10-20 brian m. carlson Superseded
[3/4] gitfaq: give advice on using eol attribute in gitattributes Additional FAQ entries - - - --- 2021-10-20 brian m. carlson Superseded
[2/4] gitfaq: add documentation on proxies Additional FAQ entries - - - --- 2021-10-20 brian m. carlson Superseded
[1/4] gitfaq: add advice on monorepos Additional FAQ entries - - - --- 2021-10-20 brian m. carlson Superseded
[v3,13/13] run-command: remove old run_hook_{le,ve}() hook API hook.[ch]: new library to run hooks + simple hook conversion - - - --- 2021-10-19 Ævar Arnfjörð Bjarmason Superseded
[v3,12/13] receive-pack: convert push-to-checkout hook to hook.h hook.[ch]: new library to run hooks + simple hook conversion - - - --- 2021-10-19 Ævar Arnfjörð Bjarmason Superseded
[v3,11/13] read-cache: convert post-index-change to use hook.h hook.[ch]: new library to run hooks + simple hook conversion - - - --- 2021-10-19 Ævar Arnfjörð Bjarmason Superseded
[v3,10/13] commit: convert {pre-commit,prepare-commit-msg} hook to hook.h hook.[ch]: new library to run hooks + simple hook conversion - - - --- 2021-10-19 Ævar Arnfjörð Bjarmason Superseded
[v3,09/13] git-p4: use 'git hook' to run hooks hook.[ch]: new library to run hooks + simple hook conversion - - - --- 2021-10-19 Ævar Arnfjörð Bjarmason Superseded
[v3,08/13] send-email: use 'git hook run' for 'sendemail-validate' hook.[ch]: new library to run hooks + simple hook conversion - - - --- 2021-10-19 Ævar Arnfjörð Bjarmason Superseded
[v3,07/13] git hook run: add an --ignore-missing flag hook.[ch]: new library to run hooks + simple hook conversion - - - --- 2021-10-19 Ævar Arnfjörð Bjarmason Superseded
[v3,06/13] merge: convert post-merge to use hook.h hook.[ch]: new library to run hooks + simple hook conversion - - - --- 2021-10-19 Ævar Arnfjörð Bjarmason Superseded
[v3,05/13] hooks: convert 'post-checkout' hook to hook library hook.[ch]: new library to run hooks + simple hook conversion - - - --- 2021-10-19 Ævar Arnfjörð Bjarmason Superseded
[v3,04/13] am: convert applypatch to use hook.h hook.[ch]: new library to run hooks + simple hook conversion - - - --- 2021-10-19 Ævar Arnfjörð Bjarmason Superseded
[v3,03/13] rebase: convert pre-rebase to use hook.h hook.[ch]: new library to run hooks + simple hook conversion - - - --- 2021-10-19 Ævar Arnfjörð Bjarmason Superseded
[v3,02/13] gc: use hook library for pre-auto-gc hook hook.[ch]: new library to run hooks + simple hook conversion - - - --- 2021-10-19 Ævar Arnfjörð Bjarmason Superseded
[v3,01/13] hook: add 'run' subcommand hook.[ch]: new library to run hooks + simple hook conversion - - - --- 2021-10-19 Ævar Arnfjörð Bjarmason Superseded
[v3] fetch-pack: redact packfile urls in traces [v3] fetch-pack: redact packfile urls in traces - - - --- 2021-10-19 Ivan Frade Superseded
[v3,4/4] remote: add struct repository parameter to external functions remote: replace static variables with struct remote_state - - - --- 2021-10-19 Glen Choo Superseded
[v3,3/4] remote: remove the_repository->remote_state from static methods remote: replace static variables with struct remote_state - - - --- 2021-10-19 Glen Choo Superseded
[v3,2/4] remote: use remote_state parameter internally remote: replace static variables with struct remote_state - - - --- 2021-10-19 Glen Choo Superseded
[v3,1/4] remote: move static variables into per-repository struct remote: replace static variables with struct remote_state - - - --- 2021-10-19 Glen Choo Superseded
git config doc: fix recent ASCIIDOC formatting regresison git config doc: fix recent ASCIIDOC formatting regresison - - - --- 2021-10-19 Ævar Arnfjörð Bjarmason Accepted
[2/2] transport-helper: recognize "expecting report" error from send-pack handling REF_STATUS_EXPECTING_REPORT over http - - - --- 2021-10-18 Jeff King Accepted
[1/2] send-pack: complain about "expecting report" with --helper-status handling REF_STATUS_EXPECTING_REPORT over http - - - --- 2021-10-18 Jeff King Accepted
[2/2] gpg-interface: fix leak of strbufs in get_ssh_key_fingerprint() some leak fixes on fs/ssh-signing-fix - - - --- 2021-10-18 Jeff King Accepted
[1/2] gpg-interface: fix leak of "line" in parse_ssh_output() some leak fixes on fs/ssh-signing-fix - - - --- 2021-10-18 Jeff King Accepted
[v3] stash: implement '--staged' option for 'push' and 'save' [v3] stash: implement '--staged' option for 'push' and 'save' - - - --- 2021-10-18 Sergey Organov Superseded
[v3] archive: describe compression level option [v3] archive: describe compression level option - - - --- 2021-10-18 Bagas Sanjaya Superseded
[v2,21/21] refs API: post-migration API renaming [2/2] refs: stop having the API set "errno" - - - --- 2021-10-16 Ævar Arnfjörð Bjarmason Accepted
[v2,20/21] refs API: post-migration API renaming [1/2] refs: stop having the API set "errno" - - - --- 2021-10-16 Ævar Arnfjörð Bjarmason Accepted
[v2,19/21] refs API: don't expose "errno" in run_transaction_hook() refs: stop having the API set "errno" - - - --- 2021-10-16 Ævar Arnfjörð Bjarmason Accepted
[v2,18/21] refs API: make expand_ref() & repo_dwim_log() not set errno refs: stop having the API set "errno" - - - --- 2021-10-16 Ævar Arnfjörð Bjarmason Accepted
[v2,17/21] refs API: make resolve_ref_unsafe() not set errno refs: stop having the API set "errno" - - - --- 2021-10-16 Ævar Arnfjörð Bjarmason Accepted
[v2,16/21] refs API: make refs_ref_exists() not set errno refs: stop having the API set "errno" - - - --- 2021-10-16 Ævar Arnfjörð Bjarmason Accepted
[v2,15/21] refs API: make refs_resolve_refdup() not set errno refs: stop having the API set "errno" - - - --- 2021-10-16 Ævar Arnfjörð Bjarmason Accepted
[v2,14/21] refs tests: ignore ignore errno in test-ref-store helper refs: stop having the API set "errno" - - - --- 2021-10-16 Ævar Arnfjörð Bjarmason Accepted
[v2,13/21] refs API: ignore errno in worktree.c's find_shared_symref() refs: stop having the API set "errno" - - - --- 2021-10-16 Ævar Arnfjörð Bjarmason Accepted
[v2,12/21] refs API: ignore errno in worktree.c's add_head_info() refs: stop having the API set "errno" - - - --- 2021-10-16 Ævar Arnfjörð Bjarmason Accepted
[v2,11/21] refs API: make files_copy_or_rename_ref() et al not set errno refs: stop having the API set "errno" - - - --- 2021-10-16 Ævar Arnfjörð Bjarmason Accepted
[v2,10/21] refs API: make loose_fill_ref_dir() not set errno refs: stop having the API set "errno" - - - --- 2021-10-16 Ævar Arnfjörð Bjarmason Accepted
[v2,09/21] refs API: make resolve_gitlink_ref() not set errno refs: stop having the API set "errno" - - - --- 2021-10-16 Ævar Arnfjörð Bjarmason Accepted
[v2,08/21] refs API: remove refs_read_ref_full() wrapper refs: stop having the API set "errno" - - - --- 2021-10-16 Ævar Arnfjörð Bjarmason Accepted
[v2,07/21] refs/files: remove "name exist?" check in lock_ref_oid_basic() refs: stop having the API set "errno" - - - --- 2021-10-16 Ævar Arnfjörð Bjarmason Accepted
[v2,06/21] reflog tests: add --updateref tests refs: stop having the API set "errno" - - - --- 2021-10-16 Ævar Arnfjörð Bjarmason Accepted
« 1 2 ... 128 129 130196 197 »