git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2024-02-15 17:19:08 to 2024-02-20 00:32:57 UTC [more...]

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

[PATCH 0/6] reflog: introduce subcommand to list reflogs
 2024-02-20  0:14 UTC  (11+ 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 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] builtin/stash: configs keepIndex, includeUntracked
 2024-02-19 21:41 UTC  (5+ messages)

[PATCH v3 00/10] Enrich Trailer API
 2024-02-19 21:40 UTC  (25+ messages)
` [PATCH v4 00/28] "
  ` [PATCH v5 0/9] "
    ` [PATCH v5 1/9] trailer: free trailer_info _after_ all related usage
    ` [PATCH v5 2/9] shortlog: add test for de-duplicating folded trailers
    ` [PATCH v5 3/9] trailer: prepare to expose functions as part of API
    ` [PATCH v5 4/9] trailer: move interpret_trailers() to interpret-trailers.c
    ` [PATCH v5 5/9] trailer: start preparing for formatting unification
    ` [PATCH v5 6/9] trailer_info_get(): reorder parameters
    ` [PATCH v5 7/9] format_trailers(): use strbuf instead of FILE
    ` [PATCH v5 8/9] format_trailer_info(): move "fast path" to caller
    ` [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

Why does the includeif woks how it does?
 2024-02-19 21:19 UTC  (3+ messages)

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

[PATCH] branch: rework the descriptions of rename and copy operations
 2024-02-19 19:55 UTC  (19+ messages)

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

[BUG] git commit --trailer --verbose puts trailer below scissors line
 2024-02-19 18:42 UTC  (6+ messages)

[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  (7+ messages)

[PATCH 0/5] promise: introduce promises to track success or error
 2024-02-19 14:25 UTC  (7+ messages)
` [PATCH 1/5] promise: add promise pattern to track success/error from operations
` [PATCH 2/5] apply: use new promise structures in git-apply logic as a proving ground
` [PATCH 3/5] apply: update t4012 test suite
` [PATCH 4/5] apply: pass through quiet flag to fix t4150
` [PATCH 5/5] am: update test t4254 by adding the new error text

[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  (12+ messages)
` [PATCH 1/4] osxkeychain: replace deprecated SecKeychain API
` [PATCH 2/4] osxkeychain: erase all matching credentials
` [PATCH 3/4] osxkeychain: erase matching passwords only
` [PATCH 4/4] osxkeychain: store new attributes

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  (6+ messages)

[PATCH 0/4] Speed up git-notes show
 2024-02-18 19:59 UTC  (21+ 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

[PATCH] rerere: fix crash in during clear
 2024-02-18 19:46 UTC  (4+ messages)
` [PATCH v2] rerere: fix crash "

[BUG] mv: can trigger assertion failure with three parameters (builtin/mv.c:481)
 2024-02-18 12:42 UTC  (2+ messages)

[PATCH] doc: remove outdated information about interactive.singleKey
 2024-02-18  3:02 UTC 

Calling "gpg --sign" with loopback pinentry in some scenarios, but not always
 2024-02-17 23:31 UTC  (2+ messages)

Git commit causes data download in partial clone
 2024-02-17 20:38 UTC 

[PATCH] RelNotes: minor typo fixes in 2.44.0 draft
 2024-02-17 18:12 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH] mergetools: vimdiff: use correct tool's name when reading mergetool config
 2024-02-17 16:27 UTC  (6+ messages)
` [PATCH v2] "
  ` [PATCH v3] "
    ` [PATCH v4] "

[PATCH] git: --no-lazy-fetch option
 2024-02-17  5:40 UTC  (11+ messages)
      ` [PATCH] git: extend --no-lazy-fetch to work across subprocesses

[PATCH] t/lib-credential: clean additional credential
 2024-02-17  4:58 UTC  (4+ messages)
    ` [PATCH] t0303: check that helper_test_clean removes all credentials

[PATCH v2 00/30] initial support for multiple hash functions
 2024-02-17  1:59 UTC  (7+ messages)
` [PATCH v2 02/30] oid-array: teach oid-array to handle multiple kinds of oids

Question about migrating a repository
 2024-02-17  1:22 UTC  (3+ messages)

[PATCH v2] diff: implement config.diff.renames=copies-harder
 2024-02-17  0:54 UTC  (4+ messages)

[PATCH v2] branch: rework the descriptions of rename and copy operations
 2024-02-16 21:58 UTC  (5+ messages)

[PATCH v2 0/4] rev-list: allow missing tips with --missing
 2024-02-16 21:56 UTC  (13+ messages)
` [PATCH v2 2/4] oidset: refactor oidset_insert_from_set()
` [PATCH v2 4/4] rev-list: allow missing tips with --missing=[print|allow*]
` [PATCH v3 0/5] rev-list: allow missing tips with --missing

[Improvements on messages 0/5] Disambuiguate between options and commands
 2024-02-16 19:05 UTC  (8+ messages)
` [Improvements on messages 1/5] rebase: trivial fix of error message
` [Improvements on messages 2/5] transport-helper.c: "
` [Improvements on messages 3/5] builtin/remote.c: "
` [Improvements on messages 4/5] builtin/clone.c: trivial fix of message
` [Improvements on messages 5/5] revision.c: trivial fix to message

Git difftool: interaction between --dir-diff and --trust-exit-code
 2024-02-16 18:12 UTC  (3+ messages)
` [PATCH] git-difftool--helper: honor `--trust-exit-code` with `--dir-diff`

Enhancement: `git pull` fails with merge conflict even if the local copy is modified in the same manner
 2024-02-16  8:43 UTC 

git-retry tool or git.retry config (built-in implementation)?
 2024-02-16  8:36 UTC 

[PATCH] documentation: send-email: use camel case consistently
 2024-02-16  5:19 UTC 

Not aloud to
 2024-02-16  4:14 UTC 

What's cooking in git.git (Feb 2024, #06; Thu, 15)
 2024-02-16  1:25 UTC 

[PATCH] cmake: let `test-tool` run the unit tests, too
 2024-02-15 23:45 UTC  (2+ messages)

[PATCH] use C99 declaration of variable in for() loop
 2024-02-15 23:43 UTC  (8+ messages)

[PATCH 0/7] t: drop more REFFILES prereqs
 2024-02-15 18:19 UTC  (8+ messages)
` [PATCH 2/7] t0410: enable tests with extensions with non-default repo format
` [PATCH v2 0/7] t: drop more REFFILES prereqs
  ` [PATCH v2 2/7] t0410: convert tests to use DEFAULT_REPO_FORMAT prereq

[PATCH] t/t3515-cherry-pick-rebase.sh: new testcase demonstrating broken behavior
 2024-02-15 17:36 UTC  (15+ messages)
` [PATCH 2/2] sequencer: unset GIT_CHERRY_PICK_HELP for 'exec' commands


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