git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-12-12 18:17:20 to 2021-12-14 13:18:05 UTC [more...]

[PATCH v9 00/17] Upstreaming the Scalar command
 2021-12-14 13:18 UTC  (19+ messages)
` [PATCH v10 00/15] "
          ` [RFC/PATCH] Makefile: add test-all target

[PATCH 0/4] git-p4: fix RCS keyword processing encoding errors
 2021-12-14 13:12 UTC  (7+ messages)
` [PATCH 1/4] git-p4: use with statements to close files after use in patchRCSKeywords
` [PATCH 2/4] git-p4: pre-compile RCS keyword regexes
` [PATCH 3/4] git-p4: add raw option to read_pipelines
` [PATCH 4/4] git-p4: resolve RCS keywords in binary

[PATCH] fast-export: fix surprising behavior with --first-parent
 2021-12-14 13:11 UTC  (6+ messages)
` [PATCH v2] "

[PATCH 00/15] generalize chainlint self-tests
 2021-12-14 12:34 UTC  (29+ messages)
` [PATCH 01/15] t/chainlint/*.test: don't use invalid shell syntax
` [PATCH 02/15] t/chainlint/*.test: fix invalid test cases due to mixing quote types
` [PATCH 03/15] t/chainlint/*.test: generalize self-test commentary
` [PATCH 04/15] t/chainlint/one-liner: avoid overly intimate chainlint.sed knowledge
` [PATCH 05/15] t/Makefile: optimize chainlint self-test
  ` [RFC PATCH] t/Makefile: use dependency graph for "check-chainlint"
` [PATCH 06/15] chainlint.sed: improve ?!AMP?! placement accuracy
` [PATCH 07/15] chainlint.sed: improve ?!SEMI?! "
` [PATCH 08/15] chainlint.sed: tolerate harmless ";" at end of last line in block
` [PATCH 09/15] chainlint.sed: drop unnecessary distinction between ?!AMP?! and ?!SEMI?!
` [PATCH 10/15] chainlint.sed: drop subshell-closing ">" annotation
` [PATCH 11/15] chainlint.sed: make here-doc "<<-" operator recognition more POSIX-like
` [PATCH 12/15] chainlint.sed: don't mistake `<< word` in string as here-doc operator
` [PATCH 13/15] chainlint.sed: stop throwing away here-doc tags
` [PATCH 14/15] chainlint.sed: swallow comments consistently
` [PATCH 15/15] chainlint.sed: stop splitting "(..." into separate lines "(" and "..."

[PATCH 0/1] Make upload-pack pack write size configurable
 2021-12-14 12:08 UTC  (3+ messages)
` [PATCH 1/1] upload-pack.c: make output buffer "

[PATCH v2 00/11] Reftable coverity fixes
 2021-12-14 11:47 UTC  (34+ messages)
` [PATCH v3 "
  ` [PATCH v3 01/11] reftable: fix OOB stack write in print functions
  ` [PATCH v3 02/11] reftable: fix resource leak in error path
  ` [PATCH v3 03/11] reftable: fix resource leak blocksource.c
  ` [PATCH v3 04/11] reftable: check reftable_stack_auto_compact() return value
  ` [PATCH v3 05/11] reftable: ignore remove() return value in stack_test.c
  ` [PATCH v3 06/11] reftable: fix resource warning
  ` [PATCH v3 07/11] reftable: fix NULL derefs in error paths
  ` [PATCH v3 08/11] reftable: order unittests by complexity
  ` [PATCH v3 09/11] reftable: drop stray printf in readwrite_test
  ` [PATCH v3 10/11] reftable: handle null refnames in reftable_ref_record_equal
  ` [PATCH v3 11/11] reftable: make reftable_record a tagged union
  ` [PATCH v4 00/11] Reftable coverity fixes
    ` [PATCH v4 01/11] reftable: fix OOB stack write in print functions
    ` [PATCH v4 02/11] reftable: fix resource leak in block.c error path
    ` [PATCH v4 03/11] reftable: fix resource leak blocksource.c
    ` [PATCH v4 04/11] reftable: check reftable_stack_auto_compact() return value
    ` [PATCH v4 05/11] reftable: ignore remove() return value in stack_test.c
    ` [PATCH v4 06/11] reftable: fix resource warning
    ` [PATCH v4 07/11] reftable: all xxx_free() functions accept NULL arguments
    ` [PATCH v4 08/11] reftable: order unittests by complexity
    ` [PATCH v4 09/11] reftable: drop stray printf in readwrite_test
    ` [PATCH v4 10/11] reftable: handle null refnames in reftable_ref_record_equal
    ` [PATCH v4 11/11] reftable: make reftable_record a tagged union

What's cooking in git.git (Dec 2021, #03; Fri, 10)
 2021-12-14 10:59 UTC  (13+ messages)
` ab/common-main-cleanup (was: What's cooking in git.git (Dec 2021, #03; Fri, 10))
` ab/only-single-progress-at-once "
  ` ab/only-single-progress-at-once
` ms/customizable-ident-expansion (was: What's cooking in git.git (Dec 2021, #03; Fri, 10))
  ` ms/customizable-ident-expansion
` 'Re: What's cooking in git.git (Dec 2021, #03; Fri, 10)'

[PATCH v2 00/10] sparse-checkout: make set subsume init
 2021-12-14  7:48 UTC  (21+ messages)
` [PATCH v3 "
  ` [PATCH v3 03/10] sparse-checkout: add sanity-checks on initial sparsity state
  ` [PATCH v3 07/10] sparse-checkout: enable reapply to take --[no-]{cone,sparse-index}
  ` [PATCH v4 00/10] sparse-checkout: make set subsume init
    ` [PATCH v4 01/10] sparse-checkout: pass use_stdin as a parameter instead of as a global
    ` [PATCH v4 02/10] sparse-checkout: break apart functions for sparse_checkout_(set|add)
    ` [PATCH v4 03/10] sparse-checkout: add sanity-checks on initial sparsity state
    ` [PATCH v4 04/10] sparse-checkout: disallow --no-stdin as an argument to set
    ` [PATCH v4 05/10] sparse-checkout: split out code for tweaking settings config
    ` [PATCH v4 06/10] sparse-checkout: enable `set` to initialize sparse-checkout mode
    ` [PATCH v4 07/10] sparse-checkout: enable reapply to take --[no-]{cone,sparse-index}
    ` [PATCH v4 08/10] git-sparse-checkout.txt: update to document init/set/reapply changes
    ` [PATCH v4 09/10] Documentation: clarify/correct a few sparsity related statements
    ` [PATCH v4 10/10] clone: avoid using deprecated `sparse-checkout init`

List all commits of a specified file in oldest to newest order
 2021-12-14  3:58 UTC  (5+ messages)

[PATCH 0/2] midx: prevent bitmap corruption when permuting pack order
 2021-12-14  1:55 UTC  (17+ messages)
` [PATCH v2 0/8] "
  ` [PATCH v2 1/8] t5326: demonstrate bitmap corruption after permutation
  ` [PATCH v2 2/8] midx.c: make changing the preferred pack safe
  ` [PATCH v2 3/8] pack-revindex.c: instrument loading on-disk reverse index
  ` [PATCH v2 4/8] t5326: drop unnecessary setup
  ` [PATCH v2 5/8] t5326: extract `test_rev_exists`
  ` [PATCH v2 6/8] t5326: move tests to t/lib-bitmap.sh
  ` [PATCH v2 7/8] t/lib-bitmap.sh: parameterize tests over reverse index source
  ` [PATCH v2 8/8] midx: read `RIDX` chunk when present

[PATCH v3 00/23] Makefile: dependency fixes, make noop runtime ~1.4x faster
 2021-12-14  0:31 UTC  (5+ messages)
` [PATCH v4 "
  ` [PATCH v4 14/23] Makefile: re-add and use the "shellquote" macros

[PATCH v6 2/2] config: include file if remote URL matches a glob
 2021-12-13 23:37 UTC  (2+ messages)

[PATCH v6 2/2] config: include file if remote URL matches a glob
 2021-12-13 23:35 UTC  (2+ messages)

[PATCH v3 0/5] implement branch --recurse-submodules
 2021-12-13 23:20 UTC  (2+ messages)

[PATCH] builtin/fetch: skip unnecessary tasks when using --negotiate-only
 2021-12-13 22:58 UTC  (2+ messages)

[PATCH V3 1/2] git-apply: add --quiet flag
 2021-12-13 22:30 UTC  (3+ messages)
` [PATCH V5 2/2] git-apply: add --allow-empty flag

[PATCH] l10n: README: call more attention to plural strings
 2021-12-13 22:18 UTC  (4+ messages)

[PATCH V3] git-apply: add --allow-empty flag
 2021-12-13 21:57 UTC  (5+ messages)
` [PATCH V4] "

[PATCH 0/2] checkout: introduce "--to-branch" option
 2021-12-13 21:52 UTC  (8+ messages)
` [PATCH 2/2] "

[PATCH 00/13] tests + init: don't rely on templates & add --no-template + config
 2021-12-13 21:33 UTC  (19+ messages)
` [PATCH 01/13] t0001: fix gaps in "TEMPLATE DIRECTORY" coverage
` [PATCH 02/13] init: split out template population from create_default_files()
` [PATCH 03/13] init: unconditionally create the "info" directory
` [PATCH 04/13] t0008: don't rely on default ".git/info/exclude"
` [PATCH 05/13] init & clone: add a --no-template option
` [PATCH 06/13] init & clone: add init.templateDir=[bool]
` [PATCH 07/13] test-lib: create test data with "git init --no-template" (almost)
` [PATCH 08/13] tests: don't depend on template-created .git/branches
` [PATCH 09/13] t5540: don't rely on "hook/post-update.sample"
` [PATCH 10/13] test-lib-functions: add and use a "write_hook" wrapper
` [PATCH 11/13] tests: change "cat && chmod +x" to use "write_hook"
` [PATCH 12/13] tests: migrate miscellaneous "write_script" to "write_hooks"
` [PATCH 13/13] tests: don't depend on template-created .git/hooks

[PATCH v2 0/6] Fix various issues around removal of untracked files/directories
 2021-12-13 20:10 UTC  (5+ messages)
` [PATCH v3 00/11] "
  ` [PATCH v3 03/11] read-tree, merge-recursive: overwrite ignored files by default

[PATCH 0/6] Transition git-p4.py to support Python 3 only
 2021-12-13 19:58 UTC  (7+ messages)

[PATCH v2 0/3] implement branch --recurse-submodules
 2021-12-13 19:26 UTC  (7+ messages)
` [PATCH v3 0/5] "
  ` [PATCH v3 5/5] branch.c: replace questionable exit() codes

[PATCH 0/2] Sparse index: fetch, pull, ls-files
 2021-12-13 19:16 UTC  (11+ messages)
` [PATCH 2/2] ls-files: add --sparse option

[PATCH v2 0/2] test-lib.sh: have all tests pass under "-x", remove BASH_XTRACEFD
 2021-12-13 18:51 UTC  (12+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/2] test-lib.sh: remove the now-unused "test_untraceable" facility
  ` [PATCH v4 0/3] test-lib.sh: have all tests pass under "-x", remove BASH_XTRACEFD
    ` [PATCH v4 1/3] t1510: remove need for "test_untraceable", retain coverage
    ` [PATCH v4 2/3] test-lib.sh: remove the now-unused "test_untraceable" facility
    ` [PATCH v4 3/3] test-lib.sh: remove "BASH_XTRACEFD"

A bug or issue with "git rebase --autostash" not popping the stash automatically
 2021-12-13 13:53 UTC  (2+ messages)
  ` I tried the latest git (was: A bug or issue with "git rebase --autostash" not popping the stash automatically)

[PATCH 0/2] git(1) doc + "git help": split-out user & git format docs
 2021-12-13  9:33 UTC  (9+ messages)
` [PATCH v2 0/5] git doc + "git help": move "format" docs from technical/*
  ` [PATCH v2 1/5] git docs: split "User-facing file formats" off from "Guides"
  ` [PATCH v2 2/5] git docs: create a "Git file and wire formats" section
  ` [PATCH v2 3/5] docs: move commit-graph format docs to man section 5
  ` [PATCH v2 4/5] docs: move protocol-related "
  ` [PATCH v2 5/5] docs: move {index,signature,bitmap,chunk}-format "

[PATCH v4 0/5] unpack large objects in stream
 2021-12-13  8:05 UTC  (5+ messages)
` [PATCH v5 2/6] object-file.c: handle undetermined oid in write_loose_object()
` [PATCH v5 6/6] unpack-objects: unpack_non_delta_entry() read data in a stream

[INFO] Does Git GUI support Dark Mode on Windows 10 ?
 2021-12-13  8:03 UTC 

[PATCH v2 1/3] git-p4: remove support for Python 2
 2021-12-13  0:30 UTC 

[PATCH v2 0/3] Transition git-p4.py to support Python 3 only
 2021-12-13  0:11 UTC  (7+ messages)
` [PATCH v2 1/3] git-p4: remove support for Python 2
` [PATCH v2 3/3] git-p4: add "Nvidia Corporation" to copyright header

Please, paint new branch errors in RED (or any visible color)
 2021-12-12 22:27 UTC  (8+ messages)

New (better?) hash map technique in limit case
 2021-12-12 20:53 UTC  (4+ messages)

[PATCH 0/3] refs: ab/refs-errno-cleanup fixup + remove "failure_errno"
 2021-12-12 19:53 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] refs API: use "failure_errno", not "errno"
  ` [PATCH v2 2/3] sequencer: don't use die_errno() on refs_resolve_ref_unsafe() failure
  ` [PATCH v2 3/3] refs API: remove "failure_errno" from refs_resolve_ref_unsafe()


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