Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
- Re: [GSoC][PATCH v7 0/5] t: port reftable/tree_test.c to the unit testing framework, (continued)
- [PATCH] git-send-email: Use sanitized address when reading mbox body, Csókás, Bence
- Issue : Writing commits into the git repository takes longer than expected,
Arpit Gupta
- [ISSUE] `git submodule update --init --recursive` does ignore `fetchRecurseSubmodules` flag in `.gitmodules` and in `.git/config`,
Andry
- [PATCH] pack-bitmap.c: avoid uninitialized `pack_int_id` during reuse,
Taylor Blau
- [no subject], Unknown
- Cannot override `remote.origin.url` with `-c` option,
Mathew George
- Re: Cannot override `remote.origin.url` with `-c` option, Jeff King
- Re: Cannot override `remote.origin.url` with `-c` option, Junio C Hamano
- Re: Cannot override `remote.origin.url` with `-c` option, Jeff King
- [PATCH 0/11] allow overriding remote.*.url, Jeff King
- [PATCH 01/11] archive: fix check for missing url, Jeff King
- [PATCH 02/11] remote: refactor alias_url() memory ownership, Jeff King
- [PATCH 03/11] remote: transfer ownership of memory in add_url(), etc, Jeff King
- [PATCH 04/11] remote: use strvecs to store remote url/pushurl, Jeff King
- [PATCH 05/11] remote: simplify url/pushurl selection, Jeff King
- [PATCH 06/11] config: document remote.*.url/pushurl interaction, Jeff King
- [PATCH 07/11] remote: allow resetting url list, Jeff King
- [PATCH 08/11] t5801: make remote-testgit GIT_DIR setup more robust, Jeff King
- [PATCH 09/11] t5801: test remote.*.vcs config, Jeff King
- [PATCH 10/11] remote: always require at least one url in a remote, Jeff King
- [PATCH 11/11] remote: drop checks for zero-url case, Jeff King
- Re: [PATCH 0/11] allow overriding remote.*.url, Elijah Newren
- [PATCH] worktree_git_path(): move the declaration to path.h,
Junio C Hamano
- [PATCH 0/4] varargs functions with __attributes__(()),
Junio C Hamano
- MSan failures in pack-bitmap,
Kyle Lippincott
- With big repos and slower connections, git clone can be hard to work with,
ellie
- Autosplit option for git add -p,
Konstantin Tokarev
- [PATCH 00/19] midx: incremental multi-pack indexes, part one,
Taylor Blau
- [PATCH 01/19] Documentation: describe incremental MIDX format, Taylor Blau
- [PATCH 02/19] midx: add new fields for incremental MIDX chains, Taylor Blau
- [PATCH 03/19] midx: teach `nth_midxed_pack_int_id()` about incremental MIDXs, Taylor Blau
- [PATCH 04/19] midx: teach `prepare_midx_pack()` about incremental MIDXs, Taylor Blau
- [PATCH 05/19] midx: teach `nth_midxed_object_oid()` about incremental MIDXs, Taylor Blau
- [PATCH 06/19] midx: teach `nth_bitmapped_pack()` about incremental MIDXs, Taylor Blau
- [PATCH 07/19] midx: introduce `bsearch_one_midx()`, Taylor Blau
- [PATCH 08/19] midx: teach `bsearch_midx()` about incremental MIDXs, Taylor Blau
- [PATCH 09/19] midx: teach `nth_midxed_offset()` about incremental MIDXs, Taylor Blau
- [PATCH 10/19] midx: teach `fill_midx_entry()` about incremental MIDXs, Taylor Blau
- [PATCH 11/19] midx: remove unused `midx_locate_pack()`, Taylor Blau
- [PATCH 12/19] midx: teach `midx_contains_pack()` about incremental MIDXs, Taylor Blau
- [PATCH 13/19] midx: teach `midx_preferred_pack()` about incremental MIDXs, Taylor Blau
- [PATCH 14/19] midx: teach `midx_fanout_add_midx_fanout()` about incremental MIDXs, Taylor Blau
- [PATCH 15/19] midx: support reading incremental MIDX chains, Taylor Blau
- [PATCH 16/19] midx: implement verification support for incremental MIDXs, Taylor Blau
- [PATCH 17/19] t: retire 'GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAP', Taylor Blau
- [PATCH 18/19] t/t5313-pack-bounds-checks.sh: prepare for sub-directories, Taylor Blau
- [PATCH 19/19] midx: implement support for writing incremental MIDX chains, Taylor Blau
- Re: [PATCH 00/19] midx: incremental multi-pack indexes, part one, Taylor Blau
- Re: [PATCH 00/19] midx: incremental multi-pack indexes, part one, Junio C Hamano
- Re: [PATCH 00/19] midx: incremental multi-pack indexes, part one, Junio C Hamano
- [PATCH v2 00/19] midx: incremental multi-pack indexes, part one, Taylor Blau
- [PATCH v2 01/19] Documentation: describe incremental MIDX format, Taylor Blau
- [PATCH v2 02/19] midx: add new fields for incremental MIDX chains, Taylor Blau
- [PATCH v2 03/19] midx: teach `nth_midxed_pack_int_id()` about incremental MIDXs, Taylor Blau
- [PATCH v2 04/19] midx: teach `prepare_midx_pack()` about incremental MIDXs, Taylor Blau
- [PATCH v2 05/19] midx: teach `nth_midxed_object_oid()` about incremental MIDXs, Taylor Blau
- [PATCH v2 06/19] midx: teach `nth_bitmapped_pack()` about incremental MIDXs, Taylor Blau
- [PATCH v2 07/19] midx: introduce `bsearch_one_midx()`, Taylor Blau
- [PATCH v2 08/19] midx: teach `bsearch_midx()` about incremental MIDXs, Taylor Blau
- [PATCH v2 09/19] midx: teach `nth_midxed_offset()` about incremental MIDXs, Taylor Blau
- [PATCH v2 10/19] midx: teach `fill_midx_entry()` about incremental MIDXs, Taylor Blau
- [PATCH v2 11/19] midx: remove unused `midx_locate_pack()`, Taylor Blau
- [PATCH v2 12/19] midx: teach `midx_contains_pack()` about incremental MIDXs, Taylor Blau
- [PATCH v2 13/19] midx: teach `midx_preferred_pack()` about incremental MIDXs, Taylor Blau
- [PATCH v2 14/19] midx: teach `midx_fanout_add_midx_fanout()` about incremental MIDXs, Taylor Blau
- [PATCH v2 15/19] midx: support reading incremental MIDX chains, Taylor Blau
- [PATCH v2 16/19] midx: implement verification support for incremental MIDXs, Taylor Blau
- [PATCH v2 17/19] t: retire 'GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAP', Taylor Blau
- [PATCH v2 18/19] t/t5313-pack-bounds-checks.sh: prepare for sub-directories, Taylor Blau
- [PATCH v2 19/19] midx: implement support for writing incremental MIDX chains, Taylor Blau
- Re: [PATCH v2 00/19] midx: incremental multi-pack indexes, part one, Jeff King
- [PATCH v3 00/19] midx: incremental multi-pack indexes, part one, Taylor Blau
- [PATCH v3 01/19] Documentation: describe incremental MIDX format, Taylor Blau
- [PATCH v3 02/19] midx: add new fields for incremental MIDX chains, Taylor Blau
- [PATCH v3 03/19] midx: teach `nth_midxed_pack_int_id()` about incremental MIDXs, Taylor Blau
- [PATCH v3 04/19] midx: teach `prepare_midx_pack()` about incremental MIDXs, Taylor Blau
- [PATCH v3 05/19] midx: teach `nth_midxed_object_oid()` about incremental MIDXs, Taylor Blau
- [PATCH v3 06/19] midx: teach `nth_bitmapped_pack()` about incremental MIDXs, Taylor Blau
- [PATCH v3 07/19] midx: introduce `bsearch_one_midx()`, Taylor Blau
- [PATCH v3 08/19] midx: teach `bsearch_midx()` about incremental MIDXs, Taylor Blau
- [PATCH v3 09/19] midx: teach `nth_midxed_offset()` about incremental MIDXs, Taylor Blau
- [PATCH v3 10/19] midx: teach `fill_midx_entry()` about incremental MIDXs, Taylor Blau
- [PATCH v3 11/19] midx: remove unused `midx_locate_pack()`, Taylor Blau
- [PATCH v3 12/19] midx: teach `midx_contains_pack()` about incremental MIDXs, Taylor Blau
- [PATCH v3 13/19] midx: teach `midx_preferred_pack()` about incremental MIDXs, Taylor Blau
- [PATCH v3 15/19] midx: support reading incremental MIDX chains, Taylor Blau
- [PATCH v3 17/19] t: retire 'GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAP', Taylor Blau
- [PATCH v3 18/19] t/t5313-pack-bounds-checks.sh: prepare for sub-directories, Taylor Blau
- [PATCH v3 14/19] midx: teach `midx_fanout_add_midx_fanout()` about incremental MIDXs, Taylor Blau
- [PATCH v3 19/19] midx: implement support for writing incremental MIDX chains, Taylor Blau
- [PATCH v3 16/19] midx: implement verification support for incremental MIDXs, Taylor Blau
- Re: [PATCH v3 00/19] midx: incremental multi-pack indexes, part one, Jeff King
- [PATCH 0/2] commit-graph/server-info: use tempfile.h in more places,
Taylor Blau
- What's cooking in git.git (Jun 2024, #02; Thu, 6), Junio C Hamano
- [PATCH 1/2] Documentation/technical/bitmap-format.txt: add missing position table,
Taylor Blau
- [PATCH v3] credential: clear expired c->credential, unify secret clearing,
Aaron Plattner
- [PATCH 0/4] keep track of unresolved value of symbolic-ref in ref iterators,
John Cai via GitGitGadget
- [PATCH] fetch-pack: test: demonstrate segmentation fault when run with fsckObjects but without --lock-pack,
Kirill Smelkov
- [PATCH 0/2] dropping stdin support from test-terminal,
Jeff King
- [GSoC][PATCH 0/6] t: port reftable/pq_test.c to the unit testing,
Chandra Pratap
- [PATCH 0/2] ci: detect more warnings via `-Og`,
Patrick Steinhardt
- [PATCH] fixup! object-file: mark cached object buffers as const, Junio C Hamano
- [PATCH] add-i: finally retire add.interactive.useBuiltin,
Junio C Hamano
- RFC: indicating diff strategy in format-patch message headers,
Konstantin Ryabitsev
- Git submodule recursive update not syncing submodule URLs makes the operation fail for commits updating the URLs,
Danoloan
- [GSoC][PATCH] t/: migrate helper/test-oidtree.c to unit-tests/t-oidtree.c,
Ghanshyam Thakkar
- New opportunity for your establishment, Srisawad Corp. PCL
- [PATCH v4 7/7] update-ref: add support for 'symref-update' command, Karthik Nayak
- [PATCH v4 6/7] reftable: pick either 'oid' or 'target' for new updates, Karthik Nayak
- [PATCH v4 5/7] update-ref: add support for 'symref-create' command, Karthik Nayak
- [PATCH v4 4/7] update-ref: add support for 'symref-delete' command, Karthik Nayak
- [PATCH v4 3/7] update-ref: add support for 'symref-verify' command, Karthik Nayak
- [PATCH v4 2/7] refs: specify error for regular refs with `old_target`,
Karthik Nayak
- [PATCH v4 1/7] refs: create and use `ref_update_expects_existing_old_ref()`, Karthik Nayak
- [PATCH v4 0/7] update-ref: add symref support for --stdin,
Karthik Nayak
- git clone error : RPC failed; curl 56 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0,
Thomas Gemmrich
- [PATCH 0/4] Documentation: improve linting of manpage existence,
Patrick Steinhardt
- [PATCH v2] credential: clear expired c->credential, unify secret clearing,
Aaron Plattner
- [PATCH] credential: clear expired c->credential in addition to c->password,
Aaron Plattner
- [no subject], Unknown
- Loom UX Issue, Bastien Bonhoure
- builtin/stash - segmentation fault, Fadhil Mandaga
- What's cooking in git.git (Jun 2024, #01; Mon, 3),
Junio C Hamano
- Re: What's cooking in git.git (Jun 2024, #01; Mon, 3), Patrick Steinhardt
- Re: What's cooking in git.git (Jun 2024, #01; Mon, 3), Karthik Nayak
- Re: What's cooking in git.git (Jun 2024, #01; Mon, 3), Jeff King
- Re: What's cooking in git.git (Jun 2024, #01; Mon, 3), Christian Couder
- [PATCH] format-patch: assume --cover-letter for diff in multi-patch series,
Rubén Justo
- [PATCH 0/3] Branches are branches and not heads,
Junio C Hamano
- [PATCH 00/29] Memory leak fixes (pt.2),
Patrick Steinhardt
- [PATCH 01/29] revision: fix memory leak when reversing revisions, Patrick Steinhardt
- [PATCH 02/29] parse-options: fix leaks for users of OPT_FILENAME, Patrick Steinhardt
- [PATCH 03/29] notes-utils: free note trees when releasing copied notes, Patrick Steinhardt
- [PATCH 04/29] bundle: plug leaks in `create_bundle()`, Patrick Steinhardt
- [PATCH 05/29] biultin/rev-parse: fix memory leaks in `--parseopt` mode, Patrick Steinhardt
- [PATCH 06/29] merge-recursive: fix leaging rename conflict info, Patrick Steinhardt
- [PATCH 07/29] revision: fix leaking display notes, Patrick Steinhardt
- [PATCH 08/29] notes: fix memory leak when pruning notes, Patrick Steinhardt
- [PATCH 09/29] builtin/rev-list: fix leaking bitmap index when calculating disk usage, Patrick Steinhardt
- [PATCH 10/29] object-name: free leaking object contexts, Patrick Steinhardt
- [PATCH 11/29] builtin/difftool: plug memory leaks in `run_dir_diff()`, Patrick Steinhardt
- [PATCH 12/29] builtin/merge-recursive: fix leaking object ID bases, Patrick Steinhardt
- [PATCH 13/29] merge-recursive: fix memory leak when finalizing merge, Patrick Steinhardt
- [PATCH 14/29] builtin/log: fix leaking commit list in git-cherry(1), Patrick Steinhardt
- [PATCH 15/29] revision: free diff options, Patrick Steinhardt
- [PATCH 16/29] builtin/stash: fix leak in `show_stash()`, Patrick Steinhardt
- [PATCH 17/29] rerere: fix various trivial leaks, Patrick Steinhardt
- [PATCH 18/29] config: fix leaking "core.notesref" variable, Patrick Steinhardt
- [PATCH 19/29] commit: fix leaking parents when calling `commit_tree_extended()`, Patrick Steinhardt
- [PATCH 20/29] sequencer: fix leaking string buffer in `commit_staged_changes()`, Patrick Steinhardt
- [PATCH 21/29] apply: fix leaking string in `match_fragment()`, Patrick Steinhardt
- [PATCH 22/29] builtin/clone: plug leaking HEAD ref in `wanted_peer_refs()`, Patrick Steinhardt
- [PATCH 23/29] sequencer: fix memory leaks in `make_script_with_merges()`, Patrick Steinhardt
- [PATCH 24/29] builtin/merge: fix leaking `struct cmdnames` in `get_strategy()`, Patrick Steinhardt
- [PATCH 25/29] merge: fix leaking merge bases, Patrick Steinhardt
- [PATCH 26/29] line-range: plug leaking find functions, Patrick Steinhardt
- [PATCH 27/29] blame: fix leaking data for blame scoreboards, Patrick Steinhardt
- [PATCH 28/29] builtin/blame: fix leaking prefixed paths, Patrick Steinhardt
- [PATCH 29/29] builtin/blame: fix leaking ignore revs files, Patrick Steinhardt
- Re: [PATCH 00/29] Memory leak fixes (pt.2), Karthik Nayak
- [PATCH v2 00/29] Memory leak fixes (pt.2), Patrick Steinhardt
- [PATCH v2 01/29] revision: fix memory leak when reversing revisions, Patrick Steinhardt
- [PATCH v2 02/29] parse-options: fix leaks for users of OPT_FILENAME, Patrick Steinhardt
- [PATCH v2 03/29] notes-utils: free note trees when releasing copied notes, Patrick Steinhardt
- [PATCH v2 05/29] biultin/rev-parse: fix memory leaks in `--parseopt` mode, Patrick Steinhardt
- [PATCH v2 07/29] revision: fix leaking display notes, Patrick Steinhardt
- [PATCH v2 08/29] notes: fix memory leak when pruning notes, Patrick Steinhardt
- [PATCH v2 04/29] bundle: plug leaks in `create_bundle()`, Patrick Steinhardt
- [PATCH v2 06/29] merge-recursive: fix leaking rename conflict info, Patrick Steinhardt
- [PATCH v2 09/29] builtin/rev-list: fix leaking bitmap index when calculating disk usage, Patrick Steinhardt
- [PATCH v2 10/29] object-name: free leaking object contexts, Patrick Steinhardt
- [PATCH v2 11/29] builtin/difftool: plug memory leaks in `run_dir_diff()`, Patrick Steinhardt
- [PATCH v2 12/29] builtin/merge-recursive: fix leaking object ID bases, Patrick Steinhardt
- [PATCH v2 13/29] merge-recursive: fix memory leak when finalizing merge, Patrick Steinhardt
- [PATCH v2 14/29] builtin/log: fix leaking commit list in git-cherry(1), Patrick Steinhardt
- [PATCH v2 15/29] revision: free diff options, Patrick Steinhardt
- [PATCH v2 16/29] builtin/stash: fix leak in `show_stash()`, Patrick Steinhardt
- [PATCH v2 17/29] rerere: fix various trivial leaks, Patrick Steinhardt
- [PATCH v2 18/29] config: fix leaking "core.notesref" variable, Patrick Steinhardt
- [PATCH v2 19/29] commit: fix leaking parents when calling `commit_tree_extended()`, Patrick Steinhardt
- [PATCH v2 20/29] sequencer: fix leaking string buffer in `commit_staged_changes()`, Patrick Steinhardt
- [PATCH v2 21/29] apply: fix leaking string in `match_fragment()`, Patrick Steinhardt
- [PATCH v2 22/29] builtin/clone: plug leaking HEAD ref in `wanted_peer_refs()`, Patrick Steinhardt
- [PATCH v2 23/29] sequencer: fix memory leaks in `make_script_with_merges()`, Patrick Steinhardt
- [PATCH v2 24/29] builtin/merge: fix leaking `struct cmdnames` in `get_strategy()`, Patrick Steinhardt
- [PATCH v2 25/29] merge: fix leaking merge bases, Patrick Steinhardt
- [PATCH v2 27/29] blame: fix leaking data for blame scoreboards, Patrick Steinhardt
- [PATCH v2 29/29] builtin/blame: fix leaking ignore revs files, Patrick Steinhardt
- [PATCH v2 26/29] line-range: plug leaking find functions, Patrick Steinhardt
- [PATCH v2 28/29] builtin/blame: fix leaking prefixed paths, Patrick Steinhardt
- Re: [PATCH v2 00/29] Memory leak fixes (pt.2), Phillip Wood
- Re: [PATCH v2 00/29] Memory leak fixes (pt.2), Karthik Nayak
- [ANNOUNCE] Git for Windows 2.45.2, Johannes Schindelin
- git pull --ff-only errors when git merge --ff-only passes,
Arundas T C
- [GSoC] Blog: move and improve reftable tests in the unit testing framework,
Chandra Pratap
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]