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

[PATCH v7 0/6] implement branch --recurse-submodules
 2022-02-04 18:10 UTC  (6+ messages)
` [PATCH v8 "
  ` [PATCH v8 5/6] branch: add --recurse-submodules option for branch creation

git bisect bad @
 2022-02-04 18:09 UTC  (7+ messages)
    ` [PATCH v2 4/4] bisect--helper: double-check run command on exit code 126 and 127

[PATCH 2/6] fetch-pack: add partial clone refiltering
 2022-02-04 18:02 UTC  (2+ messages)

[PATCH v4 0/3] completion: sparse-checkout updates
 2022-02-04 17:55 UTC  (24+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/3] completion: address sparse-checkout issues
  ` [PATCH v5 2/3] completion: improve sparse-checkout cone mode directory completion
  ` [PATCH v5 3/3] completion: handle unusual characters for sparse-checkout
  ` [PATCH v6 0/3] completion: sparse-checkout updates
    ` [PATCH v6 1/3] completion: address sparse-checkout issues
    ` [PATCH v6 2/3] completion: improve sparse-checkout cone mode directory completion
    ` [PATCH v6 3/3] completion: handle unusual characters for sparse-checkout

What's cooking in git.git (Jan 2022, #07; Mon, 24)
 2022-02-04 17:27 UTC  (4+ messages)

[PATCH v3 00/21] git-p4: Various code tidy-ups
 2022-02-04 17:16 UTC  (6+ messages)

What's cooking in git.git (Feb 2022, #01; Thu, 3)
 2022-02-04 16:56 UTC  (15+ messages)
` Opinions on merging questions (Was: What's cooking in git.git (Feb 2022, #01; Thu, 3))
  ` en/remerge-diff (was: Opinions on merging questions (Was: What's cooking in git.git (Feb 2022, #01; Thu, 3)))
    ` en/remerge-diff
` jc/doc-log-messages (was: What's cooking in git.git (Feb 2022, #01; Thu, 3))
` rj/receive-pack-abort-upon-disconnect "
` cb/clear-quarantine-early-on-all-ref-update-errors "
  ` cb/clear-quarantine-early-on-all-ref-update-errors
` ja/i18n-common-messages (was: What's cooking in git.git (Feb 2022, #01; Thu, 3))
  ` ja/i18n-common-messages
` ps/avoid-unnecessary-hook-invocation-with-packed-refs (was: What's cooking in git.git (Feb 2022, #01; Thu, 3))
` ab/ambiguous-object-name "
` tl/ls-tree-oid-only "
` ab/only-single-progress-at-once "

[PATCH 0/2] Add cat-file --batch-command flag
 2022-02-04 16:51 UTC  (11+ messages)
` [PATCH 1/2] cat-file.c: rename cmdmode to mode
` [PATCH 2/2] catfile.c: add --batch-command mode

[PATCH v6 0/5] teach submodules to know they're submodules
 2022-02-04 16:20 UTC  (9+ messages)
  ` [PATCH v7 1/4] t7400-submodule-basic: modernize inspect() helper
  ` [PATCH v7 2/4] introduce submodule.superprojectGitDir record
  ` [PATCH v7 3/4] submodule: record superproject gitdir during absorbgitdirs
  ` [PATCH v7 4/4] submodule: record superproject gitdir during 'update'

[PATCH v9 0/5] unpack large blobs in stream
 2022-02-04 14:07 UTC  (8+ messages)
` [PATCH v10 0/6] unpack-objects: support streaming large objects to disk
  ` [PATCH v10 1/6] unpack-objects: low memory footprint for get_data() in dry_run mode
  ` [PATCH v10 2/6] object-file.c: do fsync() and close() before post-write die()
  ` [PATCH v10 3/6] object-file.c: refactor write_loose_object() to several steps
  ` [PATCH v10 4/6] object-file.c: add "stream_loose_object()" to handle large object
  ` [PATCH v10 5/6] core doc: modernize core.bigFileThreshold documentation
  ` [PATCH v10 6/6] unpack-objects: use stream_loose_object() to unpack large objects

[PATCH 00/10] object-file API: pass object enums, tidy up streaming interface
 2022-02-04 13:51 UTC  (13+ messages)
` [PATCH v2 00/11] "
  ` [PATCH v2 01/11] object-file.c: split up declaration of unrelated variables
  ` [PATCH v2 02/11] object-file API: return "void", not "int" from hash_object_file()
  ` [PATCH v2 03/11] object-file API: add a format_object_header() function
  ` [PATCH v2 04/11] object-file API: have write_object_file() take "enum object_type"
  ` [PATCH v2 05/11] object API: correct "buf" v.s. "map" mismatch in *.c and *.h
  ` [PATCH v2 06/11] object API: make check_object_signature() oideq()-like, move docs
  ` [PATCH v2 07/11] object-file API: split up and simplify check_object_signature()
  ` [PATCH v2 08/11] object API: rename hash_object_file_literally() to write_*()
  ` [PATCH v2 09/11] object-file API: have hash_object_file() take "enum object_type"
  ` [PATCH v2 10/11] object-file.c: add a literal version of write_object_file_prepare()
  ` [PATCH v2 11/11] object-file API: pass an enum to read_object_with_reference()

[PATCH] t0051: use "skip_all" under !MINGW in single-test file
 2022-02-04 13:42 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v10 0/9] ls-tree: "--object-only" and "--format" opts
 2022-02-04 12:58 UTC  (7+ messages)
` [PATCH v10 6/9] ls-tree.c: support --object-only option for "git-ls-tree"

[PATCH v3] receive-pack: check if client is alive before completing the push
 2022-02-04 11:37 UTC  (3+ messages)
` [PATCH v4] "

[PATCH 00/12] RFC: In-core git merge-tree ("Server side merges")
 2022-02-04  6:08 UTC  (51+ messages)
` [PATCH v2 00/13] "
  ` [PATCH v2 03/13] merge-tree: add option parsing and initial shell for real merge function
  ` [PATCH v2 04/13] merge-tree: implement real merges
  ` [PATCH v2 08/13] merge-tree: support including merge messages in output
  ` [PATCH v2 10/13] merge-tree: provide a list of which files have conflicts
  ` [PATCH v2 11/13] merge-tree: provide easy access to `ls-files -u` style info
  ` [PATCH v2 12/13] merge-tree: add a --allow-unrelated-histories flag
  ` [PATCH v3 00/15] In-core git merge-tree ("Server side merges")
    ` [PATCH v3 03/15] merge-tree: add option parsing and initial shell for real merge function
    ` [PATCH v3 04/15] merge-tree: implement real merges
    ` [PATCH v3 08/15] merge-ort: allow update messages to be written to different file stream
    ` [PATCH v3 12/15] merge-tree: provide easy access to `ls-files -u` style info

[PATCH] receive-pack: purge temporary data if no command is ready to run
 2022-02-04  1:17 UTC  (3+ messages)
` [PATCH v2] "

[Question] Translation Dictionary
 2022-02-03 23:45 UTC  (10+ messages)

[PATCH v6 0/8] progress: assert "global_progress" + test fixes / cleanup
 2022-02-03 23:39 UTC  (12+ messages)
` [PATCH v9 0/9] progress: "
  ` [PATCH v9 1/9] leak tests: fix a memory leak in "test-progress" helper
  ` [PATCH v9 2/9] progress.c test helper: add missing braces
  ` [PATCH v9 3/9] progress.c tests: make start/stop commands on stdin
  ` [PATCH v9 4/9] progress.c tests: test some invalid usage
  ` [PATCH v9 5/9] progress.h: format and be consistent with progress.c naming
  ` [PATCH v9 6/9] progress.c: use dereferenced "progress" variable, not "(*p_progress)"
  ` [PATCH v9 7/9] progress.c: refactor stop_progress{,_msg}() to use helpers
  ` [PATCH v9 8/9] progress API: unify stop_progress{,_msg}(), fix trace2 bug
  ` [PATCH v9 9/9] pack-bitmap-write.c: don't return without stop_progress()

[PATCH 0/3] reftable related test tweaks
 2022-02-03 23:06 UTC  (16+ messages)
` [PATCH 2/3] t1405: mark test that checks existence as REFFILES
` [PATCH 3/3] t5312: prepare for reftable

[PATCH] gpg-interface: fix for gpgsm v2.3
 2022-02-03 22:46 UTC  (6+ messages)

[PATCH v2] doc: check-ignore: code-quote an exclamation mark
 2022-02-03 22:37 UTC  (3+ messages)

[PATCH] refs.h: make all flags arguments unsigned
 2022-02-03 21:20 UTC  (14+ messages)
` [PATCH v2] "
  ` [PATCH v3 0/2] "
    ` [PATCH v3 1/2] "
    ` [PATCH v3 2/2] Uniformize flag argument naming to `flags` or `unused_flags`

branch.autoSetupMerge option for "if name matches only"?
 2022-02-03 18:58 UTC 

Using principal wildcards in gpg.ssh.allowedSignersFile
 2022-02-03 18:43 UTC  (4+ messages)

git-checkout doesn't seem to respect config from include.path
 2022-02-03 18:07 UTC  (7+ messages)

[PATCH v4 0/7] submodule: convert the rest of 'update' to C
 2022-02-03 17:35 UTC  (7+ messages)
` [PATCH v5 0/9] "
  ` [PATCH v5 9/9] submodule: move core cmd_update() logic "

Git in GSoC 2022?
 2022-02-03 14:12 UTC  (2+ messages)

Git Bug Report: 'git stash pop' always put newly added files into staging area
 2022-02-03 13:27 UTC  (2+ messages)

[PATCH] doc: check-ignore: code-quote an exclamation mark
 2022-02-03 10:08 UTC  (2+ messages)

New `--reapply-cherry-picks` warning
 2022-02-02 22:11 UTC  (3+ messages)

[PATCH 0/6] [RFC] partial-clone: add ability to refetch with expanded filter
 2022-02-02 21:59 UTC  (4+ messages)

[PATCH] t0006: date_mode can leak .strftime_fmt member
 2022-02-02 21:19 UTC  (6+ messages)
` [PATCH 0/5] date.[ch] API: split from cache.h, add API docs, stop leaking memory
  ` [PATCH 2/5] date API: create a date.h, split from cache.h
  ` [PATCH 4/5] date API: add basic API docs
  ` [PATCH 5/5] date API: add and use a date_mode_release()

[PATCH] forbid a hard reset before the initial commit
 2022-02-02 21:05 UTC  (2+ 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).