git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2024-02-11 12:11:48 to 2024-02-13 20:53:27 UTC [more...]

[PATCH 00/12] FSMonitor edge cases on case-insensitive file systems
 2024-02-13 20:52 UTC  (8+ messages)
` [PATCH 01/12] sparse-index: pass string length to index_file_exists()
` [PATCH 02/12] name-hash: add index_dir_exists2()
` [PATCH 03/12] t7527: add case-insensitve test for FSMonitor
` [PATCH 04/12] fsmonitor: refactor refresh callback on directory events
` [PATCH 05/12] fsmonitor: refactor refresh callback for non-directory events
` [PATCH 06/12] fsmonitor: clarify handling of directory events in callback
` [PATCH 08/12] fsmonitor: support case-insensitive directory events

[PATCH] git: --no-lazy-fetch option
 2024-02-13 20:49 UTC  (4+ messages)

[PATCH] unit-tests: do show relative file paths on non-Windows, too
 2024-02-13 20:48 UTC  (9+ messages)
  ` [PATCH v2] "

[PATCH v3 00/10] Enrich Trailer API
 2024-02-13 20:41 UTC  (52+ messages)
` [PATCH v4 00/28] "
  ` [PATCH v4 10/28] format_trailer_info(): use trailer_item objects
  ` [PATCH v4 12/28] format_trailer_info(): append newline for non-trailer lines
  ` [PATCH v4 14/28] format_trailer_info(): teach it about opts->trim_empty
  ` [PATCH v4 15/28] format_trailer_info(): avoid double-printing the separator
  ` [PATCH v4 16/28] trailer: finish formatting unification
  ` [PATCH v4 19/28] trailer: make trailer_info struct private
  ` [PATCH v4 21/28] trailer: spread usage of "trailer_block" language
  ` [PATCH v4 22/28] trailer: prepare to delete "parse_trailers_from_command_line_args()"
  ` [PATCH v4 23/28] trailer: add new helper functions to API
  ` [PATCH v4 26/28] trailer: unify "--trailer ..." arg handling
  ` [PATCH v4 27/28] trailer_set_*(): put out parameter at the end
  ` [PATCH v4 28/28] trailer: introduce "template" term for readability

git column fails (or crashes) if padding is negative
 2024-02-13 20:35 UTC  (27+ messages)
` [PATCH] column: disallow negative padding
  ` [PATCH v2] "
    ` [PATCH v3 0/2] "
      ` [PATCH v3 1/2] "
      ` [PATCH v3 2/2] column: guard against "

Bug report: Incorrect GIT_FLUSH behavior in 2.43.1 (regression and breaking)
 2024-02-13 19:48 UTC  (6+ messages)

[PATCH 0/5] for-each-ref: print all refs on empty string pattern
 2024-02-13 19:42 UTC  (12+ messages)
` [PATCH v4 0/5] for-each-ref: add '--include-root-refs' option
  ` [PATCH v4 1/5] refs: introduce `is_pseudoref()` and `is_headref()`
  ` [PATCH v4 2/5] refs: extract out `loose_fill_ref_dir_regular_file()`
  ` [PATCH v4 3/5] refs: introduce `refs_for_each_include_root_refs()`
  ` [PATCH v4 4/5] ref-filter: rename 'FILTER_REFS_ALL' to 'FILTER_REFS_REGULAR'
  ` [PATCH v4 5/5] for-each-ref: add new option to include root refs

[PATCH 00/12] The merge-base logic vs missing commit objects
 2024-02-13 18:37 UTC  (14+ messages)
` [PATCH 01/12] paint_down_to_common: plug a memory leak
` [PATCH 02/12] Let `repo_in_merge_bases()` report missing commits
` [PATCH 03/12] Prepare `repo_in_merge_bases_many()` to optionally expect "
` [PATCH 04/12] Prepare `paint_down_to_common()` for handling shallow commits
` [PATCH 05/12] commit-reach: start reporting errors in `paint_down_to_common()`
` [PATCH 06/12] merge_bases_many(): pass on errors from `paint_down_to_common()`
` [PATCH 07/12] get_merge_bases_many_0(): pass on errors from `merge_bases_many()`
` [PATCH 08/12] repo_get_merge_bases(): "
` [PATCH 09/12] get_octopus_merge_bases(): "
` [PATCH 10/12] repo_get_merge_bases_many(): "
` [PATCH 11/12] repo_get_merge_bases_many_dirty(): "
` [PATCH 12/12] paint_down_to_common(): special-case shallow/partial clones

[GSOC][RFC] microproject: use test_path_is_* functions in test scripts
 2024-02-13 17:49 UTC  (4+ messages)

[PATCH 0/4] Speed up git-notes show
 2024-02-13 17:35 UTC  (7+ messages)
` [PATCH 1/4] notes: print note blob to stdout directly

[RFC PATCH 0/4] test-tool: add unit test suite runner
 2024-02-13 17:28 UTC  (23+ 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

[PATCH v2 0/5] completion: remove hardcoded config variable names
 2024-02-13 17:09 UTC  (4+ messages)
` [PATCH v3 0/4] "

libification: how to avoid symbol collisions?
 2024-02-13 16:50 UTC  (6+ messages)

[PATCH v4 0/2] Implement `git log --merge` also for rebase/cherry-pick/revert
 2024-02-13 13:27 UTC  (10+ messages)
` [PATCH v4 2/2] revision: implement "

[PATCH v2 00/30] initial support for multiple hash functions
 2024-02-13 10:02 UTC  (8+ messages)
` [PATCH v2 02/30] oid-array: teach oid-array to handle multiple kinds of oids
` [PATCH v2 03/30] object-names: support input of oids in any supported hash
` [PATCH v2 04/30] repository: add a compatibility hash algorithm

[PATCH 0/7] reftable: improve ref iteration performance
 2024-02-13  6:57 UTC  (14+ messages)
` [PATCH 7/7] reftable/reader: add comments to `table_iter_next()`
` [PATCH v2 0/7] reftable: improve ref iteration performance
  ` [PATCH v2 1/7] reftable/record: introduce function to compare records by key
  ` [PATCH v2 2/7] reftable/merged: allocation-less dropping of shadowed records
  ` [PATCH v2 3/7] reftable/merged: skip comparison for records of the same subiter
  ` [PATCH v2 4/7] reftable/pq: allocation-less comparison of entry keys
  ` [PATCH v2 5/7] reftable/block: swap buffers instead of copying
  ` [PATCH v2 6/7] reftable/record: don't try to reallocate ref record name
  ` [PATCH v2 7/7] reftable/reader: add comments to `table_iter_next()`

Possible bug with 'diff --cc' report
 2024-02-13  2:24 UTC 

[PATCH 0/1] completion: complete dir-type option args to am, format_patch
 2024-02-13  0:52 UTC  (4+ messages)
  ` [PATCH v2 1/1] completion: dir-type optargs for am, format-patch

[PATCH v4 0/3] '@' as a synonym for 'HEAD' in patch mode
 2024-02-13  0:05 UTC  (8+ messages)
` [PATCH v5 0/2] add-patch: classify '@' as a synonym for 'HEAD'
  ` [PATCH v6 "
  ` [PATCH v6 1/2] "
  ` [PATCH v6 2/2] add -p tests: remove PERL prerequisites
` [PATCH v5 1/2] add-patch: classify '@' as a synonym for 'HEAD'
` [PATCH v5 2/2] add -p tests: remove PERL prerequisites

[PATCH] Always check the return value of `repo_read_object_file()`
 2024-02-12 23:19 UTC  (5+ messages)

git-gui desktop launcher
 2024-02-12 21:17 UTC  (8+ messages)

[PATCH] t9146: replace test -d/-f with appropriate test_path_is_* function
 2024-02-12 20:31 UTC  (4+ messages)
` [PATCH v2] t9146: replace test -d/-e/-f "

[BUG] git 2.44.0-rc0 t0080.1 Breaks on NonStop x86 and ia64
 2024-02-12 19:26 UTC  (8+ messages)

[PATCH] ci: bump remaining outdated Actions versions
 2024-02-12 16:51 UTC  (7+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] "
  ` [PATCH v2 2/2] ci(linux32): add a note about Actions that must not be updated

[PATCH 1/2] receive-pack: use find_commit_header() in check_cert_push_options()
 2024-02-12 16:40 UTC  (4+ messages)

What's cooking in git.git (Feb 2024, #04; Thu, 8)
 2024-02-12 16:39 UTC  (3+ messages)

Interactive rebase: using "pick" for merge commits
 2024-02-12 16:39 UTC  (6+ messages)

Race condition in git-bundle(1) create when ref is updated while running
 2024-02-12  7:19 UTC  (3+ messages)

[PATCH v3 4/4] for-each-ref: avoid filtering on empty pattern
 2024-02-12  6:51 UTC  (11+ messages)

[PATCH 1/4] sequencer: Do not require `allow_empty` for redundant commit options
 2024-02-12  1:35 UTC  (4+ messages)
` [PATCH v2 8/8] cherry-pick: add `--empty` for more robust redundant commit handling

[PATCH] precious-files.txt: new document proposing new precious file type
 2024-02-11 22:08 UTC  (3+ messages)

Bug: git-subtree: splitting subtree fails when subtree was added, removed and added again
 2024-02-11 20:16 UTC 

git gc changes ownerships of files linux
 2024-02-11 19:48 UTC  (8+ messages)

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

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

[PATCH 0/7] t: drop more REFFILES prereqs
 2024-02-11 14:00 UTC  (2+ 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).