Git Mailing List Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-07 07:48:23 to 2024-02-09 22:32:05 UTC [more...]

[PATCH 1/1] imap-send: include strbuf.h
 2024-02-09 22:26 UTC 

[PATCH 1/2] receive-pack: use find_commit_header() in check_cert_push_options()
 2024-02-09 22:18 UTC  (4+ messages)
` [PATCH 2/2] receive-pack: use find_commit_header() in check_nonce()

[PATCH v3 00/10] Enrich Trailer API
 2024-02-09 21:54 UTC  (12+ messages)
` [PATCH v4 00/28] "
  ` [PATCH v4 10/28] format_trailer_info(): use trailer_item objects
  ` [PATCH v4 11/28] format_trailer_info(): drop redundant unfold_value()
  ` [PATCH v4 12/28] format_trailer_info(): append newline for non-trailer lines
  ` [PATCH v4 16/28] trailer: finish formatting unification
  ` [PATCH v4 19/28] trailer: make trailer_info struct private

[PATCH] Always check the return value of `repo_read_object_file()`
 2024-02-09 19:56 UTC  (8+ messages)

Bug: Commit fails when no global email address is set even though --author is used
 2024-02-09 19:56 UTC  (10+ messages)

[PATCH 0/5] for-each-ref: print all refs on empty string pattern
 2024-02-09 18:27 UTC  (29+ messages)
` [PATCH v3 0/4] "
  ` [PATCH v3 1/4] refs: introduce `is_pseudoref()` and `is_headref()`
  ` [PATCH v3 4/4] for-each-ref: avoid filtering on empty pattern

git column fails (or crashes) if padding is negative
 2024-02-09 18:26 UTC  (5+ messages)
` [PATCH] column: disallow negative padding

[PATCH] prune: mark rebase autostash and orig-head as reachable
 2024-02-09 18:04 UTC  (7+ messages)
` [PATCH v2] "

Race condition in git-bundle(1) create when ref is updated while running
 2024-02-09 17:39 UTC  (2+ messages)

[ANNOUNCE] Git v2.44.0-rc0
 2024-02-09 17:24 UTC 

[ANNOUNCE] Git v2.43.1
 2024-02-09 17:24 UTC 

What's cooking in git.git (Feb 2024, #04; Thu, 8)
 2024-02-09 17:24 UTC 

libification: how to avoid symbol collisions?
 2024-02-09 17:09 UTC  (3+ messages)

Interactive rebase: using "pick" for merge commits
 2024-02-09 16:24 UTC  (2+ messages)

Supporting --no-edit for git rebase --continue
 2024-02-09 16:16 UTC  (4+ messages)

[PATCH 0/7] reftable: improve ref iteration performance
 2024-02-09 16:01 UTC  (3+ messages)
` [PATCH 7/7] reftable/reader: add comments to `table_iter_next()`

[PATCH v3 0/2] add-patch: '@' as a synonym for 'HEAD'
 2024-02-09 15:57 UTC  (12+ messages)
` [PATCH v4 1/3] add-patch: remove unnecessary NEEDSWORK comment
` [PATCH v4 2/3] add-patch: classify '@' as a synonym for 'HEAD'
` [PATCH v4 3/3] add -p tests: remove Perl prerequisite

[PATCH] doc: git.txt-Fix inconsistency param description
 2024-02-09 11:51 UTC 

Re* [BUG] git-bisect man page description of terms command doesn't mention old/new support
 2024-02-09  9:39 UTC  (8+ messages)
` [PATCH 0/2] minute "git bisect" doc updates
  ` [PATCH 1/2] bisect: document "terms" subcommand more fully
  ` [PATCH 2/2] bisect: document command line arguments for "bisect start"

Git in GSoC 2024
 2024-02-09  8:36 UTC  (9+ messages)
` [PATCH] Add ideas for "

[PATCH 0/7] t: drop more REFFILES prereqs
 2024-02-09  7:23 UTC  (8+ messages)
` [PATCH 1/7] t: move tests exercising the "files" backend
` [PATCH 2/7] t0410: enable tests with extensions with non-default repo format
` [PATCH 3/7] t1400: exercise reflog with gaps with reftable backend
` [PATCH 4/7] t1404: make D/F conflict tests compatible "
` [PATCH 5/7] t1405: remove unneeded cleanup step
` [PATCH 6/7] t2011: exercise D/F conflicts with HEAD with the reftable backend
` [PATCH 7/7] t7003: ensure filter-branch prunes reflogs "

[PATCH] ref-filter.c: sort formatted dates by byte value
 2024-02-09  6:31 UTC  (4+ messages)

cloning the linxu kernel repo at a VPS with small RAM
 2024-02-09  1:29 UTC  (4+ messages)

[PATCH] git: --no-lazy-fetch option
 2024-02-08 23:17 UTC 

[PATCH v2 0/4] rev-list: allow missing tips with --missing
 2024-02-08 23:15 UTC  (8+ messages)
` [PATCH v2 1/4] revision: clarify a 'return NULL' in get_reference()
` [PATCH v2 2/4] oidset: refactor oidset_insert_from_set()
` [PATCH v2 3/4] t6022: fix 'test' style and 'even though' typo
` [PATCH v2 4/4] rev-list: allow missing tips with --missing=[print|allow*]

[PATCH] commit.c: ensure strchrnul() doesn't scan beyond range
 2024-02-08 21:44 UTC  (11+ messages)
` [PATCH v2] commit.c: ensure find_header_mem() doesn't scan beyond given range

[PATCH] tag: fix sign_buffer() call to create a signed tag
 2024-02-08 21:27 UTC  (6+ messages)

[PATCH 0/3] rev-list: allow missing tips with --missing
 2024-02-08 20:42 UTC  (12+ messages)
` [PATCH 3/3] rev-list: add --allow-missing-tips to be used with --missing=

git bug
 2024-02-08 19:32 UTC 

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

[PATCH 00/30] Initial support for multiple hash functions
 2024-02-08 16:25 UTC  (9+ messages)
` [PATCH v2 00/30] initial "
  ` [PATCH v2 01/30] object-file-convert: stubs for converting from one object format to another
  ` [PATCH v2 22/30] rev-parse: add an --output-object-format parameter

[PATCH 0/2] show-ref --verify: accept psuedorefs
 2024-02-08 14:34 UTC  (6+ messages)
` [PATCH 1/2] show-ref --verify: accept pseudorefs
` [PATCH 2/2] t1400: use show-ref to check pseudorefs

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

[PATCH 0/5] completion: remove hardcoded config variable names
 2024-02-08  7:42 UTC  (12+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/5] completion: complete 'submodule.*' config variables
  ` [PATCH v2 3/5] completion: add and use __git_compute_first_level_config_vars_for_section
  ` [PATCH v2 4/5] builtin/help: add --config-all-for-completion
  ` [PATCH v2 5/5] completion: add an use __git_compute_second_level_config_vars_for_section

[RFH] "git -C there add foo" completes, s/add/diff/ does not
 2024-02-08  6:04 UTC  (3+ messages)

[PATCH] refs/reftable: fix leak when copying reflog fails
 2024-02-08  5:26 UTC 

[PATCH 0/2] refs: introduce reftable backend
 2024-02-08  5:11 UTC  (5+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/2] "

[PATCH 0/4] merge-tree: handle missing objects correctly
 2024-02-08  0:52 UTC  (13+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 1/5] merge-tree: fail with a non-zero exit code on missing tree objects
  ` [PATCH v2 2/5] merge-ort: do check `parse_tree()`'s return value
  ` [PATCH v2 3/5] t4301: verify that merge-tree fails on missing blob objects
  ` [PATCH v2 4/5] Always check `parse_tree*()`'s return value
  ` [PATCH v2 5/5] cache-tree: avoid an unnecessary check

[RFC PATCH 0/4] test-tool: add unit test suite runner
 2024-02-08  0:09 UTC  (19+ messages)
` [RFC PATCH v2 0/6] "
  ` [RFC PATCH v2 1/6] t0080: turn t-basic unit test into a helper
  ` [RFC PATCH v2 2/6] test-tool run-command testsuite: get shell from env
  ` [RFC PATCH v2 3/6] test-tool run-command testsuite: remove hardcoded filter
  ` [RFC PATCH v2 4/6] test-tool run-command testsuite: support unit tests
  ` [RFC PATCH v2 5/6] unit tests: add rule for running with test-tool
  ` [RFC PATCH v2 6/6] t/Makefile: run unit tests alongside shell tests

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

[PATCH v3 5/7] refs: add pseudorefs array and iteration functions
 2024-02-07 22:02 UTC  (2+ messages)

git gc destroys autostash
 2024-02-07 21:47 UTC  (3+ messages)

Interest in options for stash -k and -u by default
 2024-02-07 21:42 UTC  (3+ messages)

[PATCH] restore: allow --staged on unborn branch
 2024-02-07 16:39 UTC  (3+ messages)

What's cooking in git.git (Feb 2024, #03; Tue, 6)
 2024-02-07 13:05 UTC  (2+ messages)


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