git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-01-14 19:02:36 to 2022-01-18 17:59:22 UTC [more...]

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

[RFC PATCH 0/2] Conditional config includes based on remote URL
 2022-01-18 17:47 UTC  (4+ 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 00/10] Reftable coverity fixes
 2022-01-18 17:47 UTC  (23+ 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 v2 0/2] Generate temporary files using a CSPRNG
 2022-01-18 17:25 UTC  (11+ 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] 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  (4+ 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  (18+ messages)
` Mistakes in the stalled category? (Was: Re: What's cooking in git.git (Jan 2022, #03; Thu, 13))
  ` Mistakes in the stalled category?
` tb/midx-bitmap-corruption-fix (was: Re: What's cooking in git.git (Jan 2022, #03; Thu, 13))

What's cooking in git.git (Jan 2022, #04; Fri, 14)
 2022-01-18 16:08 UTC  (6+ messages)
` ab/grep-patterntype (was: What's cooking in git.git (Jan 2022, #04; Fri, 14))
` ab/config-based-hooks-2 "
` ds/sparse-checkout-requires-per-worktree-config (was "

[PATCH v7 00/10] grep: simplify & delete "init" & "config" code
 2022-01-18 15:55 UTC  (12+ 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 v10 9/9] ls-tree.c: introduce "--format" option
 2022-01-18 12:59 UTC  (2+ messages)

git bisect bad @
 2022-01-18 12:46 UTC  (20+ 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 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] cache.h: auto-detect if zlib has uncompress2()
 2022-01-17 19:49 UTC  (4+ messages)

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

[PATCH v3 00/21] git-p4: Various code tidy-ups
 2022-01-17  2:22 UTC  (25+ messages)
` [PATCH v3 01/21] git-p4: add blank lines between functions and class definitions
` [PATCH v3 02/21] git-p4: remove unneeded semicolons from statements
` [PATCH v3 03/21] git-p4: indent with 4-spaces
` [PATCH v3 04/21] git-p4: improve consistency of docstring formatting
` [PATCH v3 05/21] git-p4: convert descriptive class and function comments into docstrings
` [PATCH v3 06/21] git-p4: remove commented code
` [PATCH v3 07/21] git-p4: sort and de-duplcate pylint disable list
` [PATCH v3 08/21] git-p4: remove padding from lists, tuples and function arguments
` [PATCH v3 09/21] git-p4: remove spaces around default arguments
` [PATCH v3 10/21] git-p4: removed brackets when assigning multiple return values
` [PATCH v3 11/21] git-p4: place a single space after every comma
` [PATCH v3 12/21] git-p4: remove extraneous spaces before function arguments
` [PATCH v3 13/21] git-p4: remove redundant backslash-continuations inside brackets
` [PATCH v3 14/21] git-p4: remove spaces between dictionary keys and colons
` [PATCH v3 15/21] git-p4: ensure every comment has a single #
` [PATCH v3 16/21] git-p4: ensure there is a single space around all operators
` [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)

[PATCH] build: centos/RHEL 7 ships with an older gcc and zlib
 2022-01-16  2:05 UTC 

Fwd: [gitgitgadget/git] README.md: add CodingGuidelines and a link for Translators (PR #1115)
 2022-01-15 18:29 UTC 

A new feature command request `cmd_ignore`
 2022-01-15 15:38 UTC  (5+ messages)

[ANNOUNCE] Git for Windows 2.35.0-rc1
 2022-01-15 11:55 UTC 

[PATCH 0/2] midx: prevent bitmap corruption when permuting pack order
 2022-01-15  6:27 UTC  (7+ messages)
` [PATCH v3 0/9] "
  ` [PATCH v3 2/9] midx.c: make changing the preferred pack safe

[PATCH 0/5] Remove the present-despite-SKIP_WORKTREE class of bugs (for sparse-checkouts)
 2022-01-15  1:51 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 5/5] Accelerate clear_skip_worktree_from_present_files() by caching

[PATCH 0/1] Fix bug in pull --rebase not recognizing rebase.autostash
 2022-01-14 23:33 UTC  (9+ messages)
` [PATCH 1/1] builtin/pull.c: use config value of autostash

[PATCH] promisor-remote.c: use oidset for deduplication
 2022-01-14 23:12 UTC  (4+ messages)

merge-ort assertion failure
 2022-01-14 22:29 UTC  (3+ messages)

`git commit` with the `--author` option
 2022-01-14 20:38 UTC  (2+ messages)

[PATCH v6 0/6] object-name: make ambiguous object output translatable + show tag date
 2022-01-14 19:35 UTC  (7+ messages)
` [PATCH v7 "
  ` [PATCH v7 4/6] object-name: show date for ambiguous tag objects

feature request: add [-f|--from <rootbranch>] to git stash branch
 2022-01-14 19:02 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).