git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-01-18 15:55:36 to 2022-01-21 02:18:04 UTC [more...]

[PATCH v4 0/3] fetch: skip unnecessary tasks when using --negotiate-only
 2022-01-21  2:17 UTC  (23+ 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 v7 0/3] fetch: skip unnecessary tasks when using --negotiate-only
      ` [PATCH v7 1/3] fetch: use goto cleanup in cmd_fetch()
      ` [PATCH v7 2/3] fetch: skip tasks related to fetching objects
      ` [PATCH v7 3/3] fetch --negotiate-only: do not update submodules
      ` Re* [PATCH v7 0/3] fetch: skip unnecessary tasks when using --negotiate-only

[PATCH v2 0/8] Add a new --remerge-diff capability to show & log
 2022-01-21  2:16 UTC  (14+ 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 v3 8/9] show, log: include conflict/warning messages in --remerge-diff headers

[PATCH v3 1/9] t5326: demonstrate bitmap corruption after permutation
 2022-01-20 22:46 UTC  (5+ messages)

[BUG] builtin/checkout.c:1098: should be able to skip past 'refs/heads/'
 2022-01-20 22:33 UTC  (6+ messages)
` [PATCH] checkout: fix BUG() case in 9081a421a6

A puzzle: reset --hard and hard links
 2022-01-20 22:20 UTC  (5+ messages)

[PATCH v3 3/9] pack-revindex.c: instrument loading on-disk reverse index
 2022-01-20 22:18 UTC  (3+ messages)

[PATCH v3 2/9] midx.c: make changing the preferred pack safe
 2022-01-20 22:13 UTC  (3+ messages)

[PATCH] sparse-checkout: create leading directory
 2022-01-20 21:30 UTC  (3+ messages)

[PATCH] signature-format.txt: Note SSH and X.509 signature delimiters
 2022-01-20 19:49 UTC  (3+ messages)

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

[RFC PATCH] branch: add "inherit" option for branch.autoSetupMerge
 2022-01-20 19:08 UTC  (21+ 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] branch,checkout: fix --track documentation

[ANNOUNCE] Git v2.35.0-rc2
 2022-01-20 18:44 UTC 

What's cooking in git.git (Jan 2022, #05; Wed, 19)
 2022-01-20 15:14 UTC  (5+ messages)

[PATCH v5 00/16] Reftable coverity fixes
 2022-01-20 15:12 UTC  (17+ messages)
` [PATCH v6 00/15] "
  ` [PATCH v6 01/15] reftable: fix OOB stack write in print functions
  ` [PATCH v6 02/15] reftable: fix resource leak in block.c error path
  ` [PATCH v6 03/15] reftable: fix resource leak blocksource.c
  ` [PATCH v6 04/15] reftable: check reftable_stack_auto_compact() return value
  ` [PATCH v6 05/15] reftable: ignore remove() return value in stack_test.c
  ` [PATCH v6 06/15] reftable: fix resource warning
  ` [PATCH v6 07/15] reftable: all xxx_free() functions accept NULL arguments
  ` [PATCH v6 08/15] reftable: order unittests by complexity
  ` [PATCH v6 09/15] reftable: drop stray printf in readwrite_test
  ` [PATCH v6 10/15] reftable: handle null refnames in reftable_ref_record_equal
  ` [PATCH v6 11/15] reftable: make reftable-record.h function signatures const correct
  ` [PATCH v6 12/15] reftable: implement record equality generically
  ` [PATCH v6 13/15] reftable: remove outdated file reftable.c
  ` [PATCH v6 14/15] reftable: make reftable_record a tagged union
  ` [PATCH v6 15/15] reftable: add print functions to the record types

gitk: Possibility to select a default view
 2022-01-20 11:17 UTC 

[PATCH v8 0/6] unpack large blobs in stream
 2022-01-20 11:21 UTC  (7+ messages)
` [PATCH v9 0/5] "
` [PATCH v9 1/5] unpack-objects: low memory footprint for get_data() in dry_run mode
` [PATCH v9 2/5] object-file.c: refactor write_loose_object() to several steps
` [PATCH v9 3/5] object-file.c: add "stream_loose_object()" to handle large object
` [PATCH v9 4/5] unpack-objects: unpack_non_delta_entry() read data in a stream
` [PATCH v9 5/5] object-file API: add a format_object_header() function

[PATCH 0/2] Fix some old memory leaks in merge-ort and builtin/merge
 2022-01-20  7:47 UTC  (3+ messages)
` [PATCH 1/2] merge-ort: fix memory leak in merge_ort_internal()
` [PATCH 2/2] merge: fix memory leaks in cmd_merge()

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

[ANNOUNCE] Git for Windows 2.35.0-rc2
 2022-01-19 22:58 UTC 

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

What's cooking in git.git (Jan 2022, #04; Fri, 14)
 2022-01-19 21:32 UTC  (11+ 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)

[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 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"

[PATCH v2 0/2] Generate temporary files using a CSPRNG
 2022-01-19 17:49 UTC  (10+ messages)
` [PATCH v3 "
  ` [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 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  (6+ messages)
    ` [PATCH v2 4/4] bisect--helper: double-check run command on exit code 126 and 127

[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  (16+ messages)
` [PATCH v8 "
  ` [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 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  (5+ messages)
` Mistakes in the stalled category? (Was: Re: What's cooking in git.git (Jan 2022, #03; Thu, 13))
  ` Mistakes in the stalled category?


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