git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2024-04-25 06:41:19 to 2024-04-29 17:22:55 UTC [more...]

A note from the maintainer
 2024-04-29 17:22 UTC 

[ANNOUNCE] Git v2.45.0
 2024-04-29 17:12 UTC 

[PATCH] builtin/tag.c: add --trailer arg
 2024-04-29 17:07 UTC  (9+ messages)
` [PATCH v2] "

[PATCH 0/2] advice: add "all" option to disable all hints
 2024-04-29 17:05 UTC  (23+ messages)
` [PATCH v2 0/1] advice: add --no-advice global option
  ` [PATCH v2 1/1] "

[PATCH 0/3] color: add support for 12-bit RGB colors
 2024-04-29 16:48 UTC  (4+ 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 "

Draft of Git Rev News edition 110
 2024-04-29 16:45 UTC  (2+ messages)

[PATCH 0/3] Clarify pseudo-ref terminology
 2024-04-29 16:24 UTC  (7+ 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 0/7] update-ref: add symref oriented commands
 2024-04-29 16:18 UTC  (35+ messages)
` [PATCH v3 0/8] refs: add symref support to 'git-update-ref'
  ` [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 v4 2/7] files-backend: extract out `create_symref_lock`
    ` [PATCH v4 3/7] update-ref: add support for 'symref-verify' command
    ` [PATCH v4 4/7] update-ref: add support for 'symref-delete' command
    ` [PATCH v4 5/7] update-ref: add support for 'symref-create' command
    ` [PATCH v4 6/7] update-ref: add support for 'symref-update' command
    ` [PATCH v4 7/7] ref: support symrefs in 'reference-transaction' hook

[PATCH] add-patch: response to invalid option
 2024-04-29 16:09 UTC  (25+ messages)
` [PATCH v2] add-patch: response to invalid command
  ` [PATCH v3] add-patch: response to unknown command
    ` [PATCH v4] "

[PATCH 6/8] check_refname_format(): add FULLY_QUALIFIED flag
 2024-04-29 16:01 UTC  (2+ messages)

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)

[PATCH] gitlab-ci: add smoke test for fuzzers
 2024-04-29 15:37 UTC  (3+ messages)

[PATCH 0/8] tightening ref handling outside of refs/
 2024-04-29 15:01 UTC  (6+ messages)
` [PATCH 1/8] t0600: don't create ref "

[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  (3+ messages)

[PATCH 8/8] refs: check refnames as fully qualified when resolving
 2024-04-29  8:35 UTC 

[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  (18+ messages)
` [PATCH v2 00/12] "
` [PATCH v3 00/13] "
  ` [PATCH v3 01/13] path: harden validation of HEAD with non-standard hashes
  ` [PATCH v3 02/13] path: move `validate_headref()` to its only user
  ` [PATCH v3 03/13] parse-options-cb: only abbreviate hashes when hash algo is known
  ` [PATCH v3 04/13] attr: don't recompute default attribute source
  ` [PATCH v3 05/13] attr: fix BUG() when parsing attrs outside of repo
  ` [PATCH v3 06/13] remote-curl: fix parsing of detached SHA256 heads
  ` [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

Git Bug Report: git credential 'url' parsing clear other fields
 2024-04-29  5:25 UTC  (2+ messages)

Unexpected behavior with the rev-parse operation
 2024-04-28 23:07 UTC  (3+ messages)
  ` Re* "

[PATCH 0/1] completion: send-email: don't complete revs when --no-format-patch
 2024-04-28 22:55 UTC  (5+ messages)
  ` [PATCH v2 1/1] completion: "

[PATCH 00/13] builtin: implement, document and test url-parse
 2024-04-28 22:31 UTC  (14+ messages)
` [PATCH 01/13] url: move helper function to URL header and source
` [PATCH 02/13] urlmatch: define url_parse function
` [PATCH 03/13] builtin: create url-parse command
` [PATCH 04/13] url-parse: add URL parsing helper function
` [PATCH 05/13] url-parse: enumerate possible URL components
` [PATCH 06/13] url-parse: define component extraction helper fn
` [PATCH 07/13] url-parse: define string to component converter fn
` [PATCH 08/13] url-parse: define usage and options
` [PATCH 09/13] url-parse: parse options given on the command line
` [PATCH 10/13] url-parse: validate all given git URLs
` [PATCH 11/13] url-parse: output URL components selected by user
` [PATCH 12/13] Documentation: describe the url-parse builtin
` [PATCH 13/13] tests: add tests for the new "

[PATCH v6 0/2] send-email: make produced outputs more readable
 2024-04-28  3:03 UTC  (10+ messages)
` [PATCH v6 2/2] send-email: make it easy to discern the messages for each patch

Stashing just index..working-copy rather than HEAD..working-copy?
 2024-04-27 20:17 UTC  (3+ messages)

[PATCH 0/2] Test fixes when running with zsh in sh mode
 2024-04-27 17:23 UTC  (4+ messages)
` [PATCH 1/2] t4046: avoid continue in &&-chain for zsh
` [PATCH 2/2] vimdiff: make script and tests work with zsh

[PATCH 0/1] quote: quote space
 2024-04-27 17:20 UTC  (14+ messages)
              ` [PATCH v2] t4126: make sure a directory with SP at the end is usable

[PATCH v2 0/8] Make trailer_info struct private (plus sequencer cleanup)
 2024-04-27 12:51 UTC  (17+ messages)
` [PATCH v3 00/10] "
  ` [PATCH v3 01/10] Makefile: sort UNIT_TEST_PROGRAMS
  ` [PATCH v3 02/10] trailer: add unit tests for trailer iterator
  ` [PATCH v3 03/10] trailer: teach iterator about non-trailer lines
  ` [PATCH v3 04/10] sequencer: use the trailer iterator
  ` [PATCH v3 05/10] interpret-trailers: access trailer_info with new helpers
  ` [PATCH v3 06/10] trailer: make parse_trailers() return trailer_info pointer
  ` [PATCH v3 07/10] trailer: make trailer_info struct private
  ` [PATCH v3 08/10] trailer: retire trailer_info_get() from API
  ` [PATCH v3 09/10] trailer: document parse_trailers() usage
  ` [PATCH v3 10/10] trailer unit tests: inspect iterator contents

[PATCH v3 1/3] completion: add 'symbolic-ref'
 2024-04-26 11:43 UTC  (10+ messages)
` [PATCH v3 2/3] completion: improve docs for using __git_complete
` [PATCH v3 3/3] completion: add docs on how to add subcommand completions

[PATCH] doc: clarify practices for submitting updated patch versions
 2024-04-26 10:09 UTC  (3+ messages)

[PATCH] completion: fix zsh parsing $GIT_PS1_SHOWUPSTREAM
 2024-04-26  5:39 UTC  (3+ messages)

Issue related to git submodules, tracking branches and custom remote names
 2024-04-25 13:00 UTC 

[PATCH v2 1/2] completion: add 'symbolic-ref'
 2024-04-25 10:21 UTC  (3+ messages)


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).