git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2023-03-28 14:07:41 to 2023-03-31 13:51:03 UTC [more...]

[PATCH] hooks: add sendemail-validate-series
 2023-03-31 13:50 UTC  (2+ messages)

[PATCH] doc: add that '-' is the same as '@{-1}'
 2023-03-31 12:03 UTC  (2+ messages)

[PATCH 0/2] branch, for-each-ref: add option to omit empty lines
 2023-03-31 10:57 UTC  (12+ messages)
` [PATCH 1/2] ref-filter: remove unused ref_format member
` [PATCH 2/2] branch, for-each-ref: add option to omit empty lines

[PATCH] t5563: prevent "ambiguous redirect"
 2023-03-31  6:52 UTC 

[GSOC] [PROPOSAL v2] Draft of proposal for "Unify ref-filter formats with other pretty formats"
 2023-03-31  3:22 UTC 

[PATCH] send-email: show --no options correctly
 2023-03-31  1:53 UTC 

[PATCH v3] blame: allow --contents to work with non-HEAD commit
 2023-03-31  0:56 UTC  (3+ messages)

[PATCH 0/4] some chainlint fixes and performance improvements
 2023-03-30 22:16 UTC  (32+ messages)
` [PATCH 1/4] tests: run internal chain-linter under "make test"
` [PATCH 2/4] tests: replace chainlint subshell with a function
` [PATCH 3/4] tests: drop here-doc check from internal chain-linter
` [PATCH 4/4] tests: skip test_eval_ in internal chain-lint
` [PATCH v2 0/5] some chainlint fixes and performance improvements
  ` [PATCH v2 1/5] tests: run internal chain-linter under "make test"
  ` [PATCH v2 2/5] tests: replace chainlint subshell with a function
  ` [PATCH v2 3/5] tests: diagnose unclosed here-doc in chainlint.pl
  ` [PATCH v2 4/5] tests: drop here-doc check from internal chain-linter
  ` [PATCH v2 5/5] tests: skip test_eval_ in internal chain-lint

Video conference libification eng discussion, this Thursday 16:30UTC
 2023-03-30 21:31 UTC  (2+ messages)

[PATCH] unicode: update the width tables to Unicode 15
 2023-03-30 19:15 UTC 

[PATCH] credential/wincred: store password_expiry_utc
 2023-03-30 19:19 UTC  (5+ messages)
` [PATCH v2] "

How do we review changes made with coccinelle?
 2023-03-30 19:13 UTC  (2+ messages)

`git gc` says "unable to read" but `git fsck` happy
 2023-03-30 18:17 UTC  (4+ messages)

[PATCH 00/17] cocci: remove "the_index" wrapper macros
 2023-03-30 18:08 UTC  (12+ messages)
` [PATCH v2 00/17] cocci: remove "the_repository" "
  ` [PATCH v2 02/17] cocci: fix incorrect & verbose "the_repository" rules
  ` [PATCH v2 16/17] post-cocci: adjust comments for recent repo_* migration

[PATCH v2 0/8] config.c: use struct for config reading state
 2023-03-30 17:51 UTC  (20+ messages)
` [RFC PATCH 0/5] bypass config.c global state with configset
` [PATCH v3 0/8] config.c: use struct for config reading state
  ` [PATCH v3 1/8] config.c: plumb config_source through static fns
  ` [PATCH v3 2/8] config.c: don't assign to "cf_global" directly
  ` [PATCH v3 3/8] config.c: create config_reader and the_reader
  ` [PATCH v3 4/8] config.c: plumb the_reader through callbacks
  ` [PATCH v3 5/8] config.c: remove current_config_kvi
  ` [PATCH v3 6/8] config.c: remove current_parsing_scope
  ` [PATCH v3 7/8] config: report cached filenames in die_bad_number()
  ` [PATCH v3 8/8] config.c: rename "struct config_source cf"

[GSoC][Proposal] Unify ref-filter formats with other --pretty formats
 2023-03-30 17:20 UTC 

[PATCH] describe: enable sparse index for describe
 2023-03-30 16:23 UTC  (14+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH] hashmap.h: fix minor typo
 2023-03-30 15:51 UTC  (2+ messages)

[PATCH 0/6] test: make the test suite work with zsh
 2023-03-30 14:19 UTC  (21+ messages)
` [PATCH 1/6] test: fix build for zsh
` [PATCH 2/6] test: avoid `stat` variable
` [PATCH 3/6] test: avoid `options` variable
` [PATCH 4/6] test: avoid `path` variable
` [PATCH 5/6] test: hack for zsh
` [PATCH 6/6] mergetools: vimdiff: check for empty fields

Draft of Git Rev News edition 97
 2023-03-30 11:27 UTC 

Feature Request: Option to make "git rev-list --objects" output duplicate objects
 2023-03-30 10:32 UTC  (6+ messages)
    ` [PATCH] docs: document caveats of rev-list's object-name output

regex compilation error with --color-words
 2023-03-30  7:55 UTC  (2+ messages)

[PATCH] credential/wincred: include wincred.h
 2023-03-30  6:04 UTC  (3+ messages)

What's cooking in git.git (Mar 2023, #06; Wed, 29)
 2023-03-30  4:05 UTC  (5+ messages)

[PATCH] That change for support different sslcert and sslkey types
 2023-03-30  0:20 UTC  (12+ messages)
` [PATCH v2] http: add support for "

[PATCH v6 0/3] notes.c: introduce "--separator" option
 2023-03-29 22:17 UTC  (13+ messages)
` [PATCH v7 0/4] "
  ` [PATCH v7 1/4] notes.c: cleanup 'strbuf_grow' call in 'append_edit'
  ` [PATCH v7 2/4] notes.c: cleanup for "designated init"
  ` [PATCH v7 3/4] notes.c: introduce '--separator=<paragraph-break>' option
  ` [PATCH v7 4/4] notes.c: don't do stripespace when parse file arg

[PATCH v7 0/9] config API: make "multi" safe, fix segfaults, propagate "ret"
 2023-03-29 22:17 UTC  (11+ messages)
` [PATCH v8 "
  ` [PATCH v8 1/9] config tests: cover blind spots in git_die_config() tests
  ` [PATCH v8 3/9] config API: add and use a "git_config_get()" family of functions
  ` [PATCH v8 4/9] versioncmp.c: refactor config reading next commit
  ` [PATCH v8 5/9] config API: have *_multi() return an "int" and take a "dest"
  ` [PATCH v8 7/9] config API users: test for *_get_value_multi() segfaults
  ` [PATCH v8 8/9] config API: add "string" version of *_value_multi(), fix segfaults

[PATCH v2 6/6] fetch: centralize printing of reference updates
 2023-03-29 18:45 UTC  (2+ messages)

[PATCH 0/7] unused argc/argv/prefix parameters
 2023-03-29 15:21 UTC  (10+ messages)
` [PATCH 1/7] fast-import: fix file access when run from subdir
` [PATCH 2/7] builtins: always pass prefix to parse_options()
` [PATCH 3/7] builtins: annotate always-empty prefix parameters
` [PATCH 4/7] builtins: mark unused "
` [PATCH 5/7] mark "argv" as unused when we check argc
` [PATCH 6/7] t/helper: mark unused argv/argc arguments
` [PATCH 7/7] parse-options: drop parse_opt_unknown_cb()

[GSOC] [PROPOSAL v1] Draft of proposal for "Unify ref-filter formats with other pretty formats"
 2023-03-29 12:23 UTC  (2+ messages)

Removing old objects from partial clone
 2023-03-29  8:51 UTC  (2+ messages)

What's cooking in git.git (Feb 2023, #01; Thu, 2)
 2023-03-29  8:06 UTC  (21+ messages)
  ` so/diff-merges-more (was Re: What's cooking in git.git (Feb 2023, #01; Thu, 2))

[RFC PATCH 0/6] ls-tree: introduce '--pattern' option
 2023-03-28 21:05 UTC  (11+ messages)
` [RFC PATCH 6/6] "
      ` win-test: unknown terminal "xterm-256color", was "

[PATCH] p2000: remove stray '--sparse' flag from test
 2023-03-28 20:09 UTC 

A nice, beauty progress metter for Git Clone + a feature request
 2023-03-28 20:49 UTC  (5+ messages)

[RFC/PATCH] pack-redundant: escalate deprecation warning to an error
 2023-03-28 19:06 UTC  (5+ messages)
      ` [PATCH] pack-redundant: document deprecation

[PATCH v6 00/12] Enhance credential helper protocol to include auth headers
 2023-03-28 18:55 UTC  (10+ messages)
` [PATCH v7 "

[PATCH] commit-graph: fix truncated generation numbers
 2023-03-28 18:39 UTC  (4+ messages)

git bug: Perl compatible regular expressions do not work as expected
 2023-03-28 17:56 UTC  (9+ messages)

[RFC][PATCH] GSoC 2023 proposal: more sparse index integration
 2023-03-28 17:54 UTC  (4+ messages)
` [RFC][PATCH v3] "

[PATCH v1 0/7] t: fix unused files, part 1
 2023-03-28 17:37 UTC  (3+ messages)
` [PATCH v3 "

[GSoC][RFC][PROPOSAL] More Sparse Index Integrations
 2023-03-28 17:16 UTC  (3+ messages)

[RFC PATCH] rebase: implement --rewind
 2023-03-28 16:11 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).