git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-08-18 21:37:31 to 2021-08-21 00:12:55 UTC [more...]

[PATCH 0/6] Sparse Index: Integrate with merge, cherry-pick, rebase, and revert
 2021-08-21  0:12 UTC  (17+ messages)
` [PATCH 1/6] t1092: use ORT merge strategy
` [PATCH 2/6] diff: ignore sparse paths in diffstat
` [PATCH 3/6] merge: make sparse-aware with ORT
` [PATCH 4/6] merge-ort: expand only for out-of-cone conflicts
` [PATCH 5/6] t1092: add cherry-pick, rebase tests
` [PATCH 6/6] sparse-index: integrate with cherry-pick and rebase

[PATCH 0/6] Speed up mirror-fetches with many refs
 2021-08-21  0:09 UTC  (17+ messages)
` [PATCH 1/6] fetch: speed up lookup of want refs via commit-graph
` [PATCH 2/6] fetch: avoid unpacking headers in object existence check
` [PATCH 3/6] connected: refactor iterator to return next object ID directly
` [PATCH 4/6] fetch-pack: optimize loading of refs via commit graph
` [PATCH 5/6] fetch: refactor fetch refs to be more extendable
` [PATCH 6/6] fetch: avoid second connectivity check if we already have all objects

What's cooking in git.git (Aug 2021, #06; Mon, 16)
 2021-08-20 22:08 UTC  (8+ messages)
` Giving priority to the reftable topic (was Re: What's cooking in git.git (Aug 2021, #06; Mon, 16))

git format-patch produces invalid patch if the commit adds an empty file?
 2021-08-20 21:09 UTC  (6+ messages)

[PATCH v2 0/3] send-email: shell completion improvements
 2021-08-20 20:32 UTC  (6+ messages)
` [PATCH v2 1/3] send-email: print newline for --git-completion-helper
` [PATCH v2 2/3] send-email: move bash completions to the perl script
` [PATCH v2 3/3] send-email docs: mention format-patch options

[PATCH 0/2] Sparse index: delete ignored files outside sparse cone
 2021-08-20 20:22 UTC  (30+ messages)
` [PATCH v2 0/8] "
  ` [PATCH v2 3/8] sparse-index: silently return when cache tree fails
  ` [PATCH v3 0/8] Sparse index: delete ignored files outside sparse cone
    ` [PATCH v3 1/8] t7519: rewrite sparse index test
    ` [PATCH v3 4/8] unpack-trees: fix nested sparse-dir search
    ` [PATCH v3 5/8] sparse-checkout: create helper methods
    ` [PATCH v3 6/8] attr: be careful about sparse directories
    ` [PATCH v3 8/8] sparse-checkout: clear tracked sparse dirs

[RFC PATCH] multi-pack-index: allow operating without pack files
 2021-08-20 19:55 UTC 

Git Modifying DLL
 2021-08-20 19:51 UTC  (8+ messages)

[PATCH] multi-pack-index: fix --object-dir from outside repo
 2021-08-20 19:35 UTC 

bugreport: git apply -3 confusing "lacks the necessary blob"
 2021-08-20 18:30 UTC  (5+ messages)

[PATCH 0/2] test-lib-functions.sh: keep user's HOME, TERM and SHELL for 'test_pause' and 'debug'
 2021-08-20 18:23 UTC  (15+ messages)
` [PATCH 1/2] test-lib-functions: use user's SHELL, HOME and TERM for 'test_pause'
` [PATCH 2/2] test-lib-functions: use user's TERM and HOME for 'debug'

[PATCH] add http.maxReceiveSpeed to limit git-receive-pack receiving speed
 2021-08-20 18:21 UTC  (6+ messages)

[PATCH] make: add INSTALL_STRIP variable
 2021-08-20 18:16 UTC  (3+ messages)

[GSoC] The Final Git Dev Blog(s)
 2021-08-20 18:00 UTC  (2+ messages)

[PATCH] Fix leak in credential_apply_config
 2021-08-20 17:57 UTC  (4+ messages)

[GSoC] Git Final Blog
 2021-08-20 17:56 UTC  (3+ messages)

What's cooking in git.git (Aug 2021, #07; Fri, 20)
 2021-08-20 17:46 UTC 

[PATCH v5 0/6] Finish converting git bisect to C part 4
 2021-08-20 17:21 UTC  (7+ messages)
` [PATCH v5 1/6] t6030-bisect-porcelain: add tests to control bisect run exit cases
` [PATCH v5 2/6] t6030-bisect-porcelain: add test for bisect visualize
` [PATCH v5 3/6] run-command: make `exists_in_PATH()` non-static
` [PATCH v5 4/6] bisect--helper: reimplement `bisect_visualize()`shell function in C
` [PATCH v5 5/6] bisect--helper: reimplement `bisect_run` shell "
` [PATCH v5 6/6] bisect--helper: retire `--bisect-next-check` subcommand

[BUG] git commit -a doesn't ignore inactive/ignore-all submodules
 2021-08-20 17:02 UTC 

[GSOC] [QUESTION] ref-filter: can %(raw) implement reuse oi.content?
 2021-08-20 16:13 UTC  (9+ messages)

[PATCH 0/4] rebase -r: some merge related fixes
 2021-08-20 15:40 UTC  (11+ messages)
` [PATCH 3/4] rebase -r: don't write .git/MERGE_MSG when fast-forwarding
` [PATCH v2 0/4] rebase -r: some merge related fixes
  ` [PATCH v2 1/4] rebase -r: make 'merge -c' behave like reword
  ` [PATCH v2 2/4] rebase -i: Add another reword test
  ` [PATCH v2 3/4] rebase -r: don't write .git/MERGE_MSG when fast-forwarding
  ` [PATCH v2 4/4] rebase -r: fix merge -c with a merge strategy

Why doesn't `git log -m` imply `-p`?
 2021-08-20 10:24 UTC  (15+ messages)
` [PATCH v3 00/10] diff-merges: let -m imply -p
  ` [PATCH v3 10/10] diff-merges: let "-m" imply "-p"
      ` [PATCH] Revert 'diff-merges: let "-m" imply "-p"'

[PATCH] refs file backend: remove dead "errno == EISDIR" code
 2021-08-20  2:30 UTC  (7+ messages)
` [PATCH v2 00/11] fix "git reflog expire" race & get rid of EISDIR in refs API
  ` [PATCH v2 09/11] reflog expire: don't lock reflogs using previously seen OID

[PATCH v2 0/4] cache parent project's gitdir in submodules
 2021-08-20  1:09 UTC  (11+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/4] t7400-submodule-basic: modernize inspect() helper
  ` [PATCH v3 2/4] introduce submodule.superprojectGitDir record
  ` [PATCH v3 3/4] submodule: record superproject gitdir during absorbgitdirs
  ` [PATCH v3 4/4] submodule: record superproject gitdir during 'update'

[PATCH 00/27] Base for "config-based-hooks"
 2021-08-20  0:18 UTC  (20+ messages)
` [PATCH v4 00/36] Run hooks via "git run hook" & hook library
  ` [PATCH v4 01/36] Makefile: mark "check" target as .PHONY
  ` [PATCH v4 02/36] Makefile: stop hardcoding {command,config}-list.h
  ` [PATCH v4 03/36] Makefile: remove an out-of-date comment
  ` [PATCH v4 04/36] hook.[ch]: move find_hook() to this new library
  ` [PATCH v4 05/36] hook.c: add a hook_exists() wrapper and use it in bugreport.c
  ` [PATCH v4 06/36] hook.c users: use "hook_exists()" insted of "find_hook()"
  ` [PATCH v4 28/36] hook tests: test for exact "pre-push" hook input
  ` [PATCH v4 29/36] hook tests: use a modern style for "pre-push" tests

[PATCH v2 0/6] config-based hooks restarted
 2021-08-19 23:48 UTC  (14+ messages)
` [PATCH v2 5/6] hook: include hooks from the config
` [PATCH v3 0/6] config-based hooks restarted
  ` [PATCH v3 1/6] hook: run a list of hooks instead
  ` [PATCH v3 2/6] hook: allow parallel hook execution
  ` [PATCH v3 3/6] hook: introduce "git hook list"
  ` [PATCH v3 4/6] hook: allow running non-native hooks
  ` [PATCH v3 5/6] hook: include hooks from the config
  ` [PATCH v3 6/6] hook: allow out-of-repo 'git hook' invocations

[PATCH v2] Makefile: add and use the ".DELETE_ON_ERROR" flag
 2021-08-19 23:39 UTC  (3+ messages)
` [PATCH] Makefile: remove archives before manipulating them with 'ar'

General questions - git archive a .j2 file with keyword expansion in the header section
 2021-08-19 22:28 UTC  (2+ messages)

[PATCH] fixup! fsmonitor-fs-listen-macos: implement FSEvent listener on MacOS
 2021-08-19 20:48 UTC  (2+ messages)

[PATCH] fixup! propagate errno from failing read
 2021-08-19 20:26 UTC  (14+ messages)
  ` [PATCH] t3200: refactor symlink test
    ` [PATCH v2] t3200: refactor symlink test from hn/refs-errno-cleanup

[PATCH] t6300: don't run cat-file on non-existent object
 2021-08-19 20:19 UTC  (6+ messages)
` [PATCH v2 0/2] t6300: clear warning when running without gpg
  ` [PATCH v2 1/2] t6300: don't run cat-file on non-existent object
  ` [PATCH v2 2/2] t6300: check for cat-file exit status code

[PATCH] make: add install-strip target
 2021-08-19 19:54 UTC  (8+ messages)

[PATCH v2 4/4] submodule: cache superproject gitdir during 'update'
 2021-08-19 18:02 UTC  (3+ messages)

[PATCH v2 2/4] introduce submodule.superprojectGitDir cache
 2021-08-19 17:53 UTC  (3+ messages)

[PATCH v2 1/4] t7400-submodule-basic: modernize inspect() helper
 2021-08-19 17:46 UTC  (3+ messages)

[PATCH v5] clone: set submodule.recurse=true if user enables feature.experimental flag
 2021-08-19 17:41 UTC  (8+ messages)
` [PATCH v6] clone: set submodule.recurse=true if submodule.stickyRecursiveClone enabled
        ` [PATCH] fixup! "

[PATCH v4] [GSOC] cherry-pick: use better advice message
 2021-08-19 17:10 UTC  (7+ messages)
` [PATCH v5] "
  ` [PATCH v6] "

Bug: Segmentation fault in git diff
 2021-08-19 16:58 UTC  (5+ messages)
` [PATCH] diff-lib: ignore all outsider if --relative asked

[PATCH 1/2] add http.maxReceiveSpeed to limit git-receive-pack receiving speed
 2021-08-19 13:18 UTC  (2+ messages)
` [PATCH 2/2] negative values are ignored for http.maxreceivespeed

[RFC PATCH] sequencer: warn on skipping previously seen commit
 2021-08-19 10:04 UTC  (6+ messages)
` [PATCH v2] sequencer: advise if skipping cherry-picked commit


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