Git Mailing List Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-15 17:40:15 to 2023-11-25 00:02:35 UTC [more...]

[PATCH v5 00/14] Introduce new `git replay` command
 2023-11-25  0:02 UTC  (26+ messages)
` [PATCH v6 "
  ` [PATCH v7 "
    ` [PATCH v8 "
      ` [PATCH v8 01/14] t6429: remove switching aspects of fast-rebase
      ` [PATCH v8 02/14] replay: introduce new builtin
      ` [PATCH v8 03/14] replay: start using parse_options API
      ` [PATCH v8 04/14] replay: die() instead of failing assert()
      ` [PATCH v8 05/14] replay: introduce pick_regular_commit()
      ` [PATCH v8 06/14] replay: change rev walking options
      ` [PATCH v8 07/14] replay: add an important FIXME comment about gpg signing
      ` [PATCH v8 08/14] replay: remove progress and info output
      ` [PATCH v8 09/14] replay: remove HEAD related sanity check
      ` [PATCH v8 10/14] replay: make it a minimal server side command
      ` [PATCH v8 11/14] replay: use standard revision ranges
      ` [PATCH v8 12/14] replay: add --advance or 'cherry-pick' mode
      ` [PATCH v8 13/14] replay: add --contained to rebase contained branches
      ` [PATCH v8 14/14] replay: stop assuming replayed branches do not diverge

"git overlay" - command for overlaying branches
 2023-11-24 23:51 UTC  (3+ messages)

[PATCH] doc: make the gitfile syntax easier to discover
 2023-11-24 19:47 UTC 

[PATCH 0/4] Sparse checkout completion fixes
 2023-11-24 20:05 UTC  (9+ messages)
` [PATCH 1/4] completion: squelch stray errors in sparse-checkout completion
` [PATCH 2/4] completion: fix logic for determining whether cone mode is active
` [PATCH 3/4] completion: avoid misleading completions in cone mode
` [PATCH 4/4] completion: avoid user confusion in non-cone mode

[PATCH] git-prompt: stop manually parsing HEAD
 2023-11-24 18:28 UTC  (3+ messages)

[PATCH 0/4] Switch links to https
 2023-11-24 16:03 UTC  (20+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/4] doc: switch "
  ` [PATCH v2 2/4] doc: update links to current pages
  ` [PATCH v2 4/4] doc: refer to internet archive
  ` [PATCH v3 0/4] Switch links to https
    ` [PATCH v3 1/4] doc: update links to current pages
    ` [PATCH v3 2/4] doc: switch links to https
    ` [PATCH v3 3/4] doc: update links for andre-simon.de
    ` [PATCH v3 4/4] doc: refer to internet archive

Running git(1) from within hooks/post-update
 2023-11-24 15:49 UTC  (3+ messages)

Unable to split then edit hunk in git interactive add
 2023-11-24 15:19 UTC  (2+ messages)

[PATCH] commit-graph: disable GIT_COMMIT_GRAPH_PARANOIA by default
 2023-11-24 11:08 UTC  (12+ messages)
` [PATCH v2] "
` [PATCH v3] "

[PATCH] object-name: reject too-deep recursive ancestor queries
 2023-11-24 10:11 UTC  (5+ messages)

Fix git-send-email.perl w.r.t. recent Getopt::Long update
 2023-11-24  9:39 UTC 

[PATCH] credential/wincred: store oauth_refresh_token
 2023-11-24  8:00 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] git-p4: fix fast import when empty commit is first
 2023-11-24  6:55 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 1/2] orphan/unborn: add to the glossary and use them consistently
 2023-11-24  3:10 UTC  (2+ messages)
` [PATCH 2/2] orphan/unborn: fix use of 'orphan' in end-user facing messages

Orphan branch not well-defined?
 2023-11-24  2:31 UTC  (7+ messages)

git checkout -B <branch> lets you checkout a branch that is already checked out in another worktree Inbox
 2023-11-24  1:19 UTC  (9+ messages)
    ` [PATCH 2/2] checkout: forbid "-B <branch>" from touching a branch used elsewhere

[PATCH 0/4] Redact unsafe URLs in the Trace2 output
 2023-11-23 19:08 UTC  (8+ messages)
` [PATCH 1/4] trace2: fix signature of trace2_def_param() macro
` [PATCH 2/4] trace2: redact passwords from https:// URLs by default
` [PATCH 3/4] t0211: test URL redacting in PERF format
` [PATCH 4/4] t0212: test URL redacting in EVENT format

Migration of git-scm.com to a static web site: ready for review/testing
 2023-11-23 18:53 UTC  (8+ messages)

[BUG?] Semantics of HEAD when bare cloning non-bare repositories
 2023-11-23 12:13 UTC 

[commit-graph] v2.43.0 segfault with fetch.writeCommitGraph enabled when fetch
 2023-11-23  3:56 UTC  (2+ messages)

Thanks
 2023-11-22 18:43 UTC 

[PATCH 1/6] submodule--helper: use submodule_from_path in set-{url,branch}
 2023-11-22  9:50 UTC  (9+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/6] submodule--helper: return error from set-url when modifying failed
  ` [PATCH v2 3/6] t7419: actually test the branch switching
  ` [PATCH v2 4/6] t7419, t7420: use test_cmp_config instead of grepping .gitmodules
  ` [PATCH v2 5/6] t7419: test that we correctly handle renamed submodules
  ` [PATCH v2 6/6] t7420: "

[PATCH] merge-file: add --diff-algorithm option
 2023-11-21 14:58 UTC  (8+ messages)
` [PATCH v2] "

reftable: How to represent deleted referees of symrefs in the reflog?
 2023-11-21 13:46 UTC 

[PATCH 0/8] reftable: small set of fixes
 2023-11-21  7:04 UTC  (9+ messages)
` [PATCH 1/8] reftable: wrap EXPECT macros in do/while
` [PATCH 2/8] reftable: handle interrupted reads
` [PATCH 3/8] reftable: handle interrupted writes
` [PATCH 4/8] reftable/stack: verify that `reftable_stack_add()` uses auto-compaction
` [PATCH 5/8] reftable/stack: perform auto-compaction with transactional interface
` [PATCH 6/8] reftable/stack: reuse buffers when reloading stack
` [PATCH 7/8] reftable/merged: reuse buffer to compute record keys
` [PATCH 8/8] reftable/stack: fix stale lock when dying

KONFIDENCIALITĀTE
 2023-11-20 21:06 UTC 

[PATCH 2/2] pretty: add '%aA' to show domain-part of email addresses
 2023-11-20 20:21 UTC  (6+ messages)

[ANNOUNCE] Git for Windows 2.43.0
 2023-11-20 19:01 UTC 

What's cooking in git.git (Nov 2023, #08; Mon, 20)
 2023-11-20 17:01 UTC 

[ANNOUNCE] Git v2.43.0
 2023-11-20 17:01 UTC 

[PATCH] setup: recognize bare repositories with packed-refs
 2023-11-20  9:43 UTC  (6+ messages)

bugreport
 2023-11-20  8:36 UTC  (2+ messages)

[GIT PULL] l10n updates for 2.43.0 round 2
 2023-11-20  1:29 UTC  (2+ messages)

[PATCH] Fix a typo in `each_file_in_pack_dir_fn()`'s declaration
 2023-11-19 23:15 UTC  (2+ messages)

[PATCH v3 0/3] subtree: fix split processing with multiple subtrees present
 2023-11-18 11:28 UTC  (3+ messages)
` [PATCH v4] "

[PATCH v3] fuzz: add new oss-fuzz fuzzer for date.c / date.h
 2023-11-17 17:47 UTC  (2+ messages)
` [PATCH v4] "

What's cooking in git.git (Nov 2023, #07; Fri, 17)
 2023-11-17 10:36 UTC  (2+ messages)

[PATCH] send-email: avoid duplicate specification warnings
 2023-11-16 22:32 UTC  (12+ messages)
` [RFC PATCH v2 0/2] "
  ` [RFC PATCH v2 1/2] "
      ` [PATCH v3 0/2] "
        ` [PATCH v3 1/2] perl: bump the required Perl version to 5.8.1 from 5.8.0
        ` [PATCH v3 2/2] send-email: avoid duplicate specification warnings
  ` [RFC PATCH v2 2/2] send-email: remove stray characters from usage
      ` [PATCH] "

gitmodulesSymlink .gitmodules is a symbolic link
 2023-11-16 20:27 UTC  (2+ messages)

What's cooking in git.git (Nov 2023, #04; Thu, 9)
 2023-11-16 20:17 UTC  (5+ messages)
    ` tb/merge-tree-write-pack, was "

[PATCH] ci: avoid running the test suite _twice_
 2023-11-16 20:02 UTC  (6+ messages)
    ` Feasibility of folding `unit-tests` into `make test`, was "

[PATCH 1/1] attr: add native file mode values support
 2023-11-16 17:54 UTC  (10+ messages)
` [PATCH 1/1] attr: add builtin objectmode "

Feature request: git status --branch-only
 2023-11-16 16:09 UTC  (6+ messages)

[PATCH v2 02/10] ref-filter.h: add max_count and omit_empty to ref_format
 2023-11-16 12:06 UTC  (2+ messages)

Git Rename Detection Bug
 2023-11-16  6:26 UTC  (8+ messages)

[PATCH 0/9] for-each-ref optimizations & usability improvements
 2023-11-16  5:48 UTC  (8+ messages)
` [PATCH v2 00/10] "
  ` [PATCH v2 01/10] ref-filter.c: really don't sort when using --no-sort
  ` [PATCH v2 04/10] ref-filter.h: add functions for filter/format & format-only
  ` [PATCH v2 09/10] ref-filter.c: use peeled tag for '*' format fields

Bug: "Received" misspelled in remote message
 2023-11-16  3:42 UTC  (5+ messages)

[PATCH v4 0/4] rebase: support --autosquash without -i
 2023-11-16  0:27 UTC  (4+ messages)
` [PATCH v5 0/3] "

What is the best way to fix divergent branches during push
 2023-11-15 23:43 UTC 

[PATCH v2 0/5] Avoid hang if curl needs eof twice + minor related improvements
 2023-11-15 23:28 UTC  (2+ messages)

PROPOSAL
 2023-11-15 19:37 UTC 

[PATCH v2 1/5] remote-curl: avoid hang if curl asks for more data after eof
 2023-11-15 19:20 UTC  (2+ messages)

[PATCH] RelNotes: tweak 2.43.0 release notes
 2023-11-15 19:07 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] docs: submitting-patches: improve the base commit explanation
 2023-11-15 18:07 UTC 


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