git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-06 00:17:35 to 2022-01-09 01:49:31 UTC [more...]

[PATCH 0/9] Sparse index: integrate with 'clean', 'checkout-index', 'update-index'
 2022-01-09  1:49 UTC  (14+ messages)
` [PATCH 4/9] checkout-index: expand sparse checkout compatibility tests
` [PATCH 5/9] checkout-index: add --ignore-skip-worktree-bits option
` [PATCH 6/9] checkout-index: integrate with sparse index
` [PATCH 7/9] update-index: add tests for sparse-checkout compatibility
` [PATCH 8/9] update-index: integrate with sparse index

[PATCH v2 0/3] A design for future-proofing fsync() configuration
 2022-01-09  0:55 UTC  (4+ messages)
` [PATCH v3 0/4] "

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

[PATCH] lazyload: use correct calling conventions
 2022-01-08 16:02 UTC 

[PATCH v6 0/2] name-rev: deprecate --stdin in favor of --annotate-stdin
 2022-01-08 13:47 UTC  (4+ messages)
` [PATCH v7 "
  ` [PATCH v7 1/2] "

[PATCH 0/1] Async-signal safety in signal handlers
 2022-01-08 10:54 UTC  (5+ messages)
` [PATCH 1/1] fetch: fix deadlock when cleaning up lockfiles in async signals

[PATCH v4] receive-pack.c: consolidate find header logic
 2022-01-08  7:11 UTC  (6+ messages)
` [PATCH v5] "
  ` [PATCH v6] "

[PATCH 0/6] refs: excessive hook execution with packed refs
 2022-01-08  5:43 UTC  (15+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/6] refs: open-code deletion of "
  ` [PATCH v2 2/6] refs: allow passing flags when beginning transactions
  ` [PATCH v2 3/6] refs: allow skipping the reference-transaction hook
  ` [PATCH v2 4/6] refs: demonstrate excessive execution of "
  ` [PATCH v2 5/6] refs: do not execute reference-transaction hook on packing refs
  ` [PATCH v2 6/6] refs: skip hooks when deleting uncovered packed refs

[PATCH v5 00/10] cat-file: better usage UX & error messages
 2022-01-08  2:58 UTC  (4+ messages)
` [PATCH v6 "
  ` [PATCH v6 08/10] cat-file: correct and improve usage information

Bug: With diff.noprefix=true, `git format-patch` creates a patch that `git am` rejects
 2022-01-08  2:45 UTC  (2+ messages)

[PATCH 0/8] RFC: Server side merges (no ref updating, no commit creating, no touching worktree or index)
 2022-01-08  1:28 UTC  (20+ messages)
` [PATCH v2 "
  ` [PATCH v2 4/8] merge-tree: implement real merges
  ` [PATCH v2 7/8] merge-tree: support saving merge messages to a separate file
  ` [PATCH v2 8/8] merge-tree: provide an easy way to access which files have conflicts

[PATCH] submodule--helper: check clone.defaultRemoteName in print-default-remote
 2022-01-08  1:00 UTC  (2+ messages)
` [RFC PATCH] "

[PATCH] apply: Avoid ambiguous pointer provenance for CHERI/Arm's Morello
 2022-01-08  0:51 UTC  (12+ messages)

[PATCH v6 0/6] object-name: make ambiguous object output translatable + show tag date
 2022-01-08  0:45 UTC  (3+ messages)
` [PATCH v8 0/7] progress: test fixes / cleanup

[PATCH] Properly align memory allocations and temporary buffers
 2022-01-08  0:18 UTC  (23+ messages)

[PATCH v5 00/17] hook.[ch]: new library to run hooks + simple hook conversion
 2022-01-07 23:08 UTC  (15+ messages)
` [PATCH v6 "
  ` [PATCH v6 01/17] hook: add 'run' subcommand
  ` [PATCH v6 02/17] hook API: add a run_hooks() wrapper
  ` [PATCH v6 05/17] hook API: add a run_hooks_l() wrapper
  ` [PATCH v6 11/17] git hook run: add an --ignore-missing flag

[PATCH] hook: test -a|o is not POSIX
 2022-01-07 22:31 UTC  (3+ messages)

[PATCH] t/gpg: simplify test for unknown key
 2022-01-07 21:43 UTC  (2+ messages)

[PATCH V3] git-rev-list: add --first-parent-not flag
 2022-01-07 21:02 UTC  (4+ messages)

[RFC PATCH 0/2] Introduce new merge-tree-ort command
 2022-01-07 19:54 UTC  (5+ messages)

[PATCH 1/2] grep: use grep_or_expr() in compile_pattern_or()
 2022-01-07 19:54 UTC  (13+ messages)
` [PATCH 2/2] grep: use grep_not_expr() in compile_pattern_not()
` [PATCH 0/2] grep: introduce and use grep_and_expr()
  ` [PATCH 1/2] grep: extract grep_binexp() from grep_or_expr()
  ` [PATCH 2/2] grep: use grep_and_expr() in compile_pattern_and()
  ` [PATCH v2 0/2] grep: introduce and use grep_and_expr()
    ` [PATCH v2 1/2] grep: extract grep_binexp() from grep_or_expr()
    ` [PATCH v2 2/2] grep: use grep_and_expr() in compile_pattern_and()

[PATCH 00/17] cruft packs
 2022-01-07 19:41 UTC  (5+ messages)
` [PATCH 02/17] pack-mtimes: support reading .mtimes files

[PATCH] submodule.h: use a named enum for RECURSE_SUBMODULES_*
 2022-01-07 17:43 UTC  (4+ messages)

Bug using `fetch` with blank `-c` arguments to git
 2022-01-07 13:04 UTC  (6+ messages)

[PATCH v8 0/8] ls-tree: "--object-only" and "--format" opts
 2022-01-07 13:03 UTC  (13+ messages)
` [PATCH v9 0/9] ls-tree.c: introduce "--format" option
  ` [PATCH v9 1/9] ls-tree: remove commented-out code
  ` [PATCH v9 2/9] ls-tree: add missing braces to "else" arms
  ` [PATCH v9 3/9] ls-tree: use "enum object_type", not {blob,tree,commit}_type
  ` [PATCH v9 4/9] ls-tree: use "size_t", not "int" for "struct strbuf"'s "len"
  ` [PATCH v9 5/9] ls-tree: optimize naming and handling of "return" in show_tree()
  ` [PATCH v9 6/9] ls-tree.c: support --object-only option for "git-ls-tree"
  ` [PATCH v9 7/9] ls-tree.c: introduce struct "show_tree_data"
  ` [PATCH v9 8/9] ls-tree.c: introduce "--format" option
  ` [PATCH v9 9/9] cocci: allow padding with `strbuf_addf()`

[PATCH] git-gui: insert menu entries for added remotes before the "All" entry
 2022-01-07 12:44 UTC 

[PATCH] git-gui: reload tracking branches after adding remote
 2022-01-07 12:39 UTC 

[PATCH] update-index: refresh should rewrite index in case of racy timestamps
 2022-01-07 11:17 UTC  (16+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] t7508: add tests capturing racy timestamp handling
  ` [PATCH v3 0/4] update-index: refresh should rewrite index in case of racy timestamps
    ` [PATCH v3 1/4] test-lib: introduce API for verifying file mtime
    ` [PATCH v3 2/4] t7508: fix bogus mtime verification
    ` [PATCH v3 3/4] t7508: add tests capturing racy timestamp handling
    ` [PATCH v3 4/4] update-index: refresh should rewrite index in case of racy timestamps
    ` [PATCH v4 0/4] "
      ` [PATCH v4 1/4] test-lib: introduce API for verifying file mtime
      ` [PATCH v4 2/4] t7508: fix bogus mtime verification
      ` [PATCH v4 3/4] t7508: add tests capturing racy timestamp handling
      ` [PATCH v4 4/4] update-index: refresh should rewrite index in case of racy timestamps

[PATCH 1/1] fetch: fix deadlock when cleaning up lockfiles in async signals
 2022-01-07 10:53 UTC 

Offer Windows Terminal as option for terminal emulation
 2022-01-07 10:23 UTC  (2+ messages)

[PATCH v2] gpg-interface: trim CR from ssh-keygen
 2022-01-07  9:07 UTC  (2+ messages)
` [PATCH v3] "

[PATCH v2] git-p4: fixed instantiation of CalledProcessError
 2022-01-06 21:41 UTC 

[PATCH v2 0/3] git-p4: Rationalise command construction
 2022-01-06 21:40 UTC  (4+ messages)
` [PATCH v2 1/3] git-p4: don't select shell mode using the type of the command argument
` [PATCH v2 2/3] git-p4: pass command arguments as lists instead of using shell
` [PATCH v2 3/3] git-p4: don't print shell commands as python lists

[PATCH v4] builtin/reflog.c: use parse-options api for expire, delete subcommands
 2022-01-06 21:32 UTC  (4+ messages)
` [PATCH v5] "

[PATCH v3] builtin/pull.c: teach run_merge() to honor rebase.autostash config
 2022-01-06 19:36 UTC  (5+ messages)

Bug report - sparse-checkout ignores prefix when run in subdirectories
 2022-01-06 19:25 UTC  (8+ messages)

[PATCH 0/1] Fix bug in pull --rebase not recognizing rebase.autostash
 2022-01-06 19:11 UTC  (5+ messages)
` [PATCH 1/1] builtin/pull.c: use config value of autostash

What's cooking in git.git (Jan 2022, #02; Wed, 5)
 2022-01-06 18:21 UTC  (4+ messages)
` tb/cruft-packs (was: Re: What's cooking in git.git (Jan 2022, #02; Wed, 5))
  ` tb/cruft-packs

[PATCH v2] gpg-interface: trim CR from ssh-keygen
 2022-01-06 17:50 UTC  (12+ messages)

[PATCH] git-p4: fixed instantiation of CalledProcessError
 2022-01-06 17:49 UTC  (2+ messages)

[PATCH] t/README: fix typo
 2022-01-06 17:48 UTC  (5+ messages)

[PATCH 0/3] git-p4: Rationalise command construction
 2022-01-06 17:09 UTC  (5+ messages)
` [PATCH 1/3] git-p4: don't select shell mode using the type of the command argument
` [PATCH 3/3] git-p4: don't print shell commands as python lists

[PATCH v2] builtin/pull.c: teach run_merge() to honor rebase.autostash config
 2022-01-06 14:58 UTC 

Problem with credential.helper=store in git 2.32.0.windows.2
 2022-01-06 12:32 UTC 

[PATCH v2 0/3] Additional FAQ entries
 2022-01-06  1:58 UTC  (3+ messages)

Git bug report git remote get-url
 2022-01-06  0:22 UTC  (2+ messages)


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 NNTP newsgroup(s).