messages from 2024-08-28 14:58:53 to 2024-09-02 09:04:29 UTC [more...]
`git rebase (--no-fork-point) --onto=<newbase> [<upstream> [<branch>]]` leaves HEAD detached and *HEAD not moved when <branch> is exactly `HEAD`
2024-09-02 9:04 UTC (5+ messages)
[PATCH] Documentation/BreakingChanges: announce removal of git-pack-redundant(1)
2024-09-02 8:13 UTC
[PATCH 0/4] hash.h: support choosing a separate SHA-1 for non-cryptographic uses
2024-09-02 3:41 UTC (6+ messages)
` [PATCH 1/4] sha1: do not redefine `platform_SHA_CTX` and friends
` [PATCH 2/4] hash.h: scaffolding for _fast hashing variants
` [PATCH 3/4] Makefile: allow specifying a SHA-1 for non-cryptographic uses
` [PATCH 4/4] csum-file.c: use fast SHA-1 implementation when available
[PATCH] mergetools: vscode: new tool
2024-09-02 2:59 UTC
git 2.46.0 crashes when trying to verify-pack outside of a repo
2024-09-01 23:45 UTC (3+ messages)
[GSoC][PATCH v3] t: port helper/test-oid-array.c to unit-tests/t-oid-array.c
2024-09-01 21:26 UTC (2+ messages)
` [PATCH v4] "
[ANNOUNCE] Git Rev News edition 114
2024-09-01 21:02 UTC
`git merge --no-overwrite-ignore` overwrites ignored files when merge (i.e. not fast-forward)
2024-09-01 10:49 UTC
[PATCH v2] compat/terminal: mark parameter of git_terminal_prompt() UNUSED
2024-08-31 14:58 UTC
[PATCH] git gui: add directly calling merge tool from gitconfig
2024-08-31 13:51 UTC (4+ messages)
` [PATCH v2] "
Unpredictable peak memory usage when using `git log` command
2024-08-31 10:24 UTC (5+ messages)
` [PATCH] revision: free commit buffers for skipped commits
[PATCH] compat/terminal: mark parameter of git_terminal_prompt() UNUSED
2024-08-31 2:40 UTC (4+ messages)
[PATCH 0/2] make chainlint output more newcomer-friendly
2024-08-30 23:51 UTC (17+ messages)
` [PATCH 1/2] chainlint: make error messages self-explanatory
` [PATCH 2/2] chainlint: reduce annotation noise-factor
[PATCH 00/22] Memory leak fixes (pt.6)
2024-08-30 22:30 UTC (12+ messages)
` [PATCH 01/22] t/test-lib: allow skipping leak checks for passing tests
` [PATCH 04/22] builtin/push: fix leaking refspec query result
` [PATCH 05/22] upload-pack: fix leaking child process data on reachability checks
` [PATCH 14/22] shallow: fix leaking members of `struct shallow_info`
Committing crimes with NTFS-3G
2024-08-30 22:00 UTC (11+ messages)
[PATCH] Mark `cat-file` sparse-index compatible
2024-08-30 21:10 UTC (5+ messages)
` [PATCH v2 0/2] Mark cat-file "
` [PATCH v2 1/2] Allow using stdin in run_on_* functions
` [PATCH v2 2/2] Mark 'git cat-file' sparse-index compatible
Draft of Git Rev News edition 114
2024-08-30 20:59 UTC
What's cooking in git.git (Aug 2024, #11; Fri, 30)
2024-08-30 20:44 UTC
[PATCH] refs/files-backend: work around -Wunused-parameter
2024-08-30 19:33 UTC
[PATCH v2 0/3] doc: introducing synopsis para
2024-08-30 17:48 UTC (5+ messages)
` [PATCH v3 "
How to turn off rename detection for cherry-pick?
2024-08-30 17:17 UTC (10+ messages)
[PATCH 00/21] environment: guard reliance on `the_repository`
2024-08-30 16:32 UTC (49+ messages)
` [PATCH 01/21] environment: make `get_git_dir()` accept a repository
` [PATCH 02/21] environment: make `get_git_common_dir()` "
` [PATCH 03/21] environment: make `get_object_directory()` "
` [PATCH 04/21] environment: make `get_index_file()` "
` [PATCH 05/21] environment: make `get_graft_file()` "
` [PATCH 06/21] environment: make `get_git_work_tree()` "
` [PATCH 07/21] config: document `read_early_config()` and `read_very_early_config()`
` [PATCH 08/21] config: make dependency on repo in `read_early_config()` explicit
` [PATCH 09/21] environment: move `odb_mkstemp()` into object layer
` [PATCH 10/21] environment: make `get_git_namespace()` self-contained
` [PATCH 11/21] environment: move `set_git_dir()` and related into setup layer
` [PATCH 12/21] environment: reorder header to split out `the_repository`-free section
` [PATCH 13/21] environment: guard state depending on a repository
` [PATCH 14/21] repo-settings: split out declarations into a standalone header
` [PATCH 15/21] branch: stop modifying `log_all_ref_updates` variable
` [PATCH 16/21] refs: stop modifying global "
` [PATCH 17/21] repo-settings: track defaults close to `struct repo_settings`
` [PATCH 18/21] environment: stop storing "core.logAllRefUpdates" globally
` [PATCH 19/21] environment: stop storing "core.preferSymlinkRefs" globally
` [PATCH 20/21] environment: stop storing "core.warnAmbiguousRefs" globally
` [PATCH 21/21] environment: stop storing "core.notesRef" globally
` [PATCH v2 00/21] environment: guard reliance on `the_repository`
` [PATCH v2 01/21] environment: make `get_git_dir()` accept a repository
` [PATCH v2 02/21] environment: make `get_git_common_dir()` "
` [PATCH v2 03/21] environment: make `get_object_directory()` "
` [PATCH v2 04/21] environment: make `get_index_file()` "
` [PATCH v2 05/21] environment: make `get_graft_file()` "
` [PATCH v2 06/21] environment: make `get_git_work_tree()` "
` [PATCH v2 07/21] config: document `read_early_config()` and `read_very_early_config()`
` [PATCH v2 08/21] config: make dependency on repo in `read_early_config()` explicit
` [PATCH v2 09/21] environment: move `odb_mkstemp()` into object layer
` [PATCH v2 10/21] environment: make `get_git_namespace()` self-contained
` [PATCH v2 11/21] environment: move `set_git_dir()` and related into setup layer
` [PATCH v2 12/21] environment: reorder header to split out `the_repository`-free section
` [PATCH v2 13/21] environment: guard state depending on a repository
` [PATCH v2 14/21] repo-settings: split out declarations into a standalone header
` [PATCH v2 15/21] repo-settings: track defaults close to `struct repo_settings`
` [PATCH v2 16/21] branch: stop modifying `log_all_ref_updates` variable
` [PATCH v2 17/21] refs: stop modifying global "
` [PATCH v2 18/21] environment: stop storing "core.logAllRefUpdates" globally
` [PATCH v2 19/21] environment: stop storing "core.preferSymlinkRefs" globally
` [PATCH v2 20/21] environment: stop storing "core.warnAmbiguousRefs" globally
` [PATCH v2 21/21] environment: stop storing "core.notesRef" globally
[PATCH 0/2] clean up some MAYBE_UNUSED cases
2024-08-30 16:30 UTC (7+ messages)
` [PATCH 1/2] gc: drop MAYBE_UNUSED annotation from used parameter
` [PATCH 2/2] grep: prefer UNUSED to MAYBE_UNUSED for pcre allocators
hola
2024-08-30 12:29 UTC
git-show multiple files delimiter?
2024-08-30 0:43 UTC
Tags auto fetched by "git fetch origin" but not "git fetch origin main"
2024-08-29 23:16 UTC (6+ messages)
[PATCH 0/5] `--whitespace=fix` with `--no-ignore-whitespace`
2024-08-29 23:13 UTC (5+ messages)
` [PATCH 2/5] apply: honor `ignore_ws_none` with `correct_ws_error`
Local git server can't serve https until repos owned by http, can't serve ssh unless repos owned by user after 2.45.1
2024-08-29 20:34 UTC (8+ messages)
[PATCH v1 0/4] add ref content check for files backend
2024-08-29 20:19 UTC (35+ messages)
` [PATCH v2 "
` [PATCH v2 2/4] ref: add regular "
` [PATCH v2 3/4] ref: add symbolic "
` [PATCH] SQUASH??? remove unused parameters
` [PATCH 8/6] CodingGuidelines: also mention MAYBE_UNUSED
` [PATCH v2] "
` [PATCH 9/6] git-compat-util: guard definition of MAYBE_UNUSED with __GNUC__
[PATCH 0/8] pseudo-merge: avoid empty and non-closed pseudo-merge commits
2024-08-29 19:36 UTC (13+ messages)
` [PATCH 1/8] pack-bitmap: initialize `bitmap_writer_init()` with packing_data
` [PATCH 5/8] pack-bitmap-write.c: select pseudo-merges even for small bitmaps
` [PATCH 7/8] pseudo-merge.c: do not generate empty pseudo-merge commits
[PATCH 00/13] midx: incremental multi-pack indexes, part two
2024-08-29 19:27 UTC (7+ messages)
` [PATCH v2 "
` [PATCH v2 13/13] midx: implement writing incremental MIDX bitmaps
` [PATCH] fixup! "
[PATCH 0/5] pack-objects: brown-paper-bag fixes for multi-pack reuse
2024-08-29 18:58 UTC (4+ messages)
` [PATCH 2/5] pack-bitmap: tag bitmapped packs with their corresponding MIDX
[PATCH 15/22] negotiator/skipping: fix leaking commit entries
2024-08-29 17:29 UTC (5+ messages)
[PATCH v3 0/3] send-email: add --mailmap support
2024-08-28 21:23 UTC (2+ messages)
What's cooking in git.git (Aug 2024, #10; Tue, 27)
2024-08-28 20:38 UTC (2+ messages)
` Libification update (was: What's cooking in git.git (Aug 2024, #10; Tue, 27))
[PATCH v3 0/8] git-prompt: support more shells v3
2024-08-28 19:54 UTC (5+ messages)
` [PATCH v4 0/8] git-prompt: support more shells v4
[PATCH 0/6] unused parameters: the final countdown
2024-08-28 19:53 UTC (6+ messages)
` [PATCH 6/6] config.mak.dev: enable -Wunused-parameter by default
` [PATCH 7/6] CodingGuidelines: mention -Wunused-parameter and UNUSED
[PATCH] reftable: mark unused parameters in empty iterator functions
2024-08-28 18:10 UTC (3+ messages)
Improvement: `git-maintenance` to allow configuring of remotes to fetch
2024-08-28 16:31 UTC (3+ messages)
Wrong error message when cloning from http gitlab (and everything still works anyway)
2024-08-28 15:53 UTC (3+ messages)
[RFC PATCH 0/3] Introduce clar testing framework
2024-08-28 15:15 UTC (9+ messages)
` [PATCH v5 0/9] "
` [PATCH v6 00/13] "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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 NNTP newsgroup(s).