git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2024-02-18 13:03:16 to 2024-02-21 12:38:32 UTC [more...]

[PATCH 0/6] reflog: introduce subcommand to list reflogs
 2024-02-21 12:37 UTC  (35+ messages)
` [PATCH 1/6] dir-iterator: pass name to `prepare_next_entry_data()` directly
` [PATCH 2/6] dir-iterator: support iteration in sorted order
` [PATCH 3/6] refs/files: sort reflogs returned by the reflog iterator
` [PATCH 4/6] refs: drop unused params from the reflog iterator callback
` [PATCH 5/6] refs: stop resolving ref corresponding to reflogs
` [PATCH 6/6] builtin/reflog: introduce subcommand to list reflogs
` [PATCH v2 0/7] reflog: "
  ` [PATCH v2 1/7] dir-iterator: pass name to `prepare_next_entry_data()` directly
  ` [PATCH v2 2/7] dir-iterator: support iteration in sorted order
  ` [PATCH v2 3/7] refs/files: sort reflogs returned by the reflog iterator
  ` [PATCH v2 4/7] refs: always treat iterators as ordered
  ` [PATCH v2 5/7] refs: drop unused params from the reflog iterator callback
  ` [PATCH v2 6/7] refs: stop resolving ref corresponding to reflogs
  ` [PATCH v2 7/7] builtin/reflog: introduce subcommand to list reflogs
` [PATCH v3 0/8] reflog: "
  ` [PATCH v3 1/8] dir-iterator: pass name to `prepare_next_entry_data()` directly
  ` [PATCH v3 2/8] dir-iterator: support iteration in sorted order
  ` [PATCH v3 3/8] refs/files: sort reflogs returned by the reflog iterator
  ` [PATCH v3 4/8] refs/files: sort merged worktree and common reflogs
  ` [PATCH v3 5/8] refs: always treat iterators as ordered
  ` [PATCH v3 6/8] refs: drop unused params from the reflog iterator callback
  ` [PATCH v3 7/8] refs: stop resolving ref corresponding to reflogs

Segfault: git show-branch --reflog refs/pullreqs/1
 2024-02-21 10:37 UTC  (8+ messages)
` [PATCH 0/2] Detect empty or missing reflogs with `ref@{0}`
  ` [PATCH 1/2] object-name: detect and report empty reflogs
  ` [PATCH 2/2] builtin/show-branch: detect "

[PATCH] Add unix domain socket support to HTTP transport
 2024-02-21  9:14 UTC 

What's cooking in git.git (Feb 2024, #07; Tue, 20)
 2024-02-21  9:04 UTC  (2+ messages)

Git in GSoC 2024
 2024-02-21  8:59 UTC  (13+ messages)

[PATCH] git-remote.txt: fix typo
 2024-02-21  8:35 UTC 

[PATCH] documentation: send-email: use camel case consistently
 2024-02-21  7:50 UTC  (10+ messages)

[PATCH 0/3] Doc placeholders
 2024-02-21  7:41 UTC  (9+ messages)
` [PATCH 1/3] doc: git-rev-parse: enforce command-line description syntax
` [PATCH 2/3] doc: git-clone fix missing placeholder end carret
` [PATCH 3/3] doc: add some missing sentence dots

[PATCH] rebase: make warning less passive aggressive
 2024-02-21  7:14 UTC  (3+ messages)

[PATCH v3] mergetools: vimdiff: use correct tool's name when reading mergetool config
 2024-02-21  5:20 UTC  (4+ messages)
` [PATCH v4] "

Git rebasing attribute the change to the wrong file [bug]
 2024-02-21  2:18 UTC  (2+ messages)

Bug: impure renames may be reported as pure renames
 2024-02-21  2:12 UTC  (2+ messages)

[PATCH 0/4] completion for git-reflog show
 2024-02-21  1:46 UTC  (5+ messages)
` [PATCH 3/4] completion: reflog with implicit "show"

[PATCH 0/1] completion: send-email: don't complete revs when --no-format-patch
 2024-02-21  1:34 UTC  (5+ messages)
  ` [PATCH v2 1/1] completion: "

[PATCH v4] documentation: send-email: use camel case consistently
 2024-02-21  0:04 UTC  (3+ messages)

[PATCH v3] documentation: send-email: use camel case consistently
 2024-02-20 22:21 UTC  (5+ messages)

[PATCH] branch: rework the descriptions of rename and copy operations
 2024-02-20 20:34 UTC  (17+ messages)
                    ` [PATCH] branch: adjust documentation

[PATCH] Revert "Declare both git-switch and git-restore experimental"
 2024-02-20 19:57 UTC  (9+ messages)

[PATCH 00/12] FSMonitor edge cases on case-insensitive file systems
 2024-02-20 19:34 UTC  (17+ messages)
` [PATCH 01/12] sparse-index: pass string length to index_file_exists()
` [PATCH 02/12] name-hash: add index_dir_exists2()
` [PATCH 04/12] fsmonitor: refactor refresh callback on directory events
` [PATCH 06/12] fsmonitor: clarify handling of directory events in callback

[PATCH] builtin/stash: configs keepIndex, includeUntracked
 2024-02-20 19:30 UTC  (12+ messages)

[ANNOUNCE] Git for Windows 2.44.0-rc2
 2024-02-20 19:06 UTC 

[PATCH 00/12] reftable: improve ref iteration performance (pt.2)
 2024-02-20 18:25 UTC  (5+ messages)
` [PATCH 02/12] reftable/merged: make `merged_iter` structure private
` [PATCH 03/12] reftable/merged: advance subiter on subsequent iteration

[ANNOUNCE] Git v2.44.0-rc2
 2024-02-20 17:09 UTC 

[PATCH 0/5] promise: introduce promises to track success or error
 2024-02-20 16:20 UTC  (6+ messages)

[PATCH 0/4] Speed up git-notes show
 2024-02-20 11:40 UTC  (22+ messages)
` [PATCH 1/4] notes: print note blob to stdout directly
` [PATCH v2 0/5] Speed up git-notes show
  ` [PATCH v2 1/5] log: Move show_blob_object() to log.c
  ` [PATCH v2 2/5] notes: avoid launching a child process to show a note blob
  ` [PATCH v2 3/5] notes: use existing function stream_blob_to_fd
  ` [PATCH v2 4/5] notes: do not clean up right before calling die()
  ` [PATCH v2 5/5] notes: use strbuf_attach to take ownership of the object contents

Git difftool: interaction between --dir-diff and --trust-exit-code
 2024-02-20 10:08 UTC  (5+ messages)
` [PATCH] git-difftool--helper: honor `--trust-exit-code` with `--dir-diff`
` [PATCH v2] "

[PATCH v2] documentation: send-email: use camel case consistently
 2024-02-20  7:04 UTC 

Why does the includeif woks how it does?
 2024-02-20  6:54 UTC 

[BUG] git commit --trailer --verbose puts trailer below scissors line
 2024-02-20  3:26 UTC  (6+ messages)
      ` [PATCH] trailer: fix comment/cut-line regression with opts->no_divider

Git commit causes data download in partial clone
 2024-02-20  2:43 UTC  (2+ messages)

Why does the includeif woks how it does?
 2024-02-20  1:42 UTC  (4+ messages)

[PATCH] rerere: fix crash in during clear
 2024-02-20  1:22 UTC  (5+ messages)
` [PATCH v2] rerere: fix crash "

[GSoC] Use unsigned integral type for collection of bits
 2024-02-20  0:32 UTC  (4+ messages)

[PATCH 0/2] apply: add unit tests for parse_range
 2024-02-19 22:04 UTC  (6+ messages)
` [PATCH 1/2] apply: add unit tests for parse_range and rename to parse_fragment_range
` [PATCH 2/2] apply: rewrite unit tests with structured cases

[PATCH v4 00/28] Enrich Trailer API
 2024-02-19 21:40 UTC  (9+ messages)
` [PATCH v5 0/9] "
  ` [PATCH v5 3/9] trailer: prepare to expose functions as part of API
  ` [PATCH v5 5/9] trailer: start preparing for formatting unification
  ` [PATCH v5 9/9] format_trailers_from_commit(): indirectly call trailer_info_get()

[PATCH v3] Teach git apply to respect core.fileMode settings
 2024-02-19 21:24 UTC  (5+ messages)
` [PATCH v4 0/3] apply with core.filemode=false

[PATCH] libsecret: retrieve empty password
 2024-02-19 20:40 UTC  (4+ messages)
` [PATCH v2] "

[GSOC][RFC PATCH 0/1] microproject: use test_path_is_* functions in test scripts
 2024-02-19 19:36 UTC  (3+ messages)
` [GSOC][RFC PATCH 1/1] t: t7301-clean-interactive: Use test_path_is_(missing|file)

[GIT PULL] l10n updates for 2.44.0 round 3
 2024-02-19 17:21 UTC  (2+ messages)

[PATCH] completion: use awk for filtering the config entries
 2024-02-19 17:19 UTC  (5+ messages)

[PATCH] diff.c: use utf8_strwidth() instead of strlen() for display width
 2024-02-19  7:01 UTC  (3+ messages)

[PATCH 0/4] osxkeychain: bring in line with other credential helpers
 2024-02-18 23:23 UTC  (7+ messages)
` [PATCH 1/4] osxkeychain: replace deprecated SecKeychain API

Suggested clarification for .gitattributes reference documentation
 2024-02-18 23:12 UTC  (7+ messages)

[PATCH] Always check the return value of `repo_read_object_file()`
 2024-02-18 22:36 UTC  (3+ messages)

Hello question on Git for Windows 2.43.0 - GUID and/or SWID tag for this title
 2024-02-18 22:06 UTC  (5+ 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).