git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-01-16 16:08:11 to 2022-01-19 21:32:51 UTC [more...]

What's cooking in git.git (Jan 2022, #04; Fri, 14)
 2022-01-19 21:32 UTC  (13+ messages)
` ab/grep-patterntype (was: What's cooking in git.git (Jan 2022, #04; Fri, 14))
` ab/config-based-hooks-2 "
  ` ab/config-based-hooks-2
` ds/sparse-checkout-requires-per-worktree-config (was Re: What's cooking in git.git (Jan 2022, #04; Fri, 14))
` ar/submodule-update "

Dangling copyright in git hook template
 2022-01-19 21:25 UTC  (3+ messages)

A puzzle: reset --hard and hard links
 2022-01-19 20:37 UTC 

[PATCH 0/2] builtin add -p: fix hunk splitting
 2022-01-19 20:01 UTC  (6+ messages)
` [PATCH v2 "

[PATCH 0/2] cat-file: add a --stdin-cmd mode
 2022-01-19 19:38 UTC  (4+ messages)
` [PATCH 1/2] strvec.c: add a strvec_split_delim()
` [PATCH 2/2] cat-file: add a --stdin-cmd mode

[PATCH] getcwd(mingw): handle the case when there is no cwd
 2022-01-19 19:27 UTC  (2+ messages)

[PATCH] cache.h: auto-detect if zlib has uncompress2()
 2022-01-19 19:17 UTC  (6+ messages)
` [PATCH v2] "

[PATCH 0/2] More similar messages refactoring
 2022-01-19 18:18 UTC  (7+ messages)
` [PATCH 1/2] sequencer: factor GIT_AUTHOR_* from message strings
` [PATCH 2/2] advice: refactor "action is not possible because you have unmerged files"

[RFC PATCH] branch: add "inherit" option for branch.autoSetupMerge
 2022-01-19 18:16 UTC  (11+ messages)
` [PATCH v8 0/3] branch: inherit tracking configs
  ` [PATCH v8 2/3] branch: add flags and config to inherit tracking
    ` incorrect 'git (checkout|branch) -h' output with new --track modes (was: [PATCH v8 2/3] branch: add flags and config to inherit tracking)
      ` [PATCH] branch,checkout: fix --track usage strings
          ` [PATCH] parse-options: document automatic PARSE_OPT_LITERAL_ARGHELP

[PATCH v2 0/2] Generate temporary files using a CSPRNG
 2022-01-19 17:49 UTC  (13+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/2] wrapper: add a helper to generate numbers from "
  ` [PATCH v3 2/2] wrapper: use a CSPRNG to generate random file names

[PATCH 0/3] [Non-critical]: sparse index vs split index fixes
 2022-01-19 17:29 UTC  (4+ messages)
` [PATCH 1/3] sparse-index: sparse index is disallowed when split index is active
` [PATCH 2/3] t1091: disable split index
` [PATCH 3/3] split-index: it really is incompatible with the sparse index

[PATCH v2 0/8] Add a new --remerge-diff capability to show & log
 2022-01-19 16:41 UTC  (7+ messages)
` [PATCH v3 0/9] "
  ` [PATCH v3 1/9] show, log: provide a --remerge-diff capability
  ` [PATCH v3 3/9] ll-merge: make callers responsible for showing warnings

[PATCH 0/2] A design for future-proofing fsync() configuration
 2022-01-19 15:28 UTC  (12+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 2/3] core.fsync: introduce granular fsync control

[PATCH] sequencer: use proper sentence grammar in the first sentence of staged change advice
 2022-01-19  9:47 UTC 

git bisect bad @
 2022-01-19  7:52 UTC  (22+ messages)
    ` [PATCH v2 1/4] bisect--helper: report actual bisect_state() argument on error
    ` [PATCH v2 2/4] bisect--helper: release strbuf and strvec on run error
    ` [PATCH v2 3/4] bisect: document run behavior with exit codes 126 and 127
    ` [PATCH v2 4/4] bisect--helper: double-check run command on exit code "

[PATCH 00/10] Reftable coverity fixes
 2022-01-19  1:19 UTC  (25+ messages)
` [PATCH 10/10] reftable: make reftable_record a tagged union
        ` [PATCH] config.mak.dev: specify -std=gnu99 for gcc/clang
                ` v2.35.0 DEVELOPER=1 regression (was: [PATCH] config.mak.dev: specify -std=gnu99 for gcc/clang)
                  ` v2.35.0 DEVELOPER=1 regression
                        ` [PATCH] Makefile: FreeBSD cannot do C99-or-below build
                ` [PATCH] config.mak.dev: fix DEVELOPER=1 on FreeBSD with -std=gnu99

[PATCH v7 00/10] grep: simplify & delete "init" & "config" code
 2022-01-19  1:15 UTC  (17+ messages)
` [PATCH v8 "
  ` [PATCH v8 01/10] grep.h: remove unused "regex_t regexp" from grep_opt
  ` [PATCH v8 02/10] log tests: check if grep_config() is called by "log"-like cmds
  ` [PATCH v8 03/10] grep tests: add missing "grep.patternType" config tests
  ` [PATCH v8 04/10] built-ins: trust the "prefix" from run_builtin()
  ` [PATCH v8 05/10] grep.c: don't pass along NULL callback value
  ` [PATCH v8 06/10] grep API: call grep_config() after grep_init()
  ` [PATCH v8 07/10] grep.h: make "grep_opt.pattern_type_option" use its enum
  ` [PATCH v8 08/10] grep.c: do "if (bool && memchr())" not "if (memchr() && bool)"
  ` [PATCH v8 09/10] grep: simplify config parsing and option parsing
  ` [PATCH v8 10/10] grep.[ch]: remove GREP_PATTERN_TYPE_UNSPECIFIED

[PATCH 00/13] tests + init: don't rely on templates & add --no-template + config
 2022-01-19  1:00 UTC  (8+ messages)
` [PATCH 03/13] init: unconditionally create the "info" directory

[PATCH v4 0/3] fetch: skip unnecessary tasks when using --negotiate-only
 2022-01-19  0:26 UTC  (12+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/3] fetch: use goto cleanup in cmd_fetch()
  ` [PATCH v5 2/3] fetch: skip tasks related to fetching objects
  ` [PATCH v5 3/3] fetch --negotiate-only: do not update submodules
  ` [PATCH v6 0/3] fetch: skip unnecessary tasks when using --negotiate-only
    ` [PATCH v6 1/3] fetch: use goto cleanup in cmd_fetch()
    ` [PATCH v6 2/3] fetch: skip tasks related to fetching objects
    ` [PATCH v6 3/3] fetch --negotiate-only: do not update submodules

[PATCH v2 0/2] sparse checkout: custom bash completion updates
 2022-01-18 23:30 UTC  (14+ messages)
` [PATCH v3 0/3] "
  ` [PATCH v3 2/3] sparse-checkout: custom tab completion

[PATCH] test-lib: unset trace2 parent envvars
 2022-01-18 21:50 UTC  (5+ messages)

[RFC PATCH 0/2] Conditional config includes based on remote URL
 2022-01-18 20:54 UTC  (5+ messages)
` [PATCH v8 "
  ` [PATCH v8 1/2] config: make git_config_include() static
  ` [PATCH v8 2/2] config: include file if remote URL matches a glob

[PATCH] submodule.h: use a named enum for RECURSE_SUBMODULES_*
 2022-01-18 18:20 UTC  (3+ messages)

[PATCH] leak tests: ignore some new leaks in a few tests
 2022-01-18 16:49 UTC  (2+ messages)

[PATCH v6 0/2] name-rev: deprecate --stdin in favor of --annotate-stdin
 2022-01-18 16:09 UTC  (4+ messages)
` [PATCH v7 "
  ` [PATCH v7 2/2] name-rev.c: use strbuf_getline instead of limited size buffer

Test failure on Windows in t3705-add-sparse-checkout.sh
 2022-01-18 16:17 UTC  (3+ messages)
` [PATCH] t3705-add-sparse-checkout: ignore a LF->CRLF warning on Windows

What's cooking in git.git (Jan 2022, #03; Thu, 13)
 2022-01-18 16:11 UTC  (8+ messages)
` Mistakes in the stalled category? (Was: Re: What's cooking in git.git (Jan 2022, #03; Thu, 13))
  ` Mistakes in the stalled category?

[PATCH v10 9/9] ls-tree.c: introduce "--format" option
 2022-01-18 12:59 UTC  (2+ messages)

[PATCH 0/9] mergesort: improve tests and performance
 2022-01-18 12:27 UTC  (7+ messages)
` [PATCH 9/9] mergesort: use ranks stack

[PATCH v10 0/9] ls-tree: "--object-only" and "--format" opts
 2022-01-18  9:55 UTC  (6+ messages)
` [PATCH v10 6/9] ls-tree.c: support --object-only option for "git-ls-tree"

[Newcomer] Suggestions for microprojects
 2022-01-18  8:40 UTC  (2+ messages)

Behavior of core.sharedRepository on non-bare Repositories
 2022-01-17 23:12 UTC  (5+ messages)

[PATCH] merge-ort: avoid assuming all renames detected
 2022-01-17 22:23 UTC  (9+ messages)
` [PATCH v2] "

[PATCH 0/7] reftable: avoid reading and writing empty keys
 2022-01-17 19:11 UTC  (5+ messages)
` [PATCH 4/7] reftable: avoid writing empty keys at the block layer

[PATCH] reftable: avoid initializing structs from structs
 2022-01-17 19:08 UTC  (6+ messages)

[ANNOUNCE] Git v2.35.0-rc1
 2022-01-17 18:52 UTC  (4+ messages)

[PATCH] README.md: add CodingGuidelines and a link for Translators
 2022-01-17 18:49 UTC  (8+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[INFO] Does Git GUI support Dark Mode on Windows 10 ?
 2022-01-17 14:40 UTC  (4+ messages)

[PATCH 0/6] refs: excessive hook execution with packed refs
 2022-01-17 11:37 UTC  (26+ messages)
` [PATCH v2 "
  ` [PATCH v3 "
    ` [PATCH v3 1/6] refs: extract packed_refs_delete_refs() to allow control of transaction
    ` [PATCH v3 3/6] refs: allow skipping the reference-transaction hook
    ` [PATCH v3 5/6] refs: do not execute reference-transaction hook on packing refs
    ` [PATCH v3 6/6] refs: skip hooks when deleting uncovered packed refs
  ` [PATCH v4 0/6] refs: excessive hook execution with "
    ` [PATCH v4 1/6] refs: extract packed_refs_delete_refs() to allow control of transaction
    ` [PATCH v4 2/6] refs: allow passing flags when beginning transactions
    ` [PATCH v4 3/6] refs: allow skipping the reference-transaction hook
    ` [PATCH v4 4/6] refs: demonstrate excessive execution of "
    ` [PATCH v4 5/6] refs: do not execute reference-transaction hook on packing refs
    ` [PATCH v4 6/6] refs: skip hooks when deleting uncovered packed refs

[PATCH v1 0/1] gitcli: clarify "options first and then args"
 2022-01-17  8:21 UTC  (2+ messages)
` [PATCH v1 1/1] git-cli.txt: "

[RFC PATCH v1 0/1] ls-remote: inconsistency from the order of args and opts
 2022-01-17  6:27 UTC  (2+ messages)

[PATCH v3 00/21] git-p4: Various code tidy-ups
 2022-01-17  2:22 UTC  (10+ messages)
` [PATCH v3 02/21] git-p4: remove unneeded semicolons from statements
` [PATCH v3 17/21] git-p4: normalize indentation of lines in conditionals
` [PATCH v3 18/21] git-p4: compare to singletons with "is" and "is not"
` [PATCH v3 19/21] git-p4: only seperate code blocks by a single empty line
` [PATCH v3 20/21] git-p4: move inline comments to line above
` [PATCH v3 21/21] git-p4: seperate multiple statements onto seperate lines

[L10N] Kickoff for Git 2.35.0 round #1
 2022-01-17  1:40 UTC  (2+ 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).