messages from 2024-04-19 16:03:28 to 2024-04-24 17:07:14 UTC [more...]
What's cooking in git.git (Apr 2024, #09; Tue, 23)
2024-04-24 17:07 UTC
[PATCH 0/2] Use a "best effort" strategy in scheduled maintenance
2024-04-24 17:02 UTC (11+ messages)
` [PATCH v2 "
` [PATCH v2 1/2] for-each-repo: optionally keep going on an error
` [PATCH v3 0/2] Use a "best effort" strategy in scheduled maintenance
` [PATCH v3 1/2] for-each-repo: optionally keep going on an error
` [PATCH v3 2/2] maintenance: running maintenance should not stop on errors
[PATCH] format-patch: allow --rfc to optionally take a value, like --rfc=WIP
2024-04-24 16:34 UTC (23+ messages)
` [PATCH v2] "
` [PATCH v3 0/2] format-patch --rfc=WIP
` [PATCH v3 1/2] format-patch: allow --rfc to optionally take a value, like --rfc=WIP
` [PATCH v3 2/2] format-patch: "--rfc=-(WIP)" appends to produce [PATCH (WIP)]
` [PATCH v4 0/2] format-patch --rfc=WIP
` [PATCH v4 1/2] format-patch: allow --rfc to optionally take a value, like --rfc=WIP
` [PATCH v4 2/2] format-patch: "--rfc=-(WIP)" appends to produce [PATCH (WIP)]
[PATCH] Documentation/RelNotes/2.45.0.txt: fix typo
2024-04-24 16:27 UTC
[PATCH 0/8] update-ref: add support for update-symref option
2024-04-24 16:25 UTC (44+ messages)
` [PATCH v2 0/7] update-ref: add symref oriented commands
` [PATCH v2 1/7] refs: accept symref values in `ref_transaction[_add]_update`
` [PATCH v2 2/7] update-ref: add support for symref-verify
` [PATCH v2 3/7] update-ref: add support for symref-delete
` [PATCH v2 5/7] update-ref: add support for symref-create
` [PATCH v2 6/7] update-ref: add support for symref-update
` [PATCH v3 0/8] refs: add symref support to 'git-update-ref'
` [PATCH v3 1/8] refs: accept symref values in `ref_transaction[_add]_update`
` [PATCH v3 2/8] update-ref: support parsing ref targets in `parse_next_oid`
` [PATCH v3 3/8] files-backend: extract out `create_symref_lock`
` [PATCH v3 4/8] update-ref: support symrefs in the verify command
` [PATCH v3 5/8] update-ref: support symrefs in the delete command
` [PATCH v3 6/8] update-ref: support symrefs in the create command
` [PATCH v3 7/8] update-ref: support symrefs in the update command
` [PATCH v3 8/8] ref: support symrefs in 'reference-transaction' hook
Git Bug Report: git add --patch > "e" makes keyboard unresponsive
2024-04-24 16:22 UTC
[PATCH 0/2] advice: add "all" option to disable all hints
2024-04-24 16:21 UTC (14+ messages)
` [PATCH 1/2] advice: allow advice type to be provided in tests
` [PATCH 2/2] advice: add "all" option to disable all hints
[PATCH] add-patch: response to invalid option
2024-04-24 15:35 UTC (10+ messages)
` [PATCH v2] add-patch: response to invalid command
` [PATCH v3] add-patch: response to unknown command
` [PATCH v4] "
[PATCH v2 7/7] builtin/reflog: introduce subcommand to list reflogs
2024-04-24 14:53 UTC (4+ messages)
Stashing just index..working-copy rather than HEAD..working-copy?
2024-04-24 13:44 UTC
Zsh completion: cached __git_repo_path affects shell session, breaks completion
2024-04-24 13:46 UTC
[PATCH] apply: replace mksnpath() with a mkpathdup() call
2024-04-24 1:11 UTC (8+ messages)
` free and errno, was "
[PATCH 0/6] Make trailer_info struct private (plus sequencer cleanup)
2024-04-24 0:27 UTC (15+ messages)
` [PATCH v2 0/8] "
` [PATCH v2 2/8] trailer: add unit tests for trailer iterator
` [PATCH v2 4/8] sequencer: use the "
` [PATCH v2 6/8] trailer: make parse_trailers() return trailer_info pointer
` [PATCH v2 7/8] trailer: make trailer_info struct private
` [PATCH v2 8/8] trailer: retire trailer_info_get() from API
Building with PGO: concurrency and test data
2024-04-23 22:42 UTC (3+ messages)
[RFC PATCH] doc: describe the project's decision-making process
2024-04-23 22:41 UTC (9+ messages)
[PATCH] don't report vsnprintf(3) error as bug
2024-04-23 22:26 UTC (3+ messages)
[PATCH] stash: fix "--staged" with binary files
2024-04-23 21:44 UTC (4+ messages)
[PATCH] osxkeychain: restrict queries to requests with a valid host
2024-04-23 21:39 UTC (3+ messages)
[PATCH 00/11] Stop relying on SHA1 fallback for `the_hash_algo`
2024-04-23 16:54 UTC (31+ messages)
` [PATCH 01/11] path: harden validation of HEAD with non-standard hashes
` [PATCH 02/11] parse-options-cb: only abbreviate hashes when hash algo is known
` [PATCH 03/11] attr: don't recompute default attribute source
` [PATCH 09/11] builtin/diff: explicitly set hash algo when there is no repo
` [PATCH 10/11] builtin/shortlog: don't set up revisions without repo
` [PATCH v2 00/12] Stop relying on SHA1 fallback for `the_hash_algo`
` [PATCH v2 01/12] path: harden validation of HEAD with non-standard hashes
` [PATCH v2 02/12] path: move `validate_headref()` to its only user
` [PATCH v2 03/12] parse-options-cb: only abbreviate hashes when hash algo is known
` [PATCH v2 04/12] attr: don't recompute default attribute source
` [PATCH v2 05/12] attr: fix BUG() when parsing attrs outside of repo
` [PATCH v2 06/12] remote-curl: fix parsing of detached SHA256 heads
` [PATCH v2 07/12] builtin/rev-parse: allow shortening to more than 40 hex characters
` [PATCH v2 08/12] builtin/blame: don't access potentially unitialized `the_hash_algo`
` [PATCH v2 09/12] builtin/bundle: abort "verify" early when there is no repository
` [PATCH v2 10/12] builtin/diff: explicitly set hash algo when there is no repo
` [PATCH v2 11/12] builtin/shortlog: don't set up revisions without repo
` [PATCH v2 12/12] repository: stop setting SHA1 as the default object hash
[RFD] Libification proposal: separate internal and external interfaces
2024-04-23 9:57 UTC (4+ messages)
Why conflict when merge a branch that the directory is unmodified
2024-04-23 7:26 UTC (2+ messages)
What's cooking in git.git (Apr 2024, #08; Mon, 22)
2024-04-22 23:45 UTC
[PATCH 0/4] mark t3701-add-interactive.sh as leak-free
2024-04-22 23:26 UTC (19+ messages)
` [PATCH 2/4] add-interactive: plug a leak in get_untracked_files
` [PATCH 1/4] apply: plug a leak in apply_data
` [PATCH 3/4] add-patch: plug a leak handling the '/' command
` [PATCH 4/4] add: plug a leak on interactive_add
` [PATCH v2 0/4] mark t3701-add-interactive.sh as leak-free
` [PATCH v2 1/4] apply: plug a leak in apply_data
` [PATCH v2 2/4] add-interactive: plug a leak in get_untracked_files
` [PATCH v2 3/4] add-patch: plug a leak handling the '/' command
` [PATCH v2 4/4] add: plug a leak on interactive_add
[PATCH 0/2] docs: improvements for Git v2.45 changelog
2024-04-22 15:54 UTC (4+ messages)
` [PATCH 1/2] docs: improve changelog entry for `git pack-refs --auto`
` [PATCH 2/2] docs: address typos in Git v2.45 changelog
SVN to Git migration fails possibly due to branch renames and deletes
2024-04-22 14:17 UTC
[PATCH] docs: remove duplicate entry and fix typo in 2.45 changelog
2024-04-22 5:51 UTC (3+ messages)
Possible git-diff bug when using exit-code with diff filters
2024-04-21 20:18 UTC (6+ messages)
[[PATCH] [RESUBMIT 2nd] Consistency for substitution hints (i18n) 0/1]
2024-04-21 19:33 UTC (3+ messages)
` [[PATCH] [RESUBMIT 2nd] Consistency for substitution hints (i18n) 1/1] parse-options: use localized substitution hints
[[PATCH] [RESUBMIT] Consistency for substitution hints (i18n) 0/1]
2024-04-21 18:14 UTC (2+ messages)
` [[PATCH] [RESUBMIT] Consistency for substitution hints (i18n) 1/1] parse-options: use localized substitution hints
[PATCH] Consistency for substitution hints (i18n) 0/1
2024-04-21 18:04 UTC (2+ messages)
` [[PATCH] Consistency for substitution hints (i18n) 1/1] parse-options: use localized substitution hints
[PATCH] format-patch: ensure that --rfc and -k are mutually exclusive
2024-04-21 14:00 UTC (5+ messages)
[PATCH] git-gui: fix inability to quit after closing another instance
2024-04-20 21:58 UTC (3+ messages)
[Announce] Git 2.45.0-rc0
2024-04-20 17:46 UTC
[BUG?] "format-patch --range-diff=$commit HEAD^ HEAD" fails
2024-04-20 17:30 UTC (2+ messages)
[PATCH v2] bisect: Honor log.date
2024-04-20 17:13 UTC (9+ messages)
[ANNOUNCE] Git for Windows 2.45.0-rc0
2024-04-19 21:55 UTC
[PATCH 0/3] switch to tombstone-free khashl table
2024-04-19 21:46 UTC (4+ messages)
What's cooking in git.git (Apr 2024, #07; Fri, 19)
2024-04-19 17:24 UTC
[ANNOUNCE] Git v2.45.0-rc0
2024-04-19 17:14 UTC
[PATCH 0/4] format-patch: fix an option coexistence bug and add new --resend option
2024-04-19 16:21 UTC (13+ messages)
` [PATCH 3/4] format-patch: new --resend option for adding "RESEND" to patch subjects
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 read-only IMAP folder(s) and NNTP newsgroup(s).