git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-02-04 03:26:51 to 2022-02-07 17:49:04 UTC [more...]

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

[PATCH 0/3] reftable related test tweaks
 2022-02-07 16:52 UTC  (12+ messages)
` [PATCH 2/3] t1405: mark test that checks existence as REFFILES

[PATCH] gpg-interface: fix for gpgsm v2.3
 2022-02-07 16:38 UTC  (4+ messages)

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

feature request: add a way to debug ssh connection
 2022-02-07 15:31 UTC  (2+ messages)

[PATCH v4 0/5] Sparse checkout: fix bug with worktree of bare repo
 2022-02-07 14:30 UTC  (14+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/5] Documentation: add extensions.worktreeConfig details
  ` [PATCH v5 2/5] worktree: create init_worktree_config()
  ` [PATCH v5 4/5] sparse-checkout: set worktree-config correctly
  ` [PATCH v5 5/5] worktree: copy sparse-checkout patterns and config on add

git-checkout doesn't seem to respect config from include.path
 2022-02-07 14:05 UTC  (6+ messages)

What's cooking in git.git (Feb 2022, #01; Thu, 3)
 2022-02-07 14:11 UTC  (21+ 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 "

Commit SHA1 == SHA1 checksum?
 2022-02-07 13:32 UTC  (11+ messages)

[GSoC][PATCH] lib-read-tree-m-3way: modernize a test script (style)
 2022-02-07 13:10 UTC  (9+ messages)
` [PATCH v3 1/2] t/lib-read-tree-m-3way: modernize style
  ` [PATCH v3 2/2] t/lib-read-tree-m-3way: indent with tabs

[bug] forcing build settings on rhel7 without specific checks is not appropriate
 2022-02-07 11:13 UTC 

[RFC] clarify licensing terms for .git/hooks/*.sample files
 2022-02-07 11:21 UTC  (2+ messages)

[Possible Bug] sparse-checkout disable followed by re-init
 2022-02-07  9:57 UTC 

[Possible Bug] sparse-checkout disable followed by re-init
 2022-02-07 10:04 UTC 

[PATCH] receive-pack: purge temporary data if no command is ready to run
 2022-02-07  8:02 UTC  (12+ messages)
` [PATCH v2] "
` [PATCH v3 0/1] "
  ` [PATCH v3 1/1] receive-pack: "

[PATCH] completion: add a GIT_COMPLETION_SHOW_ALL_COMMANDS
 2022-02-07  7:03 UTC  (7+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 2/2] "

[GSoC][newbie]
 2022-02-07  6:09 UTC 

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

[PATCH] ls-remote & transport API: release "struct transport_ls_refs_options"
 2022-02-07  2:11 UTC  (2+ messages)

[PATCH] hash-object: fix a trivial leak in --path
 2022-02-07  1:57 UTC  (2+ messages)

[PATCH 0/5] scalar: implement the subcommand "diagnose"
 2022-02-06 22:39 UTC  (21+ messages)
` [PATCH 1/5] Implement `scalar diagnose`
` [PATCH 3/5] scalar: teach `diagnose` to gather packfile info
` [PATCH 4/5] scalar: teach `diagnose` to gather loose objects information
` [PATCH v2 0/6] scalar: implement the subcommand "diagnose"
  ` [PATCH v2 1/6] archive: optionally add "virtual" files
  ` [PATCH v2 2/6] scalar: validate the optional enlistment argument
  ` [PATCH v2 3/6] Implement `scalar diagnose`
  ` [PATCH v2 4/6] scalar diagnose: include disk space information
  ` [PATCH v2 5/6] scalar: teach `diagnose` to gather packfile info
  ` [PATCH v2 6/6] scalar: teach `diagnose` to gather loose objects information

[PATCH] test-lib.sh: have all tests pass under "-x", remove BASH_XTRACEFD
 2022-02-06 21:40 UTC  (6+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] t1510: remove need for "test_untraceable", retain coverage

Fwd: $LOCAL and $REMOTE swapped for rebase mergetool
 2022-02-06 19:38 UTC 

[PATCH 1/2] grep/pcre2: use PCRE2_UTF even with ASCII patterns
 2022-02-06 10:08 UTC  (8+ messages)
` [v2.35.0 regression] some PCRE hangs under UTF-8 locale (was: [PATCH 1/2] grep/pcre2: use PCRE2_UTF even with ASCII patterns)

[Bug] Rebase from worktree subdir is broken (was Re: [PATCH v5 07/11] rebase: do not attempt to remove startup_info->original_cwd)
 2022-02-05 22:35 UTC  (5+ messages)

Summer of Code
 2022-02-05 17:41 UTC 

[PATCH] fetch: fix negotiate-only error message
 2022-02-05 12:29 UTC  (2+ messages)

[PATCH] clone, submodule: pass partial clone filters to submodules
 2022-02-05  5:00 UTC  (5+ messages)
` [PATCH v2] "
` [PATCH v3] "

[PATCH 00/12] RFC: In-core git merge-tree ("Server side merges")
 2022-02-05  0:54 UTC  (12+ messages)
` [PATCH 08/12] merge-ort: provide a merge_get_conflicted_files() helper function
` [PATCH 09/12] merge-tree: provide a list of which files have conflicts

[PATCH 0/5] date.[ch] API: split from cache.h, add API docs, stop leaking memory
 2022-02-04 23:53 UTC  (7+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/5] cache.h: remove always unused show_date_human() declaration
  ` [PATCH v2 2/5] date API: create a date.h, split from cache.h
  ` [PATCH v2 3/5] date API: provide and use a DATE_MODE_INIT
  ` [PATCH v2 4/5] date API: add basic API docs
  ` [PATCH v2 5/5] date API: add and use a date_mode_release()

[PATCH 00/10] object-file API: pass object enums, tidy up streaming interface
 2022-02-04 23:48 UTC  (29+ 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 v3 00/12] object-file API: pass object enums, tidy up streaming interface
    ` [PATCH v3 01/12] object-file.c: split up declaration of unrelated variables
    ` [PATCH v3 02/12] object-file API: return "void", not "int" from hash_object_file()
    ` [PATCH v3 03/12] object-file API: add a format_object_header() function
    ` [PATCH v3 04/12] object-file API: have write_object_file() take "enum object_type"
    ` [PATCH v3 05/12] object API: correct "buf" v.s. "map" mismatch in *.c and *.h
    ` [PATCH v3 06/12] object API docs: move check_object_signature() docs to cache.h
    ` [PATCH v3 07/12] object API users + docs: check <0, not !0 with check_object_signature()
    ` [PATCH v3 08/12] object-file API: split up and simplify check_object_signature()
    ` [PATCH v3 09/12] object API: rename hash_object_file_literally() to write_*()
    ` [PATCH v3 10/12] object-file API: have hash_object_file() take "enum object_type"
    ` [PATCH v3 11/12] object-file.c: add a literal version of write_object_file_prepare()
    ` [PATCH v3 12/12] object-file API: pass an enum to read_object_with_reference()

[PATCH v9 0/9] grep: simplify & delete "init" & "config" code
 2022-02-04 23:41 UTC  (14+ messages)
` [PATCH v10 "
  ` [PATCH v10 1/9] grep.h: remove unused "regex_t regexp" from grep_opt
  ` [PATCH v10 2/9] log tests: check if grep_config() is called by "log"-like cmds
  ` [PATCH v10 3/9] grep tests: add missing "grep.patternType" config tests
  ` [PATCH v10 4/9] built-ins: trust the "prefix" from run_builtin()
  ` [PATCH v10 5/9] grep.c: don't pass along NULL callback value
  ` [PATCH v10 6/9] grep API: call grep_config() after grep_init()
  ` [PATCH v10 7/9] grep.h: make "grep_opt.pattern_type_option" use its enum
  ` [PATCH v10 8/9] grep.c: do "if (bool && memchr())" not "if (memchr() && bool)"
  ` [PATCH v10 9/9] grep: simplify config parsing and option parsing

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

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

[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

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

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)

[PATCH v6 0/5] teach submodules to know they're submodules
 2022-02-04 16:20 UTC  (4+ messages)

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

[PATCH v2 00/13] In-core git merge-tree ("Server side merges")
 2022-02-04  6:08 UTC  (5+ messages)
` [PATCH v3 00/15] "
  ` [PATCH v3 04/15] merge-tree: implement real merges


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