git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2023-04-01 08:47:23 to 2023-04-04 03:30:36 UTC [more...]

[PATCH v2] grep: correctly identify utf-8 characters with \{b,w} in -P
 2023-04-04  3:30 UTC  (3+ messages)
` -P '\d' in GNU and git grep
  ` bug#60690: "

[GSoC][Proposal] Unify ref-filter formats with other --pretty formats
 2023-04-04  2:31 UTC  (2+ messages)
` [GSoC][Proposal v2] "

[PATCH 00/24] Header cleanups (splitting up cache.h)
 2023-04-04  1:22 UTC  (51+ messages)
` [PATCH 01/24] treewide: be explicit about dependence on trace.h & trace2.h
` [PATCH 02/24] treewide: be explicit about dependence on advice.h
` [PATCH 03/24] treewide: be explicit about dependence on convert.h
` [PATCH 04/24] treewide: be explicit about dependence on pack-revindex.h
` [PATCH 05/24] treewide: be explicit about dependence on oid-array.h
` [PATCH 06/24] treewide: be explicit about dependence on mem-pool.h
` [PATCH 07/24] treewide: remove unnecessary cache.h inclusion
` [PATCH 08/24] object-name.h: move declarations for object-name.c functions from cache.h
` [PATCH 09/24] treewide: remove cache.h inclusion due to object-name.h changes
` [PATCH 10/24] git-zlib: move declarations for git-zlib functions from cache.h
` [PATCH 11/24] treewide: remove cache.h inclusion due to git-zlib changes
` [PATCH 12/24] object-file.h: move declarations for object-file.c functions from cache.h
` [PATCH 13/24] treewide: remove cache.h inclusion due to object-file.h changes
` [PATCH 14/24] object.h: move an inline function and some defines from cache.h
` [PATCH 15/24] editor: move editor-related functions and declarations into common file
` [PATCH 16/24] treewide: remove cache.h inclusion due to editor.h changes
` [PATCH 17/24] pager.h: move declarations for pager.c functions from cache.h
` [PATCH 18/24] treewide: remove cache.h inclusion due to pager.h changes
` [PATCH 19/24] cache.h: remove unnecessary includes
` [PATCH 20/24] strbuf: move forward declarations to beginning of file
` [PATCH 21/24] treewide: remove double forward declaration of read_in_full
` [PATCH 22/24] treewide: reduce includes of cache.h in other headers
` [PATCH 23/24] chdir-notify, quote: replace cache.h include with path.h
` [PATCH 24/24] mailmap, quote: move declarations of global vars to correct unit
` [PATCH v2 00/24] Header cleanups (splitting up cache.h)
  ` [PATCH v2 01/24] treewide: be explicit about dependence on trace.h & trace2.h
  ` [PATCH v2 02/24] treewide: be explicit about dependence on advice.h
  ` [PATCH v2 03/24] treewide: be explicit about dependence on convert.h
  ` [PATCH v2 04/24] treewide: be explicit about dependence on pack-revindex.h
  ` [PATCH v2 05/24] treewide: be explicit about dependence on oid-array.h
  ` [PATCH v2 06/24] treewide: be explicit about dependence on mem-pool.h
  ` [PATCH v2 07/24] treewide: remove unnecessary cache.h inclusion
  ` [PATCH v2 08/24] object-name.h: move declarations for object-name.c functions from cache.h
  ` [PATCH v2 09/24] treewide: remove cache.h inclusion due to object-name.h changes
  ` [PATCH v2 10/24] git-zlib: move declarations for git-zlib functions from cache.h
  ` [PATCH v2 11/24] treewide: remove cache.h inclusion due to git-zlib changes
  ` [PATCH v2 12/24] object-file.h: move declarations for object-file.c functions from cache.h
  ` [PATCH v2 13/24] treewide: remove cache.h inclusion due to object-file.h changes
  ` [PATCH v2 14/24] object.h: move some inline functions and defines from cache.h
  ` [PATCH v2 15/24] treewide: remove cache.h inclusion due to object.h changes
  ` [PATCH v2 16/24] editor: move editor-related functions and declarations into common file
  ` [PATCH v2 17/24] treewide: remove cache.h inclusion due to editor.h changes
  ` [PATCH v2 18/24] pager.h: move declarations for pager.c functions from cache.h
  ` [PATCH v2 19/24] treewide: remove cache.h inclusion due to pager.h changes
  ` [PATCH v2 20/24] cache.h: remove unnecessary includes
  ` [PATCH v2 21/24] strbuf: move forward declarations to beginning of file
  ` [PATCH v2 22/24] treewide: remove double forward declaration of read_in_full
  ` [PATCH v2 23/24] treewide: reduce includes of cache.h in other headers
  ` [PATCH v2 24/24] mailmap, quote: move declarations of global vars to correct unit

[PATCH] object-info: init request_info before reading arg
 2023-04-04  1:07 UTC  (3+ messages)

git revert with partial commit
 2023-04-04  0:37 UTC  (7+ messages)

[RFC][PATCH v1] write-tree: integrate with sparse index
 2023-04-04  0:35 UTC  (5+ messages)
` [PATCH v2] "

[GSOC][PATCH v1] diff-index: enable diff-index
 2023-04-04  0:16 UTC  (2+ messages)

[PATCH RESEND] hooks: add sendemail-validate-series
 2023-04-03 22:59 UTC  (10+ messages)

[PATCH v1 0/6] t: fix unused files, part 2
 2023-04-03 22:33 UTC  (15+ messages)
` [PATCH v1 1/6] t0300: don't create unused file
` [PATCH v1 2/6] t1300: fix config file syntax error descriptions
` [PATCH v1 3/6] t1300: don't create unused files
` [PATCH v1 4/6] t1450: "
` [PATCH v1 5/6] t1502: "
` [PATCH v1 6/6] t2019: "
` [PATCH v2 0/6] t: fix unused files, part 2
  ` [PATCH v2 1/6] t0300: don't create unused file
  ` [PATCH v2 2/6] t1300: fix config file syntax error descriptions
  ` [PATCH v2 3/6] t1300: don't create unused files
  ` [PATCH v2 4/6] t1450: "
  ` [PATCH v2 5/6] t1502: "
  ` [PATCH v2 6/6] t2019: "

[PATCH 1/3] doc: interpret-trailers: remove trailing spaces
 2023-04-03 21:18 UTC  (8+ messages)
  ` [PATCH v2 0/3] doc: interpret-trailers: don't use deprecated config
    ` [PATCH v2 1/3] doc: interpret-trailers: don’t use heredoc in examples
    ` [PATCH v2 2/3] doc: interpret-trailers: don’t use deprecated config
    ` [PATCH v2 3/3] doc: interpret-trailers: fix examples

[GSOC][Proposal V1]
 2023-04-03 20:00 UTC 

regex compilation error with --color-words
 2023-04-03 19:32 UTC  (6+ messages)

range-diff: slight usability problem with mistyped ref
 2023-04-03 19:29 UTC  (3+ messages)

[PATCH] fetch: download bundles once, even with --all
 2023-04-03 18:32 UTC  (3+ messages)

[RFC][GSoC Proposal V1] : Unify ref-filter formats with other pretty formats
 2023-04-03 18:13 UTC  (2+ messages)

What's cooking in git.git (Mar 2023, #06; Wed, 29)
 2023-04-03 18:12 UTC  (6+ messages)
` ps/ahead-behind-truncation-fix (Was: Re: What's cooking in git.git (Mar 2023, #06; Wed, 29))
` ps/fetch-ref-update-reporting "

[GSOC] [PROPOSAL v3] Draft of proposal for "Unify ref-filter formats with other pretty formats"
 2023-04-03 17:45 UTC 

[PATCH] format-patch: correct documentation of --thread without an argument
 2023-04-03 17:48 UTC  (2+ messages)

Add a way to disable «git clean» per repo
 2023-04-03 17:36 UTC  (2+ messages)

[PATCH 0/2] builtin/sparse-checkout: add check-rules command
 2023-04-03 17:07 UTC  (4+ messages)
` [PATCH v2 "

[GSOC][PATCH 0/1] Avoid suppression of git's exit code in tests
 2023-04-03 17:03 UTC  (10+ messages)
` [GSOC][PATCH v2] t3701: don't lose "git" exit codes in test scripts
  ` [GSOC][PATCH v3] "
    ` [GSOC][PATCH v4] "

Revision ref '@{push}' not resolved as documented
 2023-04-03 16:51 UTC  (3+ messages)

[PATCH v3] describe: enable sparse index for describe
 2023-04-03 16:47 UTC  (5+ messages)
` [GSOC][PATCH v4] "
  ` [GSOC][PATCH v5] "
` [PATCH v4] "

[PATCH] describe: enable sparse index for describe
 2023-04-03 16:37 UTC  (5+ messages)
` [PATCH v2] "

System Environmental Variables being wiped on update
 2023-04-03 15:10 UTC  (2+ messages)

[PATCH] credential/wincred: store password_expiry_utc
 2023-04-03  7:47 UTC  (5+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH] hooks: add sendemail-validate-series
 2023-04-03  0:05 UTC  (4+ messages)

--creation-factor=100 does not show code
 2023-04-02 21:55 UTC  (7+ messages)
  ` Re* "

[GSOC] [PROPOSAL v2] Draft of proposal for "Unify ref-filter formats with other pretty formats"
 2023-04-02 19:40 UTC  (4+ messages)

[PATCH] doc: add that '-' is the same as '@{-1}'
 2023-04-02 12:26 UTC  (3+ messages)

[ANNOUNCE] Git Rev News edition 97
 2023-04-01 21:13 UTC  (3+ messages)

[PATCH] e-mail workflow: Message-ID is spelled with ID in both capital letters
 2023-04-01 19:48 UTC  (2+ messages)

[PATCH 0/4] rebase: cleanup merge strategy option handling
 2023-04-01 19:32 UTC  (6+ messages)
` [PATCH 3/4] rebase -m: fix serialization of strategy options
` [PATCH 4/4] rebase: remove a couple of redundant strategy tests

[RFC PATCH] test-lib: allow storing counts with test harnesses
 2023-04-01 18:56 UTC  (3+ messages)
` [PATCH] "

macOS git grep change in required character classes
 2023-04-01 17:56 UTC  (4+ messages)

[ANN] git-completion 2.0 released
 2023-04-01  9:43 UTC 

[PATCH v7 00/49] completion: git-completion 2.0 patches
 2023-04-01  8:46 UTC  (39+ messages)
` [PATCH v7 12/49] completion: bash: do not modify COMP_WORDBREAKS
` [PATCH v7 13/49] test: completion: fix currently typed words
` [PATCH v7 14/49] test: completion: switch __gitcomp_nl prefix test
` [PATCH v7 15/49] test: completion: add run_func() helper
` [PATCH v7 16/49] completion: bash: remove non-append functionality
` [PATCH v7 17/49] completion: bash: get rid of _append() functions
` [PATCH v7 18/49] completion: bash: get rid of any non-append code
` [PATCH v7 19/49] completion: zsh: fix options with arguments
` [PATCH v7 20/49] completion: zsh: expand --git-dir file argument
` [PATCH v7 21/49] completion: zsh: add support for general -C opts
` [PATCH v7 22/49] completion: zsh: fix for undefined completions
` [PATCH v7 23/49] completion: zsh: add support for general -c opts
` [PATCH v7 24/49] completion: zsh: fix extra space on foo=
` [PATCH v7 25/49] completion: zsh: add excluded options
` [PATCH v7 26/49] completion: zsh: always set compset
` [PATCH v7 27/49] completion: factor out check in __gitcomp
` [PATCH v7 28/49] completion: simplify equal suffix check
` [PATCH v7 29/49] completion: refactor __gitcomp
` [PATCH v7 30/49] completion: simplify __gitcomp
` [PATCH v7 31/49] completion: bash: change suffix check in __gitcomp
` [PATCH v7 32/49] completion: improve __gitcomp suffix code
` [PATCH v7 33/49] test: completion: add missing test
` [PATCH v7 34/49] completion: bash: simplify config_variable_name
` [PATCH v7 35/49] completion: bash: improve __gitcomp description
` [PATCH v7 36/49] completion: add __gitcomp_opts
` [PATCH v7 37/49] completion: bash: cleanup __gitcomp* invocations
` [PATCH v7 38/49] completion: bash: shuffle __gitcomp functions
` [PATCH v7 39/49] completion: zsh: simplify __gitcomp_direct
` [PATCH v7 40/49] completion: zsh: shuffle __gitcomp* functions
` [PATCH v7 41/49] completion: zsh: fix direct quoting
` [PATCH v7 42/49] completion: zsh: add elements individually in __gitcomp_opts
` [PATCH v7 43/49] completion: zsh: add __gitcompadd helper
` [PATCH v7 44/49] completion: zsh: add correct removable suffix
` [PATCH v7 45/49] completion: bash: simplify _get_comp_words_by_ref()
` [PATCH v7 46/49] completion: bash: refactor _get_comp_words_by_ref()
` [PATCH v7 47/49] completion: bash: cleanup _get_comp_words_by_ref()
` [PATCH v7 48/49] completion: bash: trivial cleanup
` [PATCH v7 49/49] completion: bash: rename _get_comp_words_by_ref()


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