Show patches with: Archived = No       |   19787 patches
« 1 2 ... 131 132 133197 198 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[10/20] refs API: make files_copy_or_rename_ref() et al not set errno refs: stop having the API set "errno" - - - --- 2021-10-14 Ævar Arnfjörð Bjarmason Superseded
[09/20] refs API: make loose_fill_ref_dir() not set errno refs: stop having the API set "errno" - - - --- 2021-10-14 Ævar Arnfjörð Bjarmason Superseded
[08/20] refs API: make resolve_gitlink_ref() not set errno refs: stop having the API set "errno" - - - --- 2021-10-14 Ævar Arnfjörð Bjarmason Superseded
[07/20] refs API: remove refs_read_ref_full() wrapper refs: stop having the API set "errno" - - - --- 2021-10-14 Ævar Arnfjörð Bjarmason Superseded
[06/20] refs/files: remove "name exist?" check in lock_ref_oid_basic() refs: stop having the API set "errno" - - - --- 2021-10-14 Ævar Arnfjörð Bjarmason Superseded
[05/20] refs API: make refs_rename_ref_available() static refs: stop having the API set "errno" - - - --- 2021-10-14 Ævar Arnfjörð Bjarmason Superseded
[04/20] refs API: make parse_loose_ref_contents() not set errno refs: stop having the API set "errno" - - - --- 2021-10-14 Ævar Arnfjörð Bjarmason Superseded
[03/20] refs API: make refs_read_raw_ref() not set errno refs: stop having the API set "errno" - - - --- 2021-10-14 Ævar Arnfjörð Bjarmason Superseded
[02/20] refs API: add a version of refs_resolve_ref_unsafe() with "errno" refs: stop having the API set "errno" - - - --- 2021-10-14 Ævar Arnfjörð Bjarmason Superseded
[01/20] branch tests: test for errno propagating on failing read refs: stop having the API set "errno" - - - --- 2021-10-14 Ævar Arnfjörð Bjarmason Superseded
[v3,10/10] progress.c: add & assert a "global_progress" variable progress: assert "global_progress" + test fixes / cleanup - 1 - --- 2021-10-13 Ævar Arnfjörð Bjarmason Superseded
[v3,09/10] various *.c: use isatty(1|2), not isatty(STDIN_FILENO|STDERR_FILENO) progress: assert "global_progress" + test fixes / cleanup - 1 - --- 2021-10-13 Ævar Arnfjörð Bjarmason Superseded
[v3,08/10] pack-bitmap-write.c: don't return without stop_progress() progress: assert "global_progress" + test fixes / cleanup - 1 - --- 2021-10-13 Ævar Arnfjörð Bjarmason Superseded
[v3,07/10] progress.c: add temporary variable from progress struct progress: assert "global_progress" + test fixes / cleanup - - - --- 2021-10-13 Ævar Arnfjörð Bjarmason Superseded
[v3,06/10] progress.c: call progress_interval() from progress_test_force_update() progress: assert "global_progress" + test fixes / cleanup - - - --- 2021-10-13 Ævar Arnfjörð Bjarmason Superseded
[v3,05/10] progress.c: move signal handler functions lower progress: assert "global_progress" + test fixes / cleanup - - - --- 2021-10-13 Ævar Arnfjörð Bjarmason Superseded
[v3,04/10] progress.c tests: test some invalid usage progress: assert "global_progress" + test fixes / cleanup - - - --- 2021-10-13 Ævar Arnfjörð Bjarmason Superseded
[v3,03/10] progress.c tests: make start/stop verbs on stdin progress: assert "global_progress" + test fixes / cleanup - - - --- 2021-10-13 Ævar Arnfjörð Bjarmason Superseded
[v3,02/10] progress.c test helper: add missing braces progress: assert "global_progress" + test fixes / cleanup - - - --- 2021-10-13 Ævar Arnfjörð Bjarmason Superseded
[v3,01/10] leak tests: fix a memory leaks in "test-progress" helper progress: assert "global_progress" + test fixes / cleanup - - - --- 2021-10-13 Ævar Arnfjörð Bjarmason Superseded
[v3,5/5] fsmonitor: update fsmonitor config documentation Builtin FSMonitor Part 2 - - - --- 2021-10-13 Jeff Hostetler Superseded
[v3,4/5] fsmonitor: use IPC to query the builtin FSMonitor daemon Builtin FSMonitor Part 2 - - - --- 2021-10-13 Jeff Hostetler Superseded
[v3,3/5] fsmonitor: config settings are repository-specific Builtin FSMonitor Part 2 - - - --- 2021-10-13 Jeff Hostetler Superseded
[v3,2/5] fsmonitor-ipc: create client routines for git-fsmonitor--daemon Builtin FSMonitor Part 2 - - - --- 2021-10-13 Jeff Hostetler Superseded
[v3,1/5] fsmonitor: enhance existing comments Builtin FSMonitor Part 2 - - - --- 2021-10-13 Jeff Hostetler Superseded
[v2,3/3] remote: add struct repository parameter to external functions remote: replace static variables with struct remote_state - - - --- 2021-10-13 Glen Choo Superseded
[v2,2/3] remote: use remote_state parameter internally remote: replace static variables with struct remote_state - - - --- 2021-10-13 Glen Choo Superseded
[v2,1/3] remote: move static variables into per-repository struct remote: replace static variables with struct remote_state - - - --- 2021-10-13 Glen Choo Superseded
[v3,3/3] sequencer: fix a memory leak in do_reset() unpack-trees: memory-leak fixes - - - --- 2021-10-13 Ævar Arnfjörð Bjarmason Accepted
[v3,2/3] sequencer: add a "goto cleanup" to do_reset() unpack-trees: memory-leak fixes - - - --- 2021-10-13 Ævar Arnfjörð Bjarmason Accepted
[v3,1/3] unpack-trees: don't leak memory in verify_clean_subdirectory() unpack-trees: memory-leak fixes - - - --- 2021-10-13 Ævar Arnfjörð Bjarmason Accepted
ci(windows): ensure that we do not pick up random executables ci(windows): ensure that we do not pick up random executables - - - --- 2021-10-13 Johannes Schindelin Accepted
Documentation: specify base point when generating MyFirstContribution patchset Documentation: specify base point when generating MyFirstContribution patchset - - - --- 2021-10-13 Bagas Sanjaya Superseded
[v2,2/2] ssh signing: clarify trustlevel usage in docs ssh signing: fix merging signed tags & docs - - - --- 2021-10-13 Fabian Stelzer Accepted
[v2,1/2] ssh signing: fmt-merge-msg tests & config parse ssh signing: fix merging signed tags & docs - - - --- 2021-10-13 Fabian Stelzer Accepted
doc: add bundle-format to TECH_DOCS doc: add bundle-format to TECH_DOCS - - - --- 2021-10-13 Todd Zullinger Accepted
mergetools/xxdiff: prevent segfaults from stopping difftool mergetools/xxdiff: prevent segfaults from stopping difftool - - - --- 2021-10-13 David Aguilar Accepted
[RFC,2/2] config: include file if remote URL matches a glob Conditional config includes based on remote URL - - - --- 2021-10-12 Jonathan Tan Superseded
[RFC,1/2] config: make git_config_include() static Conditional config includes based on remote URL - - - --- 2021-10-12 Jonathan Tan Superseded
urlmatch: add underscore to URL_HOST_CHARS urlmatch: add underscore to URL_HOST_CHARS - - - --- 2021-10-12 Jeff King Accepted
[v4,3/3] gc: perform incremental repack when implictly enabled Use default values from settings instead of config - - - --- 2021-10-12 Glen Choo Superseded
[v4,2/3] fsck: verify multi-pack-index when implictly enabled Use default values from settings instead of config - - - --- 2021-10-12 Glen Choo Superseded
[v4,1/3] fsck: verify commit graph when implicitly enabled Use default values from settings instead of config - - - --- 2021-10-12 Glen Choo Superseded
[v2,9/9] leak tests: mark some misc tests as passing with SANITIZE=leak leak tests: mark more tests as passing - - - --- 2021-10-12 Ævar Arnfjörð Bjarmason Accepted
[v2,8/9] leak tests: mark various "generic" tests as passing with SANITIZE=leak leak tests: mark more tests as passing - - - --- 2021-10-12 Ævar Arnfjörð Bjarmason Accepted
[v2,7/9] leak tests: mark some read-tree tests as passing with SANITIZE=leak leak tests: mark more tests as passing - - - --- 2021-10-12 Ævar Arnfjörð Bjarmason Accepted
[v2,6/9] leak tests: mark some ls-files tests as passing with SANITIZE=leak leak tests: mark more tests as passing - - - --- 2021-10-12 Ævar Arnfjörð Bjarmason Accepted
[v2,5/9] leak tests: mark all checkout-index tests as passing with SANITIZE=leak leak tests: mark more tests as passing - - - --- 2021-10-12 Ævar Arnfjörð Bjarmason Accepted
[v2,4/9] leak tests: mark all trace2 tests as passing with SANITIZE=leak leak tests: mark more tests as passing - - - --- 2021-10-12 Ævar Arnfjörð Bjarmason Accepted
[v2,3/9] leak tests: mark all ls-tree tests as passing with SANITIZE=leak leak tests: mark more tests as passing - - - --- 2021-10-12 Ævar Arnfjörð Bjarmason Accepted
[v2,2/9] leak tests: run various "test-tool" tests in t00*.sh SANITIZE=leak leak tests: mark more tests as passing - - - --- 2021-10-12 Ævar Arnfjörð Bjarmason Accepted
[v2,1/9] leak tests: run various built-in tests in t00*.sh SANITIZE=leak leak tests: mark more tests as passing - - - --- 2021-10-12 Ævar Arnfjörð Bjarmason Accepted
[13/13] run-command: remove old run_hook_{le,ve}() hook API hook.[ch]: new library to run hooks + simple hook conversion - - - --- 2021-10-12 Ævar Arnfjörð Bjarmason Superseded
[12/13] receive-pack: convert push-to-checkout hook to hook.h hook.[ch]: new library to run hooks + simple hook conversion - - - --- 2021-10-12 Ævar Arnfjörð Bjarmason Superseded
[11/13] read-cache: convert post-index-change to use hook.h hook.[ch]: new library to run hooks + simple hook conversion - - - --- 2021-10-12 Ævar Arnfjörð Bjarmason Superseded
[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-12 Ævar Arnfjörð Bjarmason Superseded
[09/13] git-p4: use 'git hook' to run hooks hook.[ch]: new library to run hooks + simple hook conversion - - - --- 2021-10-12 Ævar Arnfjörð Bjarmason Superseded
[08/13] send-email: use 'git hook run' for 'sendemail-validate' hook.[ch]: new library to run hooks + simple hook conversion - - - --- 2021-10-12 Ævar Arnfjörð Bjarmason Superseded
[07/13] git hook run: add an --ignore-missing flag hook.[ch]: new library to run hooks + simple hook conversion - - - --- 2021-10-12 Ævar Arnfjörð Bjarmason Superseded
[06/13] merge: convert post-merge to use hook.h hook.[ch]: new library to run hooks + simple hook conversion - - - --- 2021-10-12 Ævar Arnfjörð Bjarmason Superseded
[05/13] hooks: convert 'post-checkout' hook to hook library hook.[ch]: new library to run hooks + simple hook conversion - - - --- 2021-10-12 Ævar Arnfjörð Bjarmason Superseded
[04/13] am: convert applypatch to use hook.h hook.[ch]: new library to run hooks + simple hook conversion - - - --- 2021-10-12 Ævar Arnfjörð Bjarmason Superseded
[03/13] rebase: convert pre-rebase to use hook.h hook.[ch]: new library to run hooks + simple hook conversion - - - --- 2021-10-12 Ævar Arnfjörð Bjarmason Superseded
[02/13] gc: use hook library for pre-auto-gc hook hook.[ch]: new library to run hooks + simple hook conversion - - - --- 2021-10-12 Ævar Arnfjörð Bjarmason Superseded
[01/13] hook: add 'run' subcommand hook.[ch]: new library to run hooks + simple hook conversion - - - --- 2021-10-12 Ævar Arnfjörð Bjarmason Superseded
[2/2] fixup! ssh signing: verify signatures using ssh-keygen ssh signing: fix merging signed tags & docs - - - --- 2021-10-12 Fabian Stelzer Superseded
[1/2] ssh signing: fmt-merge-msg tests & config parse ssh signing: fix merging signed tags & docs - - - --- 2021-10-12 Fabian Stelzer Superseded
[v4,8/8] unpack-trees: improve performance of next_cache_entry Sparse Index: integrate with reset - - - --- 2021-10-11 Victoria Dye Superseded
[v4,7/8] reset: make --mixed sparse-aware Sparse Index: integrate with reset - - - --- 2021-10-11 Victoria Dye Superseded
[v4,6/8] reset: make sparse-aware (except --mixed) Sparse Index: integrate with reset - - - --- 2021-10-11 Victoria Dye Superseded
[v4,5/8] reset: integrate with sparse index Sparse Index: integrate with reset - - - --- 2021-10-11 Victoria Dye Superseded
[v4,4/8] reset: expand test coverage for sparse checkouts Sparse Index: integrate with reset - - - --- 2021-10-11 Victoria Dye Superseded
[v4,3/8] sparse-index: update command for expand/collapse test Sparse Index: integrate with reset - - - --- 2021-10-11 Victoria Dye Superseded
[v4,2/8] reset: preserve skip-worktree bit in mixed reset Sparse Index: integrate with reset - - - --- 2021-10-11 Victoria Dye Superseded
[v4,1/8] reset: rename is_missing to !is_in_reset_tree Sparse Index: integrate with reset - - - --- 2021-10-11 Victoria Dye Superseded
[RFC,v1] stash: implement '--staged' option for 'push' and 'save' [RFC,v1] stash: implement '--staged' option for 'push' and 'save' - - - --- 2021-10-11 Sergey Organov Superseded
http-backend: remove a duplicated code branch http-backend: remove a duplicated code branch - - - --- 2021-10-11 Robin Dupret Superseded
archive: rewrite description for compression level option archive: rewrite description for compression level option - - - --- 2021-10-11 Bagas Sanjaya Superseded
[v3,6/6] userdiff-cpp: learn the C++ spaceship operator Fun with cpp word regex - - - --- 2021-10-10 Johannes Sixt Accepted
[v3,5/6] userdiff-cpp: permit the digit-separating single-quote in numbers Fun with cpp word regex - - - --- 2021-10-10 Johannes Sixt Accepted
[v3,4/6] userdiff-cpp: prepare test cases with yet unsupported features Fun with cpp word regex - - - --- 2021-10-10 Johannes Sixt Accepted
[v3,3/6] userdiff-cpp: tighten word regex Fun with cpp word regex - - - --- 2021-10-10 Johannes Sixt Accepted
[v3,2/6] t4034: add tests showing problematic cpp tokenizations Fun with cpp word regex - - - --- 2021-10-10 Johannes Sixt Accepted
[v3,1/6] t4034/cpp: actually test that operator tokens are not split Fun with cpp word regex - - - --- 2021-10-10 Johannes Sixt Accepted
test-lib.sh: try to re-chmod & retry on failed trash removal test-lib.sh: try to re-chmod & retry on failed trash removal - - - --- 2021-10-09 Ævar Arnfjörð Bjarmason Superseded
[v2] fetch-pack: redact packfile urls in traces [v2] fetch-pack: redact packfile urls in traces - - - --- 2021-10-09 Ivan Frade Superseded
[v12,3/3] grep: fix an edge case concerning ascii patterns and UTF-8 data [v12,1/3] grep: refactor next_match() and match_one_pattern() for external use - - - --- 2021-10-08 Hamza Mahfooz Superseded
[v12,2/3] pretty: colorize pattern matches in commit messages [v12,1/3] grep: refactor next_match() and match_one_pattern() for external use - - - --- 2021-10-08 Hamza Mahfooz Superseded
[v12,1/3] grep: refactor next_match() and match_one_pattern() for external use [v12,1/3] grep: refactor next_match() and match_one_pattern() for external use - - - --- 2021-10-08 Hamza Mahfooz Superseded
[v4,7/7] submodule: trace adding submodule ODB as alternate No more adding submodule ODB as alternate - - - --- 2021-10-08 Jonathan Tan Accepted
[v4,6/7] submodule: pass repo to check_has_commit() No more adding submodule ODB as alternate - - - --- 2021-10-08 Jonathan Tan Accepted
[v4,5/7] object-file: only register submodule ODB if needed No more adding submodule ODB as alternate - - - --- 2021-10-08 Jonathan Tan Accepted
[v4,4/7] merge-{ort,recursive}: remove add_submodule_odb() No more adding submodule ODB as alternate - - - --- 2021-10-08 Jonathan Tan Accepted
[v4,3/7] refs: peeling non-the_repository iterators is BUG No more adding submodule ODB as alternate - - - --- 2021-10-08 Jonathan Tan Accepted
[v4,2/7] refs: teach arbitrary repo support to iterators No more adding submodule ODB as alternate - - - --- 2021-10-08 Jonathan Tan Accepted
[v4,1/7] refs: plumb repo into ref stores No more adding submodule ODB as alternate - - - --- 2021-10-08 Jonathan Tan Accepted
[v2,5/5] userdiff-cpp: learn the C++ spaceship operator Fun with cpp word regex - - - --- 2021-10-08 Johannes Sixt Superseded
[v2,4/5] userdiff-cpp: permit the digit-separating single-quote in numbers Fun with cpp word regex - - - --- 2021-10-08 Johannes Sixt Superseded
[v2,3/5] userdiff-cpp: tighten word regex Fun with cpp word regex - - - --- 2021-10-08 Johannes Sixt Superseded
[v2,2/5] t4034: add tests showing problematic cpp tokenizations Fun with cpp word regex - - - --- 2021-10-08 Johannes Sixt Superseded
« 1 2 ... 131 132 133197 198 »