Show patches with: none      |   43629 patches
« 1 2 ... 209 210 211436 437 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v5,16/21] object-file.c: return -1, not "status" from unpack_loose_header() fsck: lib-ify object-file.c & better fsck "invalid object" error reporting - - - --- 2021-07-10 Ævar Arnfjörð Bjarmason New
[v5,15/21] object-file.c: guard against future bugs in loose_object_info() fsck: lib-ify object-file.c & better fsck "invalid object" error reporting - - - --- 2021-07-10 Ævar Arnfjörð Bjarmason New
[v5,14/21] object-file.c: stop dying in parse_loose_header() fsck: lib-ify object-file.c & better fsck "invalid object" error reporting - - - --- 2021-07-10 Ævar Arnfjörð Bjarmason New
[v5,13/21] object-file.c: split up ternary in parse_loose_header() fsck: lib-ify object-file.c & better fsck "invalid object" error reporting - - - --- 2021-07-10 Ævar Arnfjörð Bjarmason New
[v5,12/21] object-file.c: simplify unpack_loose_short_header() fsck: lib-ify object-file.c & better fsck "invalid object" error reporting - - - --- 2021-07-10 Ævar Arnfjörð Bjarmason New
[v5,11/21] object-file.c: add missing braces to loose_object_info() fsck: lib-ify object-file.c & better fsck "invalid object" error reporting - - - --- 2021-07-10 Ævar Arnfjörð Bjarmason New
[v5,10/21] object-file.c: make parse_loose_header_extended() public fsck: lib-ify object-file.c & better fsck "invalid object" error reporting - - - --- 2021-07-10 Ævar Arnfjörð Bjarmason New
[v5,09/21] object-file.c: don't set "typep" when returning non-zero fsck: lib-ify object-file.c & better fsck "invalid object" error reporting - - - --- 2021-07-10 Ævar Arnfjörð Bjarmason New
[v5,08/21] cache.h: move object functions to object-store.h fsck: lib-ify object-file.c & better fsck "invalid object" error reporting - - - --- 2021-07-10 Ævar Arnfjörð Bjarmason New
[v5,07/21] cat-file tests: test for current --allow-unknown-type behavior fsck: lib-ify object-file.c & better fsck "invalid object" error reporting - - - --- 2021-07-10 Ævar Arnfjörð Bjarmason New
[v5,06/21] cat-file tests: add corrupt loose object test fsck: lib-ify object-file.c & better fsck "invalid object" error reporting - - - --- 2021-07-10 Ævar Arnfjörð Bjarmason New
[v5,05/21] rev-list tests: test for behavior with invalid object types fsck: lib-ify object-file.c & better fsck "invalid object" error reporting - - - --- 2021-07-10 Ævar Arnfjörð Bjarmason New
[v5,04/21] cat-file tests: test that --allow-unknown-type isn't on by default fsck: lib-ify object-file.c & better fsck "invalid object" error reporting - - - --- 2021-07-10 Ævar Arnfjörð Bjarmason New
[v5,03/21] cat-file tests: test for missing object with -t and -s fsck: lib-ify object-file.c & better fsck "invalid object" error reporting - - - --- 2021-07-10 Ævar Arnfjörð Bjarmason New
[v5,02/21] fsck tests: add test for fsck-ing an unknown type fsck: lib-ify object-file.c & better fsck "invalid object" error reporting - - - --- 2021-07-10 Ævar Arnfjörð Bjarmason New
[v5,01/21] fsck tests: refactor one test to use a sub-repo fsck: lib-ify object-file.c & better fsck "invalid object" error reporting - - - --- 2021-07-10 Ævar Arnfjörð Bjarmason New
git-diff: fix missing --merge-base docs git-diff: fix missing --merge-base docs - - - --- 2021-07-10 Denton Liu Accepted
[6/6] git-compat-util.h: add __attribute__((printf)) to git_*printf* add missing __attribute__((format)) - - - --- 2021-07-10 Ævar Arnfjörð Bjarmason Superseded
[5/6] bugreport.c: tweak cmd_bugreport() to use __attribute__((printf)) add missing __attribute__((format)) - - - --- 2021-07-10 Ævar Arnfjörð Bjarmason Superseded
[4/6] *.h: add a few missing __attribute__((format)) add missing __attribute__((format)) - - - --- 2021-07-10 Ævar Arnfjörð Bjarmason Superseded
[3/6] *.c static functions: add missing __attribute__((format)) add missing __attribute__((format)) - - - --- 2021-07-10 Ævar Arnfjörð Bjarmason Superseded
[2/6] sequencer.c: move static function to avoid forward decl add missing __attribute__((format)) - - - --- 2021-07-10 Ævar Arnfjörð Bjarmason Superseded
[1/6] *.c static functions: don't forward-declare __attribute__ add missing __attribute__((format)) - - - --- 2021-07-10 Ævar Arnfjörð Bjarmason Superseded
[GSoC,v3,4/4] submodule--helper: introduce add-clone subcommand submodule add: partial conversion to C - - - --- 2021-07-10 Atharva Raykar New
[GSoC,v3,3/4] submodule--helper: refactor module_clone() submodule add: partial conversion to C - - - --- 2021-07-10 Atharva Raykar New
[GSoC,v3,2/4] submodule: prefix die messages with 'fatal' submodule add: partial conversion to C - - - --- 2021-07-10 Atharva Raykar New
[GSoC,v3,1/4] t7400: test failure to add submodule in tracked path submodule add: partial conversion to C - - - --- 2021-07-10 Atharva Raykar New
[v3,2/2] commit: remove irrelavent prompt on `--allow-empty-message` Untitled series #513249 - - - --- 2021-07-09 Hu Jialun New
[v3,1/2] commit: reorganise commit hint strings [v3,1/2] commit: reorganise commit hint strings - - - --- 2021-07-09 Hu Jialun New
switch: rename --create to --new switch: rename --create to --new - - - --- 2021-07-09 Felipe Contreras New
[filter-repo] filter-repo: help with local install [filter-repo] filter-repo: help with local install - - - --- 2021-07-09 Michael J Gruber New
[v4,5/5] pack-objects.c: make use of REV_INFO_STDIN_LINE_PROCESS revision.[ch]: add --stdin parsing API, use in pack-objects - - - --- 2021-07-09 Ævar Arnfjörð Bjarmason New
[v4,4/5] pack-objects.c: do stdin parsing via revision.c's API revision.[ch]: add --stdin parsing API, use in pack-objects - - - --- 2021-07-09 Ævar Arnfjörð Bjarmason New
[v4,3/5] revision.[ch]: add a "handle_stdin_line" API revision.[ch]: add --stdin parsing API, use in pack-objects - - - --- 2021-07-09 Ævar Arnfjörð Bjarmason New
[v4,2/5] revision.h: refactor "disable_stdin" and "read_from_stdin" revision.[ch]: add --stdin parsing API, use in pack-objects - - - --- 2021-07-09 Ævar Arnfjörð Bjarmason New
[v4,1/5] upload-pack: run is_repository_shallow() before setup_revisions() revision.[ch]: add --stdin parsing API, use in pack-objects - - - --- 2021-07-09 Ævar Arnfjörð Bjarmason New
[v2,2/2] pack-objects: fix segfault in --stdin-packs option pack-objects: missing tests & --stdin-packs segfault fix - - - --- 2021-07-09 Ævar Arnfjörð Bjarmason Accepted
[v2,1/2] pack-objects tests: cover blindspots in stdin handling pack-objects: missing tests & --stdin-packs segfault fix - - - --- 2021-07-09 Ævar Arnfjörð Bjarmason Accepted
Replace "stateless separator" with "response end" Replace "stateless separator" with "response end" - - - --- 2021-07-09 Denton Liu Accepted
[v2,3/3] worktree: teach `add` to accept --reason <string> with --lock worktree: teach add to accept --reason with --lock - - - --- 2021-07-08 Stephen Manz Superseded
[v2,2/3] worktree: default lock string should be marked with `_()` for translation worktree: teach add to accept --reason with --lock - - - --- 2021-07-08 Stephen Manz Superseded
[v2,1/3] t2400: remove unneeded `git rev-parse` from '"add" worktree with lock' test worktree: teach add to accept --reason with --lock - - - --- 2021-07-08 Stephen Manz Superseded
revision: allow pseudo options after --end-of-options revision: allow pseudo options after --end-of-options - - - --- 2021-07-08 Jiang Xin New
[v2,3/3] fetch: fix segfault in --negotiate-only without --negotiation-tip=* fetch: fix segfault, missing docs in --negotiate-only - - - --- 2021-07-08 Ævar Arnfjörð Bjarmason Accepted
[v2,2/3] fetch: document the --negotiate-only option fetch: fix segfault, missing docs in --negotiate-only - - - --- 2021-07-08 Ævar Arnfjörð Bjarmason Accepted
[v2,1/3] send-pack.c: move "no refs in common" abort earlier fetch: fix segfault, missing docs in --negotiate-only - - - --- 2021-07-08 Ævar Arnfjörð Bjarmason Accepted
git interpret-trailers: behavior with input without trailing newline git interpret-trailers: behavior with input without trailing newline - - - --- 2021-07-08 Luca Weiss New
[GSoC,v2,4/4] submodule--helper: introduce add-clone subcommand submodule add: partial conversion to C - - - --- 2021-07-08 Atharva Raykar Superseded
[GSoC,v2,3/4] submodule--helper: refactor module_clone() submodule add: partial conversion to C - - - --- 2021-07-08 Atharva Raykar Superseded
[GSoC,v2,2/4] submodule: prefix die messages with 'fatal' submodule add: partial conversion to C - - - --- 2021-07-08 Atharva Raykar Superseded
[GSoC,v2,1/4] t7400: test failure to add submodule in tracked path submodule add: partial conversion to C - - - --- 2021-07-08 Atharva Raykar Superseded
[v3,5/5] oidtree: a crit-bit tree for odb_loose_cache [v3,1/5] speed up alt_odb_usable() with many alternates - - - --- 2021-07-07 Eric Wong Accepted
[v3,4/5] oidcpy_with_padding: constify `src' arg [v3,1/5] speed up alt_odb_usable() with many alternates - - - --- 2021-07-07 Eric Wong Accepted
[v3,3/5] make object_directory.loose_objects_subdir_seen a bitmap [v3,1/5] speed up alt_odb_usable() with many alternates - - - --- 2021-07-07 Eric Wong Accepted
[v3,2/5] avoid strlen via strbuf_addstr in link_alt_odb_entry [v3,1/5] speed up alt_odb_usable() with many alternates - - - --- 2021-07-07 Eric Wong Accepted
[v3,1/5] speed up alt_odb_usable() with many alternates [v3,1/5] speed up alt_odb_usable() with many alternates - - - --- 2021-07-07 Eric Wong Accepted
[v3,0/5] optimizations for many alternates - - - --- 2021-07-07 Eric Wong New
[v5,6/6] refs: make errno output explicit for refs_resolve_ref_unsafe refs: cleanup errno sideband ref related functions - 1 - --- 2021-07-07 Han-Wen Nienhuys New
[v5,5/6] refs: explicitly return failure_errno from parse_loose_ref_contents refs: cleanup errno sideband ref related functions - 1 - --- 2021-07-07 Han-Wen Nienhuys New
[v5,4/6] refs: add failure_errno to refs_read_raw_ref() signature refs: cleanup errno sideband ref related functions - 1 - --- 2021-07-07 Han-Wen Nienhuys New
[v5,3/6] refs: make errno output explicit for read_raw_ref_fn refs: cleanup errno sideband ref related functions - 1 - --- 2021-07-07 Han-Wen Nienhuys New
[v5,2/6] refs/files-backend: stop setting errno from lock_ref_oid_basic refs: cleanup errno sideband ref related functions - 1 - --- 2021-07-07 Han-Wen Nienhuys New
[v5,1/6] refs: remove EINVAL errno output from specification of read_raw_ref_fn refs: cleanup errno sideband ref related functions - - - --- 2021-07-07 Han-Wen Nienhuys New
[v2,2/2] commit: remove irrelavent prompt on `--allow-empty-message` [v2,1/2] commit: reorganise duplicate commit prompt strings - - - --- 2021-07-07 Hu Jialun New
[v2,1/2] commit: reorganise duplicate commit prompt strings [v2,1/2] commit: reorganise duplicate commit prompt strings - - - --- 2021-07-07 Hu Jialun New
[3/3] strbuf.[ch]: make strbuf_fread() take hint, not size strbuf.[ch]: add STRBUF_HINT_SIZE, don't hardcode 8192 - - - --- 2021-07-07 Ævar Arnfjörð Bjarmason New
[2/3] strbuf.h API users: don't hardcode 8192, use STRBUF_HINT_SIZE strbuf.[ch]: add STRBUF_HINT_SIZE, don't hardcode 8192 - - - --- 2021-07-07 Ævar Arnfjörð Bjarmason New
[1/3] strbuf.[ch]: add STRBUF_HINT_SIZE macro = 8192 strbuf.[ch]: add STRBUF_HINT_SIZE, don't hardcode 8192 - - - --- 2021-07-07 Ævar Arnfjörð Bjarmason New
[5/5] test-lib-functions.sh: remove unused [de]packetize() functions tests: migrate to "test-tool pkt-line" - - - --- 2021-07-07 Ævar Arnfjörð Bjarmason Superseded
[4/5] tests: replace remaining packetize() with "test-tool pkt-line" tests: migrate to "test-tool pkt-line" - - - --- 2021-07-07 Ævar Arnfjörð Bjarmason Superseded
[3/5] tests: replace [de]packetize() shell+perl test-tool pkt-line tests: migrate to "test-tool pkt-line" - - - --- 2021-07-07 Ævar Arnfjörð Bjarmason Superseded
[2/5] serve tests: use test_cmp in "protocol violations" test tests: migrate to "test-tool pkt-line" - - - --- 2021-07-07 Ævar Arnfjörð Bjarmason Superseded
[1/5] serve tests: add missing "extra delim" test tests: migrate to "test-tool pkt-line" - - - --- 2021-07-07 Ævar Arnfjörð Bjarmason Superseded
imap-send.c: use less verbose strbuf_fread() idiom imap-send.c: use less verbose strbuf_fread() idiom - - - --- 2021-07-07 Ævar Arnfjörð Bjarmason Accepted
[try2] pull: introduce --merge option [try2] pull: introduce --merge option - - - --- 2021-07-07 Felipe Contreras Superseded
[v2,try2] test: fix for TEST_OUTPUT_DIRECTORY [v2,try2] test: fix for TEST_OUTPUT_DIRECTORY - - - --- 2021-07-07 Felipe Contreras New
[try2] rev-parse: make --quiet really be quiet [try2] rev-parse: make --quiet really be quiet - - - --- 2021-07-07 Felipe Contreras New
[v5,4/4] completion: bash: add correct suffix in variables completion: bash: a bunch of fixes - - 1 --- 2021-07-07 Felipe Contreras Accepted
[v5,3/4] completion: bash: fix for multiple dash commands completion: bash: a bunch of fixes - - 1 --- 2021-07-07 Felipe Contreras Accepted
[v5,2/4] completion: bash: fix for suboptions with value completion: bash: a bunch of fixes - - 1 --- 2021-07-07 Felipe Contreras Accepted
[v5,1/4] completion: bash: fix prefix detection in branch.* completion: bash: a bunch of fixes - 1 1 --- 2021-07-07 Felipe Contreras Accepted
rev-list: add option for --pretty without header rev-list: add option for --pretty without header - - - --- 2021-07-06 brian m. carlson New
[3/3] Add tests for GIT_FORCE_TTY Override isatty with GIT_FORCE_TTY - - - --- 2021-07-06 Avishay Matayev New
[2/3] Allow isatty to be overriden with GIT_FORCE_TTY Override isatty with GIT_FORCE_TTY - - - --- 2021-07-06 Avishay Matayev New
[1/3] Change isatty's parameter to a *_FILENO define Override isatty with GIT_FORCE_TTY - - - --- 2021-07-06 Avishay Matayev New
docs: .gitignore parsing is to the top of the repo docs: .gitignore parsing is to the top of the repo - - - --- 2021-07-06 Andrew Berry New
docs: .gitignore parsing is to the top of the repo docs: .gitignore parsing is to the top of the repo - - - --- 2021-07-06 Andrew Berry Superseded
[v4,6/6] refs: make errno output explicit for refs_resolve_ref_unsafe refs: cleanup errno sideband ref related functions - 1 - --- 2021-07-06 Han-Wen Nienhuys Superseded
[v4,5/6] refs: explicitly return failure_errno from parse_loose_ref_contents refs: cleanup errno sideband ref related functions - 1 - --- 2021-07-06 Han-Wen Nienhuys Superseded
[v4,4/6] refs: add failure_errno to refs_read_raw_ref() signature refs: cleanup errno sideband ref related functions - 1 - --- 2021-07-06 Han-Wen Nienhuys Superseded
[v4,3/6] refs: make errno output explicit for read_raw_ref_fn refs: cleanup errno sideband ref related functions - 1 - --- 2021-07-06 Han-Wen Nienhuys Superseded
[v4,2/6] refs/files-backend: stop setting errno from lock_ref_oid_basic refs: cleanup errno sideband ref related functions - 1 - --- 2021-07-06 Han-Wen Nienhuys Superseded
[v4,1/6] refs: remove EINVAL errno output from specification of read_raw_ref_fn refs: cleanup errno sideband ref related functions - - - --- 2021-07-06 Han-Wen Nienhuys Superseded
[2/2] t7509: avoid direct file access for writing CHERRY_PICK_HEAD fix 2 more test files that were accessing file system directly. - - - --- 2021-07-06 Han-Wen Nienhuys Accepted
[1/2] t1415: avoid direct filesystem access for writing refs fix 2 more test files that were accessing file system directly. - - - --- 2021-07-06 Han-Wen Nienhuys Accepted
submodule--helper: remove redundant include submodule--helper: remove redundant include - - - --- 2021-07-06 Atharva Raykar Accepted
[GSoC,3/3] submodule--helper: introduce add-clone subcommand submodule add: partial conversion to C - - - --- 2021-07-06 Atharva Raykar Superseded
[GSoC,2/3] submodule--helper: refactor module_clone() submodule add: partial conversion to C - - - --- 2021-07-06 Atharva Raykar Superseded
[GSoC,1/3] t7400: test failure to add submodule in tracked path submodule add: partial conversion to C - - - --- 2021-07-06 Atharva Raykar Superseded
fetch: Fix segfault on pull --set-upstream outside a branch. fetch: Fix segfault on pull --set-upstream outside a branch. - - - --- 2021-07-06 Clemens Fruhwirth New
« 1 2 ... 209 210 211436 437 »