[RFC PATCH] config.mak.uname: add HAVE_DEV_TTY to cygwin config section
2024-09-07 13:48 UTC (5+ messages)
What's cooking draft as of 2024-09-06 late night
2024-09-07 9:17 UTC (2+ messages)
[PATCH v2 0/5] Introduce cgit-rs, a Rust wrapper around libgit.a
2024-09-07 0:09 UTC (14+ messages)
` [PATCH v3 0/6] Introduce libgit-rs, "
` [PATCH v3 1/6] common-main: split init and exit code into new files
` [PATCH v3 2/6] libgit-sys: introduce Rust wrapper for libgit.a
` [PATCH v3 3/6] libgit-sys: add repo initialization and config access
` [PATCH v3 4/6] config: add git_configset_alloc() and git_configset_clear_and_free()
` [PATCH v3 5/6] libgit: add higher-level libgit crate
` [PATCH v3 6/6] Makefile: add option to build and test libgit-rs and libgit-rs-sys
[GSoC][PATCH v3 0/6] t: port reftable/stack_test.c to the unit testing framework
2024-09-06 23:57 UTC (25+ messages)
` [GSoC][PATCH v4 "
` [PATCH v4 1/6] t: move "
` [PATCH v4 3/6] t-reftable-stack: use Git's tempfile API instead of mkstemp()
` [PATCH v4 4/6] t-reftable-stack: use reftable_ref_record_equal() to compare ref records
` [PATCH v4 6/6] t-reftable-stack: add test for stack iterators
` [GSoC][PATCH v5 0/7] t: port reftable/stack_test.c to the unit testing framework
` [PATCH v5 1/7] t: move "
` [PATCH v5 2/7] t: harmonize t-reftable-stack.c with coding guidelines
` [PATCH v5 3/7] t-reftable-stack: use Git's tempfile API instead of mkstemp()
` [PATCH v5 4/7] t-reftable-stack: use reftable_ref_record_equal() to compare ref records
` [PATCH v5 5/7] t-reftable-stack: add test for non-default compaction factor
` [PATCH v5 6/7] t-reftable-stack: add test for stack iterators
` [PATCH v5 7/7] t: clean up leftover reftable test cruft
bug report - `git diff --quiet --cached` returns 0 when a rename is staged
2024-09-06 23:12 UTC
Fix issue with formatting multiple trailer keys
2024-09-06 23:09 UTC (3+ messages)
Behavior change for git diff --cached --exit-code in git 2.46.0
2024-09-06 23:04 UTC
Should Git Tag trailer formatting work?
2024-09-06 22:56 UTC (5+ messages)
[PATCH 0/4] hash.h: support choosing a separate SHA-1 for non-cryptographic uses
2024-09-06 21:51 UTC (30+ messages)
` [PATCH v2 "
` [PATCH v2 1/4] sha1: do not redefine `platform_SHA_CTX` and friends
` [PATCH v2 2/4] hash.h: scaffolding for _fast hashing variants
` [PATCH v2 3/4] Makefile: allow specifying a SHA-1 for non-cryptographic uses
` [PATCH v2 4/4] csum-file.c: use fast SHA-1 implementation when available
` [PATCH v3 0/9] hash.h: support choosing a separate SHA-1 for non-cryptographic uses
` [PATCH v3 1/9] finalize_object_file(): check for name collision before renaming
` [PATCH v3 2/9] finalize_object_file(): refactor unlink_or_warn() placement
` [PATCH v3 3/9] finalize_object_file(): implement collision check
` [PATCH v3 4/9] pack-objects: use finalize_object_file() to rename pack/idx/etc
` [PATCH v3 5/9] i5500-git-daemon.sh: use compile-able version of Git without OpenSSL
` [PATCH v3 6/9] sha1: do not redefine `platform_SHA_CTX` and friends
` [PATCH v3 7/9] hash.h: scaffolding for _fast hashing variants
` [PATCH v3 8/9] Makefile: allow specifying a SHA-1 for non-cryptographic uses
` [PATCH v3 9/9] csum-file.c: use fast SHA-1 implementation when available
[PATCH] apply: support --ours, --theirs, and --union for three-way merges
2024-09-06 20:49 UTC (2+ messages)
[PATCH] advice: recommend GIT_ADVICE=0 for tools
2024-09-06 20:22 UTC (6+ messages)
` [PATCH v2] "
[PATCH] scalar: add --no-tags option
2024-09-06 20:21 UTC (7+ messages)
` [PATCH v2] scalar: add --no-tags option to 'scalar clone'
[RFC PATCH 6/6] contrib/cgit-rs: add a subset of configset wrappers
2024-09-06 19:37 UTC (4+ messages)
Possible git bug - repository remote becomes hamstrung if non-existent "remote.<remote>.fetch" refspec is supplied
2024-09-06 19:29 UTC
[PATCH] git gui: add directly calling merge tool from gitconfig
2024-09-06 17:43 UTC (8+ messages)
` [PATCH v2] "
` AW: "
` [PATCH v3] "
[PATCH] interpret-trailers: handle message without trailing newline
2024-09-06 16:21 UTC (7+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH 0/1] Add entry to mailmap file
2024-09-06 16:10 UTC (4+ messages)
` [PATCH 1/1] .mailmap document current address
[PATCH 0/3] Add repository parameter to builtins
2024-09-06 15:43 UTC (10+ messages)
` [PATCH 1/3] builtin: add a repository parameter for builtin functions
` [PATCH 2/3] builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
` [PATCH 3/3] add: pass in repo variable instead of global the_repository
[PATCH] sparse-checkout: use fdopen_lock_file() instead of xfdopen()
2024-09-06 14:55 UTC (12+ messages)
` [PATCH v2 0/3] sparse-checkout file handle leak fix
` [PATCH v2 1/3] sparse-checkout: consolidate cleanup when writing patterns
` [PATCH v2 2/3] sparse-checkout: check commit_lock_file "
` [PATCH v2 3/3] sparse-checkout: use fdopen_lock_file() instead of xfdopen()
word-diff-regex=. sometimes ignores newlines
2024-09-06 10:08 UTC (2+ messages)
[PATCH] remote: prefetch config
2024-09-06 9:42 UTC (15+ messages)
` [PATCH v2] "
` [PATCH v3] "
` [PATCH v4] "
Is it possible to resume download on single file
2024-09-06 9:30 UTC (2+ messages)
What's cooking in git.git (Sep 2024, #01; Thu, 5)
2024-09-06 9:18 UTC (2+ messages)
How do git recognize conflicts?
2024-09-06 8:36 UTC (4+ messages)
[PATCH] gitk: added external diff file rename detection
2024-09-06 7:28 UTC (2+ messages)
` [PATCH v2] "
[PATCH] drop trailing newline from warning/error/die messages
2024-09-06 3:54 UTC (4+ messages)
`git remote set-branches (without --add) <name> <branch>…` does not add refspecs to `remote.<remote>.fetch` when `remote.<remote>.fetch` does not exist
2024-09-05 22:24 UTC (3+ messages)
` `git remote set-branches (without --add) <name> <branch>… ` "
`git log FETCH_HEAD` only logs whatever happens to be the first among the fetched refs (instead of all the fetched refs)
2024-09-05 22:17 UTC (3+ messages)
[PATCH v3 0/3] doc: introducing synopsis para
2024-09-05 21:52 UTC (5+ messages)
` [PATCH v4 "
` [PATCH v4 1/3] doc: introduce a synopsis typesetting
` [PATCH v4 2/3] doc: update the guidelines to reflect the current formatting rules
` [PATCH v4 3/3] doc: apply synopsis simplification on git-clone and git-init
git untracks my files
2024-09-05 21:12 UTC (2+ messages)
Committing crimes with NTFS-3G
2024-09-05 19:51 UTC (6+ messages)
[PATCH 0/4] Support server option from configuration
2024-09-05 17:50 UTC (8+ messages)
` [PATCH 3/4] builtin/clone.c: recognize fetch.serverOption configuration
` "
` "
` "
` "
[PATCH 0/5] pack-objects: brown-paper-bag fixes for multi-pack reuse
2024-09-05 15:21 UTC (8+ messages)
` [PATCH 2/5] pack-bitmap: tag bitmapped packs with their corresponding MIDX
[PATCH v2] compat/terminal: mark parameter of git_terminal_prompt() UNUSED
2024-09-05 10:48 UTC (2+ messages)
[PATCH 00/22] Memory leak fixes (pt.6)
2024-09-05 10:09 UTC (24+ messages)
` [PATCH v2 "
` [PATCH v2 01/22] t/test-lib: allow skipping leak checks for passing tests
` [PATCH v2 02/22] fetch-pack: fix memory leaks on fetch negotiation
` [PATCH v2 03/22] send-pack: fix leaking common object IDs
` [PATCH v2 04/22] builtin/push: fix leaking refspec query result
` [PATCH v2 05/22] upload-pack: fix leaking child process data on reachability checks
` [PATCH v2 06/22] submodule: fix leaking fetch task data
` [PATCH v2 07/22] builtin/submodule--helper: fix leaking refs on push-check
` [PATCH v2 08/22] remote: fix leaking tracking refs
` [PATCH v2 09/22] remote: fix leak in reachability check of a remote-tracking ref
` [PATCH v2 10/22] send-pack: fix leaking push cert nonce
` [PATCH v2 11/22] gpg-interface: fix misdesigned signing key interfaces
` [PATCH v2 12/22] object: clear grafts when clearing parsed object pool
` [PATCH v2 13/22] shallow: free grafts when unregistering them
` [PATCH v2 14/22] shallow: fix leaking members of `struct shallow_info`
` [PATCH v2 15/22] negotiator/skipping: fix leaking commit entries
` [PATCH v2 16/22] builtin/repack: fix leaking line buffer when packing promisors
` [PATCH v2 17/22] builtin/pack-objects: plug leaking list of keep-packs
` [PATCH v2 18/22] builtin/grep: fix leaking object context
` [PATCH v2 19/22] builtin/fmt-merge-msg: fix leaking buffers
` [PATCH v2 20/22] match-trees: fix leaking prefixes in `shift_tree()`
` [PATCH v2 21/22] merge-ort: fix two leaks when handling directory rename modifications
` [PATCH v2 22/22] builtin/repack: fix leaking keep-pack list
[PATCH 0/2] refs/files: use heuristic to decide whether to repack with `--auto`
2024-09-05 9:58 UTC (9+ messages)
` [PATCH 2/2] "
` [PATCH v2 0/3] refs/files: use heuristics "
` [PATCH v2 3/3] refs/files: use heuristic "
[ANNOUNCE] Outreachy mentor sign-up deadline is Wednesday September 11th at 4pm UTC
2024-09-05 9:50 UTC
git log alias with --all and --exclude
2024-09-05 5:23 UTC (6+ messages)
`git fetch <remote> <refspec>…` <refspec (without dst)>s are mapped by other <refspec (with dst)> resulting in extra remote tracking branches
2024-09-05 4:38 UTC
page: next (older)
- recent:[subjects (threaded)|topics (new)|topics (active)]
Code repositories for project(s) associated with this public inbox
https://80x24.org/mirrors/git.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).