Show patches with: Archived = No       |   19564 patches
« 1 2 ... 80 81 82195 196 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v3,02/26] submodule--helper: stop conflating "sb" in clone_submodule() submodule--helper: fix memory leaks - - - --- 2022-07-21 Ævar Arnfjörð Bjarmason Superseded
[v3,01/26] submodule--helper: replace memset() with { 0 }-initialization submodule--helper: fix memory leaks - - - --- 2022-07-21 Ævar Arnfjörð Bjarmason Superseded
[v5,9/9] docs: move multi-pack-index docs to man section 5 docs: create & use "(user|developer) interfaces" categories - - - --- 2022-07-21 Ævar Arnfjörð Bjarmason Superseded
[v5,8/9] docs: move http-protocol docs to man section 5 docs: create & use "(user|developer) interfaces" categories - - - --- 2022-07-21 Ævar Arnfjörð Bjarmason Superseded
[v5,7/9] docs: move pack format docs to man section 5 docs: create & use "(user|developer) interfaces" categories - - - --- 2022-07-21 Ævar Arnfjörð Bjarmason Superseded
[v5,6/9] docs: move protocol-related docs to man section 5 docs: create & use "(user|developer) interfaces" categories - - - --- 2022-07-21 Ævar Arnfjörð Bjarmason Superseded
[v5,5/9] docs: move commit-graph format docs to man section 5 docs: create & use "(user|developer) interfaces" categories - - - --- 2022-07-21 Ævar Arnfjörð Bjarmason Superseded
[v5,4/9] git docs: add a category for file formats, protocols and interfaces docs: create & use "(user|developer) interfaces" categories - - - --- 2022-07-21 Ævar Arnfjörð Bjarmason Superseded
[v5,3/9] git docs: add a category for user-facing file, repo and command UX docs: create & use "(user|developer) interfaces" categories - - - --- 2022-07-21 Ævar Arnfjörð Bjarmason Superseded
[v5,2/9] git help doc: use "<doc>" instead of "<guide>" docs: create & use "(user|developer) interfaces" categories - - - --- 2022-07-21 Ævar Arnfjörð Bjarmason Superseded
[v5,1/9] help.c: BUG() out if "help --guides" can't remove "git" prefixes docs: create & use "(user|developer) interfaces" categories - - - --- 2022-07-21 Ævar Arnfjörð Bjarmason Superseded
[2/2] tr2: shows scope unconditionally in addition to key-value pair tr2: shows the scope unconditionally with config - - - --- 2022-07-21 Teng Long Superseded
[1/2] api-trace2.txt: print config key-value pair tr2: shows the scope unconditionally with config - - - --- 2022-07-21 Teng Long Superseded
[v3,2/2] git-p4: refactoring of p4CmdList() git-p4: Fix bug with encoding of P4 client name - - - --- 2022-07-21 Kilian Kilger Accepted
[v3,1/2] git-p4: fix bug with encoding of p4 client name git-p4: Fix bug with encoding of P4 client name - 1 - --- 2022-07-21 Kilian Kilger Accepted
[v8,6/6] pack-bitmap.c: continue looping when first MIDX bitmap is found pack-bitmap.c: optimize error messages - - - --- 2022-07-21 Teng Long Accepted
[v8,5/6] pack-bitmap.c: using error() instead of silently returning -1 pack-bitmap.c: optimize error messages - - - --- 2022-07-21 Teng Long Accepted
[v8,4/6] pack-bitmap.c: do not ignore error when opening a bitmap file pack-bitmap.c: optimize error messages - - - --- 2022-07-21 Teng Long Accepted
[v8,3/6] pack-bitmap.c: rename "idx_name" to "bitmap_name" pack-bitmap.c: optimize error messages - - - --- 2022-07-21 Teng Long Accepted
[v8,2/6] pack-bitmap.c: mark more strings for translations pack-bitmap.c: optimize error messages - - - --- 2022-07-21 Teng Long Accepted
[v8,1/6] pack-bitmap.c: fix formatting of error messages pack-bitmap.c: optimize error messages - - - --- 2022-07-21 Teng Long Accepted
[v3,7/7] merge: do not exit restore_state() prematurely Fix merge restore state - - - --- 2022-07-21 Elijah Newren Superseded
[v3,6/7] merge: ensure we can actually restore pre-merge state Fix merge restore state - - - --- 2022-07-21 Elijah Newren Superseded
[v3,5/7] merge: make restore_state() restore staged state too Fix merge restore state - - - --- 2022-07-21 Elijah Newren Superseded
[v3,4/7] merge: fix save_state() to work when there are stat-dirty files Fix merge restore state - - - --- 2022-07-21 Elijah Newren Superseded
[v3,3/7] merge: do not abort early if one strategy fails to handle the merge Fix merge restore state - - - --- 2022-07-21 Elijah Newren Superseded
[v3,2/7] merge-resolve: abort if index does not match HEAD Fix merge restore state - - - --- 2022-07-21 Elijah Newren Superseded
[v3,1/7] merge-ort-wrappers: make printed message match the one from recursive Fix merge restore state - - - --- 2022-07-21 Elijah Newren Superseded
string_list: use the right kind of STRING_LIST_INIT string_list: use the right kind of STRING_LIST_INIT - - - --- 2022-07-21 Junio C Hamano Accepted
[v2,14/14] CI: use "GIT_TEST_SANITIZE_LEAK_LOG=true" in linux-leaks leak test: add "check" test mode, mark leak-free tests - - - --- 2022-07-20 Ævar Arnfjörð Bjarmason Superseded
[v2,13/14] upload-pack: fix a memory leak in create_pack_file() leak test: add "check" test mode, mark leak-free tests - - - --- 2022-07-20 Ævar Arnfjörð Bjarmason Superseded
[v2,12/14] leak tests: mark passing SANITIZE=leak tests as leak-free leak test: add "check" test mode, mark leak-free tests - - - --- 2022-07-20 Ævar Arnfjörð Bjarmason Superseded
[v2,11/14] test-lib: have the "check" mode for SANITIZE=leak consider leak logs leak test: add "check" test mode, mark leak-free tests - - - --- 2022-07-20 Ævar Arnfjörð Bjarmason Superseded
[v2,10/14] test-lib: add a GIT_TEST_PASSING_SANITIZE_LEAK=check mode leak test: add "check" test mode, mark leak-free tests - - - --- 2022-07-20 Ævar Arnfjörð Bjarmason Superseded
[v2,09/14] test-lib: simplify by removing test_external leak test: add "check" test mode, mark leak-free tests - - - --- 2022-07-20 Ævar Arnfjörð Bjarmason Superseded
[v2,08/14] tests: move copy/pasted PERL + Test::More checks to a lib-perl.sh leak test: add "check" test mode, mark leak-free tests - - - --- 2022-07-20 Ævar Arnfjörð Bjarmason Superseded
[v2,07/14] t/Makefile: don't remove test-results in "clean-except-prove-cache" leak test: add "check" test mode, mark leak-free tests - - - --- 2022-07-20 Ævar Arnfjörð Bjarmason Superseded
[v2,06/14] test-lib: add a SANITIZE=leak logging mode leak test: add "check" test mode, mark leak-free tests - - - --- 2022-07-20 Ævar Arnfjörð Bjarmason Superseded
[v2,05/14] t/README: reword the "GIT_TEST_PASSING_SANITIZE_LEAK" description leak test: add "check" test mode, mark leak-free tests - - - --- 2022-07-20 Ævar Arnfjörð Bjarmason Superseded
[v2,04/14] test-lib: add a --invert-exit-code switch leak test: add "check" test mode, mark leak-free tests - - - --- 2022-07-20 Ævar Arnfjörð Bjarmason Superseded
[v2,03/14] test-lib: fix GIT_EXIT_OK logic errors, use BAIL_OUT leak test: add "check" test mode, mark leak-free tests - - - --- 2022-07-20 Ævar Arnfjörð Bjarmason Superseded
[v2,02/14] test-lib: don't set GIT_EXIT_OK before calling test_atexit_handler leak test: add "check" test mode, mark leak-free tests - - - --- 2022-07-20 Ævar Arnfjörð Bjarmason Superseded
[v2,01/14] test-lib: use $1, not $@ in test_known_broken_{ok,failure}_ leak test: add "check" test mode, mark leak-free tests - - - --- 2022-07-20 Ævar Arnfjörð Bjarmason Superseded
[v2,2/2] git-p4: fix error handling in P4Unshelve.renameBranch() git-p4: fix two undefined variables - - - --- 2022-07-20 Baumann, Moritz Accepted
[v2,1/2] git-p4: fix typo in P4Submit.applyCommit() git-p4: fix two undefined variables - - - --- 2022-07-20 Baumann, Moritz Accepted
[v2] git-p4: fix CR LF handling for utf16 files [v2] git-p4: fix CR LF handling for utf16 files - - - --- 2022-07-20 Baumann, Moritz Accepted
[v8] ls-files: introduce "--format" option [v8] ls-files: introduce "--format" option - - - --- 2022-07-20 ZheNing Hu Superseded
[v4,6/6] bitmap-lookup-table: add performance tests for lookup table bitmap: integrate a lookup table extension to the bitmap format - - - --- 2022-07-20 Abhradeep Chakraborty Superseded
[v4,5/6] p5310-pack-bitmaps.sh: enable `pack.writeReverseIndex` bitmap: integrate a lookup table extension to the bitmap format - - - --- 2022-07-20 Abhradeep Chakraborty Superseded
[v4,4/6] pack-bitmap: prepare to read lookup table extension bitmap: integrate a lookup table extension to the bitmap format - - - --- 2022-07-20 Abhradeep Chakraborty Superseded
[v4,3/6] pack-bitmap-write: learn pack.writeBitmapLookupTable and add tests bitmap: integrate a lookup table extension to the bitmap format - - - --- 2022-07-20 Abhradeep Chakraborty Superseded
[v4,2/6] pack-bitmap-write.c: write lookup table extension bitmap: integrate a lookup table extension to the bitmap format - - - --- 2022-07-20 Abhradeep Chakraborty Superseded
[v4,1/6] Documentation/technical: describe bitmap lookup table extension bitmap: integrate a lookup table extension to the bitmap format - - - --- 2022-07-20 Abhradeep Chakraborty Superseded
[2/2] git-p4: fix error handling in P4Unshelve.renameBranch() git-p4: fix two undefined variables - - - --- 2022-07-20 Baumann, Moritz Accepted
[1/2] git-p4: fix typo in P4Submit.applyCommit() git-p4: fix two undefined variables - - - --- 2022-07-20 Baumann, Moritz Accepted
git-p4: fix crlf handling for utf16 files on Windows git-p4: fix crlf handling for utf16 files on Windows - - - --- 2022-07-20 Baumann, Moritz Accepted
[10/10] log tests: don't use "exit 1" outside a sub-shell leak test: add "check" test mode, mark leak-free tests - - - --- 2022-07-19 Ævar Arnfjörð Bjarmason Superseded
[09/10] leak tests: mark passing SANITIZE=leak tests as leak-free leak test: add "check" test mode, mark leak-free tests - - - --- 2022-07-19 Ævar Arnfjörð Bjarmason Superseded
[08/10] test-lib: have the "check" mode for SANITIZE=leak consider leak logs leak test: add "check" test mode, mark leak-free tests - - - --- 2022-07-19 Ævar Arnfjörð Bjarmason Superseded
[07/10] test-lib.sh: add a GIT_TEST_PASSING_SANITIZE_LEAK=check mode leak test: add "check" test mode, mark leak-free tests - - - --- 2022-07-19 Ævar Arnfjörð Bjarmason Superseded
[06/10] test-lib: add a SANITIZE=leak logging mode leak test: add "check" test mode, mark leak-free tests - - - --- 2022-07-19 Ævar Arnfjörð Bjarmason Superseded
[05/10] t/README: reword the "GIT_TEST_PASSING_SANITIZE_LEAK" description leak test: add "check" test mode, mark leak-free tests - - - --- 2022-07-19 Ævar Arnfjörð Bjarmason Superseded
[04/10] test-lib.sh: add a --invert-exit-code switch leak test: add "check" test mode, mark leak-free tests - - - --- 2022-07-19 Ævar Arnfjörð Bjarmason Superseded
[03/10] test-lib.sh: fix GIT_EXIT_OK logic errors, use BAIL_OUT leak test: add "check" test mode, mark leak-free tests - - - --- 2022-07-19 Ævar Arnfjörð Bjarmason Superseded
[02/10] test-lib.sh: don't set GIT_EXIT_OK before calling test_atexit_handler leak test: add "check" test mode, mark leak-free tests - - - --- 2022-07-19 Ævar Arnfjörð Bjarmason Superseded
[01/10] test-lib.sh: use $1, not $@ in test_known_broken_{ok,failure}_ leak test: add "check" test mode, mark leak-free tests - - - --- 2022-07-19 Ævar Arnfjörð Bjarmason Superseded
[v2,24/24] submodule--helper: fix a configure_added_submodule() leak submodule--helper: fix memory leaks - - - --- 2022-07-19 Ævar Arnfjörð Bjarmason Superseded
[v2,23/24] submodule--helper: fix bad config API usage submodule--helper: fix memory leaks - - - --- 2022-07-19 Ævar Arnfjörð Bjarmason Superseded
[v2,22/24] submodule--helper: free rest of "displaypath" in "struct update_data" submodule--helper: fix memory leaks - - - --- 2022-07-19 Ævar Arnfjörð Bjarmason Superseded
[v2,21/24] submodule--helper: don't exit() on failure, return submodule--helper: fix memory leaks - - - --- 2022-07-19 Ævar Arnfjörð Bjarmason Superseded
[v2,20/24] submodule--helper: add skeleton "goto cleanup" to update_submodule() submodule--helper: fix memory leaks - - - --- 2022-07-19 Ævar Arnfjörð Bjarmason Superseded
[v2,19/24] submodule--helper: rename "int res" to "int ret" submodule--helper: fix memory leaks - - - --- 2022-07-19 Ævar Arnfjörð Bjarmason Superseded
[v2,18/24] submodule--helper: free some "displaypath" in "struct update_data" submodule--helper: fix memory leaks - - - --- 2022-07-19 Ævar Arnfjörð Bjarmason Superseded
[v2,17/24] submodule--helper: fix a memory leak in print_status() submodule--helper: fix memory leaks - - - --- 2022-07-19 Ævar Arnfjörð Bjarmason Superseded
[v2,16/24] submodule--helper: fix a leak in module_add() submodule--helper: fix memory leaks - - - --- 2022-07-19 Ævar Arnfjörð Bjarmason Superseded
[v2,15/24] submodule--helper: fix obscure leak in module_add() submodule--helper: fix memory leaks - - - --- 2022-07-19 Ævar Arnfjörð Bjarmason Superseded
[v2,14/24] submodule--helper: fix "reference" leak is "module_clone_data" submodule--helper: fix memory leaks - - - --- 2022-07-19 Ævar Arnfjörð Bjarmason Superseded
[v2,13/24] submodule--helper: fix a memory leak in get_default_remote_submodule() submodule--helper: fix memory leaks - - - --- 2022-07-19 Ævar Arnfjörð Bjarmason Superseded
[v2,12/24] submodule--helper: fix a leak with repo_clear() submodule--helper: fix memory leaks - - - --- 2022-07-19 Ævar Arnfjörð Bjarmason Superseded
[v2,11/24] submodule--helper: fix "sm_path" and other "module_cb_list" leaks submodule--helper: fix memory leaks - - - --- 2022-07-19 Ævar Arnfjörð Bjarmason Superseded
[v2,10/24] submodule--helper: fix "errmsg_str" memory leak submodule--helper: fix memory leaks - - - --- 2022-07-19 Ævar Arnfjörð Bjarmason Superseded
[v2,09/24] submodule--helper: refactor "errmsg_str" to be a "struct strbuf" submodule--helper: fix memory leaks - - - --- 2022-07-19 Ævar Arnfjörð Bjarmason Superseded
[v2,08/24] submodule--helper: add and use *_release() functions submodule--helper: fix memory leaks - - - --- 2022-07-19 Ævar Arnfjörð Bjarmason Superseded
[v2,07/24] submodule--helper: add "const" to copy of "update_data" submodule--helper: fix memory leaks - - - --- 2022-07-19 Ævar Arnfjörð Bjarmason Superseded
[v2,06/24] submodule--helper: don't leak {run,capture}_command() cp.dir argument submodule--helper: fix memory leaks - - - --- 2022-07-19 Ævar Arnfjörð Bjarmason Superseded
[v2,05/24] submodule--helper: "struct pathspec" memory leak in module_update() submodule--helper: fix memory leaks - - - --- 2022-07-19 Ævar Arnfjörð Bjarmason Superseded
[v2,04/24] submodule--helper: fix most "struct pathspec" memory leaks submodule--helper: fix memory leaks - - - --- 2022-07-19 Ævar Arnfjörð Bjarmason Superseded
[v2,03/24] submodule--helper: fix trivial get_default_remote_submodule() leak submodule--helper: fix memory leaks - - - --- 2022-07-19 Ævar Arnfjörð Bjarmason Superseded
[v2,02/24] submodule--helper: fix a leak in "clone_submodule" submodule--helper: fix memory leaks - - - --- 2022-07-19 Ævar Arnfjörð Bjarmason Superseded
[v2,01/24] submodule--helper: replace memset() with { 0 }-initialization submodule--helper: fix memory leaks - - - --- 2022-07-19 Ævar Arnfjörð Bjarmason Superseded
compat/win32: correct for incorrect compiler warning compat/win32: correct for incorrect compiler warning - - - --- 2022-07-19 Derrick Stolee Accepted
[v5,12/12] sequencer: notify user of --update-refs activity rebase: update branches in multi-part topic - - - --- 2022-07-19 Derrick Stolee Accepted
[v5,11/12] sequencer: ignore HEAD ref under --update-refs rebase: update branches in multi-part topic - - - --- 2022-07-19 Derrick Stolee Accepted
[v5,10/12] rebase: add rebase.updateRefs config option rebase: update branches in multi-part topic - - - --- 2022-07-19 Derrick Stolee Accepted
[v5,09/12] sequencer: rewrite update-refs as user edits todo list rebase: update branches in multi-part topic - - - --- 2022-07-19 Derrick Stolee Accepted
[v5,08/12] rebase: update refs from 'update-ref' commands rebase: update branches in multi-part topic - - - --- 2022-07-19 Derrick Stolee Accepted
[v5,07/12] rebase: add --update-refs option rebase: update branches in multi-part topic - - - --- 2022-07-19 Derrick Stolee Accepted
[v5,06/12] sequencer: add update-ref command rebase: update branches in multi-part topic - - - --- 2022-07-19 Derrick Stolee Accepted
[v5,05/12] sequencer: define array with enum values rebase: update branches in multi-part topic - - - --- 2022-07-19 Derrick Stolee Accepted
[v5,04/12] rebase-interactive: update 'merge' description rebase: update branches in multi-part topic - - - --- 2022-07-19 Derrick Stolee Accepted
« 1 2 ... 80 81 82195 196 »