git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-02-04 23:48:49 to 2022-02-08 13:15:27 UTC [more...]

[PATCH v10 0/9] ls-tree: "--object-only" and "--format" opts
 2022-02-08 12:14 UTC  (22+ messages)
` [PATCH v10 6/9] ls-tree.c: support --object-only option for "git-ls-tree"
` [PATCH v11 00/13] ls-tree: "--object-only" and "--format" opts
  ` [PATCH v11 01/13] ls-tree: remove commented-out code
  ` [PATCH v11 02/13] ls-tree: add missing braces to "else" arms
  ` [PATCH v11 03/13] ls-tree: use "enum object_type", not {blob,tree,commit}_type
  ` [PATCH v11 04/13] ls-tree: use "size_t", not "int" for "struct strbuf"'s "len"
  ` [PATCH v11 05/13] ls-tree: rename "retval" to "recurse" in "show_tree()"
  ` [PATCH v11 06/13] ls-tree: simplify nesting if/else logic "
  ` [PATCH v11 07/13] ls-tree: fix "--name-only" and "--long" combined use bug
  ` [PATCH v11 08/13] ls-tree: slightly refactor `show_tree()`
  ` [PATCH v11 09/13] ls-tree: introduce struct "show_tree_data"
  ` [PATCH v11 10/13] cocci: allow padding with `strbuf_addf()`
  ` [PATCH v11 11/13] ls-tree.c: introduce "--format" option
  ` [PATCH v11 12/13] ls-tree: introduce function "fast_path()"
  ` [PATCH v11 13/13] ls-tree.c: support --object-only option for "git-ls-tree"

[PATCH 0/5] scalar: implement the subcommand "diagnose"
 2022-02-08 13:12 UTC  (27+ 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 0/2] Add cat-file --batch-command flag
 2022-02-08 11:06 UTC  (13+ messages)
` [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

[PATCH 0/2] checkout/fetch/pull/pack-objects: allow -h outside a repository again
 2022-02-08 11:21 UTC  (8+ messages)
` [PATCH 1/2] checkout/fetch/pull/pack-objects: allow `-h` outside a repository
` [PATCH 2/2] t0012: verify that built-ins handle `-h` even without gitdir
` [PATCH v2 0/2] checkout/fetch/pull/pack-objects: allow -h outside a repository again
  ` [PATCH v2 1/2] checkout/fetch/pull/pack-objects: allow `-h` outside a repository
  ` [PATCH v2 2/2] t0012: verify that built-ins handle `-h` even without gitdir

[PATCH] t/t0015-hash.sh: removed unnecessary '\' at line end
 2022-02-08  9:23 UTC  (2+ messages)

[PATCH v5 0/9] submodule: convert the rest of 'update' to C
 2022-02-08  8:39 UTC  (18+ messages)
` [PATCH v6 00/16] "
  ` [PATCH v6 01/16] submodule--helper: get remote names from any repository
  ` [PATCH v6 02/16] submodule--helper: refactor get_submodule_displaypath()
  ` [PATCH v6 03/16] submodule--helper: allow setting superprefix for init_submodule()
  ` [PATCH v6 04/16] submodule--helper: run update using child process struct
  ` [PATCH v6 05/16] builtin/submodule--helper.c: reformat designated initializers
  ` [PATCH v6 06/16] builtin/submodule--helper.c: rename option variables to "opt"
  ` [PATCH v6 07/16] submodule--helper: don't use bitfield indirection for parse_options()
  ` [PATCH v6 08/16] submodule tests: test for init and update failure output
  ` [PATCH v6 09/16] submodule--helper: remove update-module-mode
  ` [PATCH v6 10/16] submodule--helper: reorganize code for sh to C conversion
  ` [PATCH v6 11/16] submodule--helper run-update-procedure: remove --suboid
  ` [PATCH v6 12/16] submodule--helper run-update-procedure: learn --remote
  ` [PATCH v6 13/16] submodule--helper: remove ensure-core-worktree
  ` [PATCH v6 14/16] submodule--helper update-clone: learn --init
  ` [PATCH v6 15/16] submodule--helper: move functions around
  ` [PATCH v6 16/16] submodule: move core cmd_update() logic to C

Commit SHA1 == SHA1 checksum?
 2022-02-08  6:23 UTC  (19+ messages)

[PATCH v4 0/5] Sparse checkout: fix bug with worktree of bare repo
 2022-02-08  5:42 UTC  (25+ 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
  ` [PATCH v6 0/6] Sparse checkout: fix bug with worktree of bare repo
    ` [PATCH v6 1/6] Documentation: add extensions.worktreeConfig details
    ` [PATCH v6 2/6] worktree: create init_worktree_config()
    ` [PATCH v6 3/6] config: add repo_config_set_worktree_gently()
    ` [PATCH v6 4/6] sparse-checkout: set worktree-config correctly
    ` [PATCH v6 5/6] worktree: copy sparse-checkout patterns and config on add
    ` [PATCH v6 6/6] config: make git_configset_get_string_tmp() private

[PATCH v6 0/3] completion: sparse-checkout updates
 2022-02-08  4:16 UTC  (6+ messages)
` [PATCH v7 "
  ` [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

[GSoC][PATCH] lib-read-tree-m-3way: modernize a test script (style)
 2022-02-08  3:24 UTC  (14+ 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
` [PATCH v4 0/2] t/lib-read-tree-m-3way: modernize a test script
  ` [PATCH v4 1/2] t/lib-read-tree-m-3way: modernize style
  ` [PATCH v4 2/2] t/lib-read-tree-m-3way: indent with tabs

[PATCH v6 0/5] teach submodules to know they're submodules
 2022-02-08  1:18 UTC  (6+ messages)

[PATCH v2 00/13] In-core git merge-tree ("Server side merges")
 2022-02-07 23:36 UTC  (5+ messages)
` [PATCH v3 00/15] "
  ` [PATCH v3 03/15] merge-tree: add option parsing and initial shell for real merge function

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

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

feature request: add a way to debug ssh connection
 2022-02-07 21:45 UTC  (3+ messages)

Large delays in mailing list delivery?
 2022-02-07 21:27 UTC  (7+ messages)
        ` Using public-inbox+lei+Emacs+mu+mu4e (was: Large delays in mailing list delivery?)

[PATCH 0/6] [RFC] partial-clone: add ability to refetch with expanded filter
 2022-02-07 19:37 UTC  (2+ messages)

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

[RFC] Bidirectional communication with a long-running Git process
 2022-02-07 19:03 UTC 

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

What's cooking in git.git (Feb 2022, #01; Thu, 3)
 2022-02-07 14:11 UTC  (11+ messages)
` Opinions on merging questions (Was: What's cooking in git.git (Feb 2022, #01; Thu, 3))
` ja/i18n-common-messages (was: "
  ` ja/i18n-common-messages

[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] 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] 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  (8+ messages)
` [PATCH 08/12] merge-ort: provide a merge_get_conflicted_files() helper function

[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 v2 00/11] object-file API: pass object enums, tidy up streaming interface
 2022-02-04 23:48 UTC  (13+ messages)
` [PATCH v3 00/12] "
  ` [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()


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