git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-12-21 09:02:32 to 2021-12-22 17:28:24 UTC [more...]

[PATCH] builtin/fetch: skip unnecessary tasks when using --negotiate-only
 2021-12-22 17:28 UTC  (12+ messages)
` [PATCH v2] "
  ` [PATCH v3 0/3] "
    ` [PATCH v3 1/3] builtin/fetch: use goto cleanup in cmd_fetch()
    ` [PATCH v3 2/3] builtin/fetch: skip unnecessary tasks when using --negotiate-only
    ` [PATCH v3 3/3] builtin/fetch: die on --negotiate-only and --recurse-submodules

[PATCH 0/9] Trace2 stopwatch timers and global counters
 2021-12-22 16:32 UTC  (14+ messages)
` [PATCH 2/9] trace2: convert tr2tls_thread_ctx.thread_name from strbuf to char*
` [PATCH 6/9] trace2: add timer events to perf and event target formats
` [PATCH 7/9] trace2: add stopwatch timers

Custom subcommand help handlers
 2021-12-22 16:19 UTC  (10+ messages)

[PATCH v7 0/9] ssh signing: Add commit & tag signing/verification via SSH keys using ssh-keygen
 2021-12-22 15:58 UTC  (6+ messages)
` [PATCH v8 "
  ` [PATCH v8 9/9] ssh signing: test that gpg fails for unknown keys
    ` t7510-signed-commit.sh hangs on old gpg, regression in 1bfb57f642d (was: [PATCH v8 9/9] ssh signing: test that gpg fails for unknown keys)

Review process improvements
 2021-12-22 15:45 UTC  (5+ messages)

Issues on git-scm.com
 2021-12-22 15:04 UTC  (3+ messages)

[PATCH v3 0/2] git-p4: remove "debug" and "rollback" verbs
 2021-12-22 14:55 UTC  (3+ messages)
` [PATCH v3 1/2] git-p4: remove "debug" verb
` [PATCH v3 2/2] git-p4: remove "rollback" verb

[PATCH v3 0/5] Sparse index: fetch, pull, ls-files
 2021-12-22 14:20 UTC  (7+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/5] fetch/pull: use the sparse index
  ` [PATCH v4 2/5] ls-files: add --sparse option
  ` [PATCH v4 3/5] t1092: replace 'read-cache --table' with 'ls-files --sparse'
  ` [PATCH v4 4/5] t1091/t3705: remove 'test-tool read-cache --table'
  ` [PATCH v4 5/5] test-read-cache: remove --table, --expand options

[PATCH] update-index: refresh should rewrite index in case of racy timestamps
 2021-12-22 13:56 UTC 

[PATCH v5 0/6] unpack large blobs in stream
 2021-12-22 12:02 UTC  (18+ messages)
` [PATCH v7 0/5] "
` [PATCH v7 1/5] unpack-objects.c: add dry_run mode for get_data()
` [PATCH v7 2/5] object-file API: add a format_object_header() function
` [PATCH v7 3/5] object-file.c: refactor write_loose_object() to reuse in stream version
` [PATCH v7 4/5] object-file.c: add "write_stream_object_file()" to support read in stream
` [PATCH v7 5/5] unpack-objects: unpack_non_delta_entry() read data in a stream

Should update-index --refresh force writing the index in case of racy timestamps?
 2021-12-22 11:42 UTC  (4+ messages)

[PATCH 0/4] Reftable test fixes 20211221
 2021-12-22 10:59 UTC  (5+ messages)
` [PATCH 1/4] t5540: require REFFILES
` [PATCH 2/4] t5550: "
` [PATCH 3/4] t7004: create separate tags for different tests
` [PATCH 4/4] t7004: use "test-tool ref-store" for reflog inspection

bug: git name-rev --stdin --no-undefined on detached head
 2021-12-22 10:05 UTC 

[PATCH v2] fast-export: fix surprising behavior with --first-parent
 2021-12-22  8:38 UTC  (5+ messages)
` [PATCH v3] "

[PATCH v4] fetch-pack: parameterize message containing 'ready' keyword
 2021-12-22  8:06 UTC  (2+ messages)

Rebasing commits that have been pushed to remote
 2021-12-22  7:55 UTC 

[PATCH V3] git-apply: skip threeway in add / rename cases
 2021-12-22  6:41 UTC  (3+ messages)
` [PATCH V4] "

[PATCH 0/9] Add a new --remerge-diff capability to show & log
 2021-12-22  6:23 UTC  (29+ messages)
` [PATCH 1/9] tmp_objdir: add a helper function for discarding all contained objects
` [PATCH 2/9] ll-merge: make callers responsible for showing warnings
` [PATCH 3/9] merge-ort: capture and print ll-merge warnings in our preferred fashion
` [PATCH 4/9] merge-ort: mark a few more conflict messages as omittable
` [PATCH 5/9] merge-ort: make path_messages available to external callers
` [PATCH 6/9] diff: add ability to insert additional headers for paths
` [PATCH 7/9] merge-ort: format messages slightly different for use in headers
` [PATCH 8/9] show, log: provide a --remerge-diff capability
` [PATCH 9/9] doc/diff-options: explain the new --remerge-diff option

Why does "merge --continue" expect no arguments?
 2021-12-22  6:20 UTC  (6+ messages)

[PATCH 0/4] Sparse checkout: fix bug with worktree of bare repo
 2021-12-22  6:05 UTC  (19+ messages)
` [PATCH 3/4] config: add repo_config_set_worktree_gently()
` [PATCH v2 0/5] Sparse checkout: fix bug with worktree of bare repo
  ` [PATCH v2 1/5] setup: use a repository when upgrading format
  ` [PATCH v2 2/5] config: make some helpers repo-aware
  ` [PATCH v2 3/5] worktree: add upgrade_to_worktree_config()
  ` [PATCH v2 4/5] config: add repo_config_set_worktree_gently()
  ` [PATCH v2 5/5] sparse-checkout: use repo_config_set_worktree_gently()

[PATCH 0/2] tweaks to refs/debug.c
 2021-12-22  5:58 UTC  (4+ messages)
` [PATCH 1/2] refs: print error message in debug output
` [PATCH 2/2] refs: set the repo in debug_ref_store.base

[PATCH v4 00/10] cat-file: better usage UX & error messages
 2021-12-22  4:13 UTC  (12+ messages)
` [PATCH v5 "
  ` [PATCH v5 01/10] cat-file tests: test bad usage
  ` [PATCH v5 02/10] cat-file tests: test messaging on bad objects/paths
  ` [PATCH v5 03/10] parse-options API: add a usage_msg_optf()
  ` [PATCH v5 04/10] cat-file docs: fix SYNOPSIS and "-h" output
  ` [PATCH v5 05/10] cat-file: move "usage" variable to cmd_cat_file()
  ` [PATCH v5 06/10] cat-file: make --batch-all-objects a CMDMODE
  ` [PATCH v5 07/10] cat-file: fix remaining usage bugs
  ` [PATCH v5 08/10] cat-file: correct and improve usage information
  ` [PATCH v5 09/10] object-name.c: don't have GET_OID_ONLY_TO_DIE imply *_QUIETLY
  ` [PATCH v5 10/10] cat-file: use GET_OID_ONLY_TO_DIE in --(textconv|filters)

[PATCH 00/12] reflog + gc: refactor, progress output, reftable-readyness
 2021-12-22  4:06 UTC  (14+ messages)
` [PATCH v2 0/9] reftable prep: have builtin/reflog.c handle "--verbose"
  ` [PATCH v3 "
    ` [PATCH v3 1/9] reflog delete: narrow scope of "cmd" passed to count_reflog_ent()
    ` [PATCH v3 2/9] reflog expire: narrow scope of "cb" in cmd_reflog_expire()
    ` [PATCH v3 3/9] reflog: change one->many worktree->refnames to use a string_list
    ` [PATCH v3 4/9] reflog expire: use "switch" over enum values
    ` [PATCH v3 5/9] reflog expire: refactor & use "tip_commit" only for UE_NORMAL
    ` [PATCH v3 6/9] reflog expire: don't use lookup_commit_reference_gently()
    ` [PATCH v3 7/9] reflog: reduce scope of "struct rev_info"
    ` [PATCH v3 8/9] refs files-backend: assume cb->newlog if !EXPIRE_REFLOGS_DRY_RUN
    ` [PATCH v3 9/9] reflog + refs-backend: move "verbose" out of the backend

[PATCH v5 00/17] hook.[ch]: new library to run hooks + simple hook conversion
 2021-12-22  3:59 UTC  (19+ messages)
` [PATCH v6 "
  ` [PATCH v6 01/17] hook: add 'run' subcommand
  ` [PATCH v6 02/17] hook API: add a run_hooks() wrapper
  ` [PATCH v6 03/17] gc: use hook library for pre-auto-gc hook
  ` [PATCH v6 04/17] am: convert {pre,post}-applypatch to use hook.h
  ` [PATCH v6 05/17] hook API: add a run_hooks_l() wrapper
  ` [PATCH v6 06/17] rebase: convert pre-rebase to use hook.h
  ` [PATCH v6 07/17] am: convert applypatch-msg "
  ` [PATCH v6 08/17] merge: convert post-merge "
  ` [PATCH v6 09/17] hooks: convert non-worktree 'post-checkout' hook to hook library
  ` [PATCH v6 10/17] hooks: convert worktree "
  ` [PATCH v6 11/17] git hook run: add an --ignore-missing flag
  ` [PATCH v6 12/17] send-email: use 'git hook run' for 'sendemail-validate'
  ` [PATCH v6 13/17] git-p4: use 'git hook' to run hooks
  ` [PATCH v6 14/17] commit: convert {pre-commit,prepare-commit-msg} hook to hook.h
  ` [PATCH v6 15/17] read-cache: convert post-index-change to use hook.h
  ` [PATCH v6 16/17] receive-pack: convert push-to-checkout hook to hook.h
  ` [PATCH v6 17/17] run-command: remove old run_hook_{le,ve}() hook API

(no subject)
 2021-12-22  3:20 UTC  (3+ messages)
` rebase -S config option

[PATCH v4 0/7] grep: simplify & delete "init" & "config" code
 2021-12-22  2:58 UTC  (9+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/7] grep.h: remove unused "regex_t regexp" from grep_opt
  ` [PATCH v5 2/7] log tests: check if grep_config() is called by "log"-like cmds
  ` [PATCH v5 3/7] grep tests: add missing "grep.patternType" config test
  ` [PATCH v5 4/7] built-ins: trust the "prefix" from run_builtin()
  ` [PATCH v5 5/7] grep.c: don't pass along NULL callback value
  ` [PATCH v5 6/7] grep API: call grep_config() after grep_init()
  ` [PATCH v5 7/7] grep: simplify config parsing and option parsing

[BUG] Submodule Pull
 2021-12-22  2:40 UTC 

[PATCH] l10n: README: call more attention to plural strings
 2021-12-22  1:46 UTC  (8+ messages)
` [PATCH v2] "

[RFC PATCH 00/10] range-diff: fix segfault due to integer overflow
 2021-12-21 23:36 UTC  (4+ messages)

t5327 log expiry
 2021-12-21 21:39 UTC  (3+ messages)

[RFC PATCH] branch: add "inherit" option for branch.autoSetupMerge
 2021-12-21 18:25 UTC  (8+ messages)
` [PATCH v8 0/3] branch: inherit tracking configs
  ` [PATCH v8 1/3] branch: accept multiple upstream branches for tracking
  ` [PATCH v8 2/3] branch: add flags and config to inherit tracking

taking a break from Git
 2021-12-21 18:23 UTC  (3+ messages)

[PATCH v5 0/5] implement branch --recurse-submodules
 2021-12-21 17:51 UTC  (4+ messages)
` [PATCH v6 "

[PATCH v6 5/6] unpack-objects.c: add dry_run mode for get_data()
 2021-12-21 17:17 UTC  (2+ messages)

passing CURLOPT_CERTTYPE to libcurl
 2021-12-21 16:20 UTC  (5+ messages)

[INFO] Does Git GUI support Dark Mode on Windows 10 ?
 2021-12-21 16:14 UTC  (2+ messages)

[PATCH] merge: allow to pretend a merge into detached HEAD is made into a branch
 2021-12-21 13:52 UTC  (5+ messages)
    ` [PATCH v2] merge: allow to pretend a merge is made into a different branch

[PATCH] test-ref-store: print hash algorithm
 2021-12-21 13:15 UTC 

[PATCH v6 2/6] object-file.c: refactor object header generation into a function
 2021-12-21 11:43 UTC  (3+ messages)
` [RFC PATCH] object-file API: add a format_loose_header() function

[PATCH v2 0/2] git-p4: remove "debug" and "rollback" verbs
 2021-12-21 10:32 UTC  (4+ messages)
` [PATCH v2 1/2] git-p4: remove "delete" verb

[RFC PATCH 0/2] cryptoSign flag & config
 2021-12-21  9:39 UTC  (7+ messages)
` [RFC PATCH 1/2] crypto sign: add crypto-sign alias flag
` [RFC PATCH 2/2] crypto sign: add cryptoSign.* config

Feature request: diff options for commit --verbose
 2021-12-21  9:02 UTC 


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