messages from 2024-04-29 06:34:46 to 2024-04-30 16:58:48 UTC [more...]
[BUG] 'ls-files path' fails if absolute path of workdir contains NFD (macOS)
2024-04-30 16:58 UTC (4+ messages)
[PATCH] builtin/tag.c: add --trailer arg
2024-04-30 16:53 UTC (23+ messages)
` [PATCH v2] "
` [PATCH v3 0/3] builtin/tag.c: add --trailer option
` [PATCH v3 1/3] builtin/commit.c: refactor --trailer logic
` [PATCH v3 2/3] builtin/tag.c: add --trailer arg
` [PATCH v3 3/3] po: update git-tag translations
` [PATCH v4 0/3] builtin/tag.c: add --trailer option
` [PATCH v4 1/3] builtin/commit.c: remove bespoke option callback
` [PATCH v4 2/3] builtin/commit.c: refactor --trailer logic
` [PATCH v4 3/3] builtin/tag.c: add --trailer option
[bug report] commit signature validation
2024-04-30 16:53 UTC
[PATCH] add-patch: response to invalid option
2024-04-30 16:38 UTC (17+ messages)
` [PATCH v2] add-patch: response to invalid command
` [PATCH v3] add-patch: response to unknown command
` [PATCH v4] "
` [PATCH v5 0/2] "
` [PATCH v5 1/2] add-patch: do not show UI messages on stderr
` [PATCH v5 2/2] add-patch: response to unknown command
[PATCH 0/2] advice: add "all" option to disable all hints
2024-04-30 16:29 UTC (17+ messages)
` [PATCH v2 0/1] advice: add --no-advice global option
` [PATCH v2 1/1] "
` [PATCH v3 0/1] "
` [PATCH v3 1/1] "
[PATCH 0/2] Add GitLab CI to check for whitespace errors
2024-04-30 14:58 UTC (13+ messages)
` [PATCH 1/2] ci: pre-collapse GitLab CI sections
` [PATCH 2/2] gitlab-ci: add whitespace error check
[PATCH] refs: return conflict error when checking packed refs
2024-04-30 14:50 UTC
Unexpected behavior with the rev-parse operation
2024-04-30 14:26 UTC (4+ messages)
` Re* "
[PATCH 0/3] Clarify pseudo-ref terminology
2024-04-30 13:35 UTC (36+ messages)
` [PATCH 1/3] refs: move `is_special_ref()`
` [PATCH 2/3] refs: do not label special refs as pseudo refs
` [PATCH 3/3] refs: fix segfault in `is_pseudoref()` when ref cannot be resolved
` [PATCH v2 00/10] Clarify pseudo-ref terminology
` [PATCH v2 01/10] Documentation/glossary: redefine pseudorefs as special refs
` [PATCH v2 02/10] Documentation/glossary: clarify limitations of pseudorefs
` [PATCH v2 03/10] Documentation/glossary: define root refs as refs
` [PATCH v2 04/10] refs: rename `is_pseudoref()` to `is_root_ref()`
` [PATCH v2 05/10] refs: refname `is_special_ref()` to `is_pseudo_ref()`
` [PATCH v2 06/10] refs: classify HEAD as a root ref
` [PATCH v2 07/10] refs: root refs can be symbolic refs
` [PATCH v2 08/10] refs: pseudorefs are no refs
` [PATCH v2 09/10] ref-filter: properly distinuish pseudo and root refs
` [PATCH v2 10/10] refs: refuse to write pseudorefs
[PATCH 8/8] refs: check refnames as fully qualified when resolving
2024-04-30 11:25 UTC (4+ messages)
[PATCH 0/3] color: add support for 12-bit RGB colors
2024-04-30 10:59 UTC (9+ messages)
` [PATCH 1/3] t/t4026-color: remove an extra double quote character
` [PATCH 2/3] t/t4026-color: add test coverage for invalid RGB colors
` [PATCH 3/3] color: add support for 12-bit "
[PATCH 0/8] tightening ref handling outside of refs/
2024-04-30 10:45 UTC (7+ messages)
` [PATCH 1/8] t0600: don't create ref "
[PATCH v3 0/8] refs: add symref support to 'git-update-ref'
2024-04-30 10:33 UTC (15+ messages)
` [PATCH v4 0/7] add symref-* commands to 'git-update-ref --stdin'
` [PATCH v4 1/7] refs: accept symref values in `ref_transaction[_add]_update`
[PATCH 6/8] check_refname_format(): add FULLY_QUALIFIED flag
2024-04-30 10:09 UTC (7+ messages)
[PATCH 00/13] builtin: implement, document and test url-parse
2024-04-30 7:37 UTC (6+ messages)
` [PATCH 12/13] Documentation: describe the url-parse builtin
` Reply to community feedback
Draft of Git Rev News edition 110
2024-04-30 6:41 UTC (3+ messages)
[PATCH v2 0/8] Make trailer_info struct private (plus sequencer cleanup)
2024-04-30 4:55 UTC (6+ messages)
` [PATCH v3 00/10] "
` [PATCH v3 03/10] trailer: teach iterator about non-trailer lines
What's cooking in git.git (Apr 2024, #10; Mon, 29)
2024-04-30 4:45 UTC (4+ messages)
[PATCH] gitlab-ci: add smoke test for fuzzers
2024-04-30 4:30 UTC (4+ messages)
[PATCH 0/9] bound upload-pack memory allocations
2024-04-29 20:49 UTC (5+ messages)
` [PATCH 6/9] upload-pack: disallow object-info capability by default
[PATCH 00/24] pack-bitmap: pseudo-merge reachability bitmaps
2024-04-29 20:44 UTC (31+ messages)
` [PATCH 02/24] config: repo_config_get_expiry()
` [PATCH 03/24] ewah: implement `ewah_bitmap_is_subset()`
` [PATCH v2 00/23] pack-bitmap: pseudo-merge reachability bitmaps
` [PATCH v2 01/23] Documentation/technical: describe pseudo-merge bitmaps format
` [PATCH v2 02/23] ewah: implement `ewah_bitmap_is_subset()`
` [PATCH v2 03/23] pack-bitmap: drop unused `max_bitmaps` parameter
` [PATCH v2 04/23] pack-bitmap: move some initialization to `bitmap_writer_init()`
` [PATCH v2 05/23] pseudo-merge.ch: initial commit
` [PATCH v2 06/23] pack-bitmap-write: support storing pseudo-merge commits
` [PATCH v2 07/23] pack-bitmap: implement `bitmap_writer_has_bitmapped_object_id()`
` [PATCH v2 08/23] pack-bitmap: make `bitmap_writer_push_bitmapped_commit()` public
` [PATCH v2 09/23] pseudo-merge: implement support for selecting pseudo-merge commits
` [PATCH v2 10/23] pack-bitmap-write.c: select "
` [PATCH v2 11/23] pack-bitmap-write.c: write pseudo-merge table
` [PATCH v2 12/23] pack-bitmap: extract `read_bitmap()` function
` [PATCH v2 13/23] pseudo-merge: scaffolding for reads
` [PATCH v2 14/23] pack-bitmap.c: read pseudo-merge extension
` [PATCH v2 15/23] pseudo-merge: implement support for reading pseudo-merge commits
` [PATCH v2 16/23] ewah: implement `ewah_bitmap_popcount()`
` [PATCH v2 17/23] pack-bitmap: implement test helpers for pseudo-merge
` [PATCH v2 18/23] t/test-lib-functions.sh: support `--date` in `test_commit_bulk()`
` [PATCH v2 19/23] pack-bitmap.c: use pseudo-merges during traversal
` [PATCH v2 20/23] pack-bitmap: extra trace2 information
` [PATCH v2 21/23] ewah: `bitmap_equals_ewah()`
` [PATCH v2 22/23] pseudo-merge: implement support for finding existing merges
` [PATCH v2 23/23] t/perf: implement performace tests for pseudo-merge bitmaps
[ANNOUNCE] Git for Windows 2.45.0
2024-04-29 20:36 UTC
A note from the maintainer
2024-04-29 17:22 UTC
[ANNOUNCE] Git v2.45.0
2024-04-29 17:12 UTC
Use of Git with local folders
2024-04-29 15:47 UTC
Use of Git with local folders
2024-04-29 15:44 UTC (7+ messages)
[GIT PULL] l10n updates for 2.45.0
2024-04-29 14:37 UTC (2+ messages)
Git-GUI change of maintainership
2024-04-29 14:24 UTC (2+ messages)
[PATCH 7/8] refs: check refnames as fully qualified when writing
2024-04-29 8:34 UTC
[PATCH 5/8] refs: use is_pseudoref_syntax() in refname_is_safe()
2024-04-29 8:23 UTC
[PATCH 4/8] refs: disallow dash in pseudoref syntax
2024-04-29 8:23 UTC
[PATCH 3/8] refs: move is_pseudoref_syntax() definition earlier
2024-04-29 8:21 UTC
[PATCH 2/8] t5619: use fully qualified refname for branch
2024-04-29 8:21 UTC
[L10N] Kickoff for Git 2.45.0
2024-04-29 8:00 UTC (3+ messages)
[PATCH 00/11] Stop relying on SHA1 fallback for `the_hash_algo`
2024-04-29 6:35 UTC (9+ messages)
` [PATCH v3 00/13] "
` [PATCH v3 07/13] builtin/rev-parse: allow shortening to more than 40 hex characters
` [PATCH v3 08/13] builtin/blame: don't access potentially unitialized `the_hash_algo`
` [PATCH v3 09/13] builtin/bundle: abort "verify" early when there is no repository
` [PATCH v3 10/13] builtin/diff: explicitly set hash algo when there is no repo
` [PATCH v3 11/13] builtin/shortlog: don't set up revisions without repo
` [PATCH v3 12/13] oss-fuzz/commit-graph: set up hash algorithm
` [PATCH v3 13/13] repository: stop setting SHA1 as the default object hash
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).