git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-10-24 20:10:17 to 2021-10-27 00:00:53 UTC [more...]

[PATCH v2] add, rm, mv: fix bug that prevents the update of non-sparse dirs
 2021-10-27  0:00 UTC  (6+ messages)

Unexpected cat-file --batch-check output
 2021-10-26 23:58 UTC  (4+ messages)

[PATCH v3] fetch-pack: redact packfile urls in traces
 2021-10-26 22:49 UTC  (4+ messages)
` [PATCH v4 0/2] "
  ` [PATCH v4 1/2] "
  ` [PATCH v4 2/2] http-fetch: redact url on die() message

[PATCH 0/2] tmp-objdir: fix regressions in core.fsyncobjectfiles=batch
 2021-10-26 22:35 UTC  (3+ messages)
` [PATCH 1/2] fixup! tmp-objdir: new API for creating temporary writable databases
` [PATCH 2/2] "

What's cooking in git.git (Oct 2021, #06; Mon, 25)
 2021-10-26 22:21 UTC  (16+ messages)
` pre-v2.34.0-rc0 regressions: t7900-maintenance.sh broken due to 'systemd-analyze' (was: What's cooking in git.git (Oct 2021, #06; Mon, 25))
` pre-v2.34.0-rc0 regressions: 'git log' has a noisy iconv() warning "
` tb/plug-pack-bitmap-leaks "
` jc/branch-copy-doc "
` regression in ns/tmp-objdir and ns/batched-fsync

why git is so slow for a tiny git push?
 2021-10-26 21:54 UTC  (8+ messages)
      ` [External Mail]Re: "

[PATCH 00/11] midx: clean up t5319 under 'SANITIZE=leak'
 2021-10-26 21:48 UTC  (6+ messages)
` [PATCH] leak tests: add an interface to the LSAN_OPTIONS "suppressions"

[PATCH] color: allow colors to be prefixed with "reset"
 2021-10-26 21:42 UTC  (2+ messages)

[PATCH] Documentation/Makefile: fix lint-docs mkdir dependency
 2021-10-26 21:18 UTC  (3+ messages)

[PATCH] Fix "commit-msg" hook unexpectedly called for "git pull --no-verify"
 2021-10-26 21:16 UTC  (2+ messages)

[PATCH v2 0/9] midx: clean up t5319 under 'SANITIZE=leak'
 2021-10-26 21:01 UTC  (10+ messages)
` [PATCH v2 1/9] midx.c: clean up chunkfile after reading the MIDX
` [PATCH v2 2/9] midx.c: don't leak MIDX from verify_midx_file
` [PATCH v2 3/9] t/helper/test-read-midx.c: free MIDX within read_midx_file()
` [PATCH v2 4/9] builtin/pack-objects.c: don't leak memory via arguments
` [PATCH v2 5/9] builtin/repack.c: avoid leaking child arguments
` [PATCH v2 6/9] builtin/multi-pack-index.c: don't leak concatenated options
` [PATCH v2 7/9] midx.c: write MIDX filenames to strbuf
` [PATCH v2 8/9] pack-bitmap.c: don't leak type-level bitmaps
` [PATCH v2 9/9] pack-bitmap.c: more aggressively free in free_bitmap_index()

Notes from the Git Contributors' Summit 2021, virtual, Oct 19/20
 2021-10-26 20:14 UTC  (19+ messages)
` [Summit topic] Crazy (and not so crazy) ideas
  ` scripting speedups [was: [Summit topic] Crazy (and not so crazy) ideas]
` [Summit topic] The state of getting a reftable backend working in git.git
` [Summit topic] Improving Git UX
  ` changing the experimental 'git switch' (was: [Summit topic] Improving Git UX)
        ` changing the experimental 'git switch'
` Let's have public Git chalk talks, was Re: Notes from the Git Contributors' Summit 2021, virtual, Oct 19/20

[PATCH 0/3] Add some more options to the pretty-formats
 2021-10-26 20:06 UTC  (13+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] pretty.c: rework describe options parsing for better extensibility
  ` [PATCH v2 2/3] pretty: add tag option to %(describe)
  ` [PATCH v2 3/3] pretty: add abbrev "

[PATCH 0/2] fetch-pack: redact packfile urls in traces
 2021-10-26 19:32 UTC  (4+ messages)
` [PATCH v2] "

git-svn bug: Output git directory has uncommitted changes
 2021-10-26 19:30 UTC  (4+ messages)

[PATCH] http-backend: remove a duplicated code branch
 2021-10-26 19:04 UTC  (5+ messages)
` (no subject)

[PATCH] doc: fix grammar rules in commands'syntax
 2021-10-26 18:21 UTC  (2+ messages)

[PATCH v2 0/3] remote: replace static variables with struct remote_state
 2021-10-26 17:04 UTC  (12+ messages)
` [PATCH v3 0/4] "
  ` [PATCH v3 2/4] remote: use remote_state parameter internally

[PATCH 0/2] Sparse Index: diff and blame builtins
 2021-10-26 16:17 UTC  (9+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] diff: enable and test the sparse index
  ` [PATCH v2 2/2] blame: "

[Summit topic] Let's have chalk talks (part 1/?)
 2021-10-26 15:35 UTC  (6+ messages)

[PATCH 0/3] bundle-uri: "dumb" static CDN offloading, spec & server implementation
 2021-10-26 15:00 UTC  (7+ messages)
` [PATCH 1/3] leak tests: mark t5701-git-serve.sh as passing SANITIZE=leak
` [PATCH 2/3] protocol v2: specify static seeding of clone/fetch via "bundle-uri"
` [PATCH 3/3] bundle-uri client: add "bundle-uri" parsing + tests

git apply --indent-to-add deletes other files from the index
 2021-10-26 15:11 UTC 

What's cooking in git.git (Oct 2021, #05; Mon, 18)
 2021-10-26 12:20 UTC  (7+ messages)
` js/scalar, was "

[RFC PATCH 0/2] Conditional config includes based on remote URL
 2021-10-26 10:12 UTC  (4+ messages)

[PATCH v2 0/3] refs.c + config.c: plug memory leaks
 2021-10-26  8:53 UTC  (4+ messages)
` [PATCH v3 0/6] usage.c: add die_message() & plug memory leaks in refs.c & config.c
  ` [PATCH v3 5/6] config.c: free(expanded) before die(), work around GCC oddity

[PATCH 0/3] Documentation: change "folder" to "directory"
 2021-10-26  6:02 UTC  (5+ messages)

[PATCH RFC] stash: implement '--staged' option for 'push' and 'save'
 2021-10-26  5:05 UTC  (5+ messages)
` [PATCH RFC v1] "
  ` [PATCH v2] "
    ` [PATCH v3] "

[PATCH v7 0/3] send-email: shell completion improvements
 2021-10-26  0:48 UTC  (6+ messages)
` [PATCH v8 0/2] "
` [PATCH v8 1/2] send-email: programmatically generate bash completions
` [PATCH v8 2/2] send-email docs: add format-patch options

[PATCH 0/2] color: support "default" to restore fg/bg color
 2021-10-26  0:54 UTC  (6+ messages)
` [PATCH 1/2] color: add missing GIT_COLOR_* white/black constants
` [PATCH 2/2] color: support "default" to restore fg/bg color

[PATCH] completion: fix incorrect bash/zsh string equality check
 2021-10-25 22:29 UTC  (8+ messages)
` [PATCH v2] "

[PATCH 0/8] Makefile: make command-list.h 2-5x as fast with -jN
 2021-10-25 21:26 UTC  (12+ messages)
` [PATCH v2 00/10] Makefile: make generate-cmdlist.sh much faster
  ` [PATCH v2 01/10] command-list.txt: sort with "LC_ALL=C sort"
  ` [PATCH v2 07/10] generate-cmdlist.sh: stop sorting category lines
  ` [PATCH v2 08/10] generate-cmdlist.sh: do not shell out to "sed"

Unified workflow for `git add/checkout --patch`?
 2021-10-25 19:47 UTC  (3+ messages)

[RFC PATCH] mergetools/vimdiff: add vimdiff4 merge tool variant
 2021-10-25 20:13 UTC  (4+ messages)

[PATCH 0/6] Makefile: be less eager to re-build, *.sh code cleanups
 2021-10-25 19:08 UTC  (10+ messages)
` [PATCH 2/6] Makefile: remove $(GIT_VERSION) from $(SCRIPT_DEFINES)
` [PATCH 6/6] git-sh-setup: remove "sane_grep", it's not needed anymore

[PATCH v4] archive: describe compression level option
 2021-10-25 17:57 UTC  (6+ messages)

Is t7006-pager.sh racy?
 2021-10-25 17:41 UTC  (3+ messages)

[PATCH 0/6] ssh signing: verify key lifetime
 2021-10-25 17:16 UTC  (11+ messages)
` [PATCH 1/6] ssh signing: extend check_signature to accept payload metadata
` [PATCH 3/6] ssh signing: verify-commit/check_signature with commit date
` [PATCH 6/6] ssh signing: fmt-merge-msg/check_signature with tag date

[PATCH 00/11] midx: clean up t5319 under 'SANITIZE=leak'
 2021-10-25 17:00 UTC  (10+ messages)
` [PATCH 10/11] pack-bitmap-write.c: don't return without stop_progress()
        ` SubmittingPatchs: clarify choice of base and testing

[PATCH v2 00/14] Sparse-checkout: modify 'git add', 'git rm', and 'git add' behavior
 2021-10-25 16:40 UTC  (3+ messages)
` [RFC PATCH] add|rm|mv: fix bug that prevent the update of non-sparse

[PATCH] amend error message violations
 2021-10-25 16:40 UTC  (3+ messages)

[PATCH v4 0/4] cache parent project's gitdir in submodules
 2021-10-25 16:19 UTC  (4+ messages)
` [PATCH v4 4/4] submodule: record superproject gitdir during 'update'

[PATCH v4 3/4] submodule: record superproject gitdir during absorbgitdirs
 2021-10-25 16:14 UTC  (3+ messages)

[PATCH] command-list.txt: remove 'sparse-index' from main help
 2021-10-25 16:10 UTC  (3+ messages)

[PATCH v3 0/8] Sparse Index: integrate with reset
 2021-10-25 15:59 UTC  (5+ messages)
` [PATCH v4 "
  ` [PATCH v4 2/8] reset: preserve skip-worktree bit in mixed reset

[PATCH] gpg-interface: allow selecting key id with env variable
 2021-10-25 14:38 UTC  (8+ messages)

[PATCH] config.txt: fix typo
 2021-10-25 13:11 UTC  (2+ messages)

tortoiseplink ssh variant still needed?
 2021-10-25 13:04 UTC  (3+ messages)

[PATCH v2 0/8] progress: assert "global_progress" + test fixes / cleanup
 2021-10-25 12:29 UTC  (22+ messages)
` [PATCH v3 00/10] "
  ` [PATCH v3 03/10] progress.c tests: make start/stop verbs on stdin
  ` [PATCH v3 10/10] progress.c: add & assert a "global_progress" variable
  ` [PATCH v4 0/8] progress: assert "global_progress" + test fixes / cleanup
    ` [PATCH v4 1/8] leak tests: fix a memory leaks in "test-progress" helper
    ` [PATCH v4 2/8] progress.c test helper: add missing braces
    ` [PATCH v4 3/8] progress.c tests: make start/stop commands on stdin
    ` [PATCH v4 4/8] progress.c tests: test some invalid usage
    ` [PATCH v4 5/8] progress.c: add temporary variable from progress struct
    ` [PATCH v4 6/8] pack-bitmap-write.c: don't return without stop_progress()
    ` [PATCH v4 7/8] various *.c: use isatty(1|2), not isatty(STDIN_FILENO|STDERR_FILENO)
    ` [PATCH v4 8/8] progress.c: add & assert a "global_progress" variable

[PATCH 0/4] Additional FAQ entries
 2021-10-25 10:44 UTC  (5+ messages)
` [PATCH 1/4] gitfaq: add advice on monorepos

[BUG] Integer overflow bug in cache-tree.c
 2021-10-25  7:39 UTC 

Git submodule remove
 2021-10-24 20:46 UTC  (9+ 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).