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

A note from the maintainer
 2024-03-21 13:12 UTC  (5+ messages)

[PATCH 0/7] reftable: memory optimizations for reflog iteration
 2024-03-21 13:10 UTC  (4+ messages)
` [PATCH 3/7] reftable/record: avoid copying author info

[PATCH 2/5] refs: make `is_pseudoref_syntax()` stricter
 2024-03-21 13:09 UTC  (2+ messages)

[RFC PATCH 0/5] maintenance: use packaged systemd units
 2024-03-21 13:07 UTC  (14+ messages)
` [RFC PATCH 1/5] maintenance: package "
` [RFC PATCH 2/5] maintenance: add fixed random delay to systemd timers
` [RFC PATCH 3/5] maintenance: use packaged systemd units
` [RFC PATCH 4/5] maintenance: update systemd scheduler docs

[GSoC] Discuss: Implement support for reftables in ‘dumb’ HTTP transport
 2024-03-21 13:02 UTC  (3+ messages)

What's cooking in git.git (Mar 2024, #05; Tue, 19)
 2024-03-21 13:02 UTC  (7+ messages)

Feature request: highlight local worktree in `worktree list`
 2024-03-21 13:00 UTC  (7+ messages)

[GSoC][PROPOSAL v1] Refactor git-bisect(1) to make its state self-contained
 2024-03-21 12:48 UTC  (3+ messages)

[RFC][GSoC] Proposal: Move reftable and other tests to the unit testing framework
 2024-03-21 12:27 UTC  (4+ messages)

[GSoC][PATCH] userdiff: add funcname regex and wordregex for typescript language
 2024-03-21 12:21 UTC  (2+ messages)

[GSoC] microproject: builtin patterns for userdiff
 2024-03-21 12:12 UTC  (2+ messages)

Git mirror at gitlab
 2024-03-21 11:24 UTC  (4+ messages)

[PATCH 0/2] utf8: change return type of some helpers from int to size_t
 2024-03-21 10:30 UTC  (4+ messages)
` [PATCH 1/2] utf8: change type "

[PATCH] doc/gitremote-helpers: fix more missing single-quotes
 2024-03-21 10:28 UTC  (3+ messages)

[PATCH 1/2] docs: clarify file options in git-config `--edit`
 2024-03-21 10:00 UTC  (2+ messages)

[PATCH 1/4] sequencer: Do not require `allow_empty` for redundant commit options
 2024-03-21  9:52 UTC  (15+ messages)
` [PATCH v3 7/7] cherry-pick: add `--empty` for more robust redundant commit handling
` [PATCH v4 0/7] "
` [PATCH v4 1/7] docs: address inaccurate `--empty` default with `--exec`
` [PATCH v4 2/7] docs: clean up `--empty` formatting in git-rebase(1) and git-am(1)
` [PATCH v4 3/7] rebase: update `--empty=ask` to `--empty=stop`
` [PATCH v4 4/7] sequencer: handle unborn branch with `--allow-empty`
` [PATCH v4 5/7] sequencer: do not require `allow_empty` for redundant commit options
` [PATCH v4 6/7] cherry-pick: enforce `--keep-redundant-commits` incompatibility
` [PATCH v4 7/7] cherry-pick: add `--empty` for more robust redundant commit handling

repositoryformatversion and extensions
 2024-03-21  9:32 UTC  (2+ messages)

Feature request: status could list ref names after "HEAD detached"
 2024-03-21  8:00 UTC 

[PATCH v4 0/4] Fix a bug in configuration parsing, and improve tests and documentation
 2024-03-21  7:32 UTC  (14+ messages)
` [PATCH v4 1/4] config: minor addition of whitespace
` [PATCH v4 2/4] config: really keep value-internal whitespace verbatim
` [PATCH v4 3/4] t1300: add more tests for whitespace and inline comments
` [PATCH v4 4/4] config.txt: describe handling of whitespace further

[PATCH v5 0/4] Fix a bug in configuration parsing, and improve tests and documentation
 2024-03-21  6:25 UTC  (7+ messages)
` [PATCH v5 1/4] config: minor addition of whitespace
` [PATCH v5 2/4] config: really keep value-internal whitespace verbatim
` [PATCH v5 3/4] t1300: add more tests for whitespace and inline comments
` [PATCH v5 4/4] config.txt: describe handling of whitespace further

[PATCH v2 0/1] Add hostname condition to includeIf
 2024-03-21  0:11 UTC  (30+ messages)
` [PATCH v3 0/2] "
  ` [PATCH v3 1/2] t: add a test helper for getting hostname
  ` [PATCH v3 2/2] config: learn the "hostname:" includeIf condition

[PATCH 00/15] refs: introduce `--auto` to pack refs as needed
 2024-03-20 23:59 UTC  (14+ messages)
` [PATCH 01/15] reftable/stack: fix error handling in `reftable_stack_init_addition()`
` [PATCH 03/15] reftable/stack: use error codes when locking fails during compaction
` [PATCH 04/15] reftable/stack: gracefully handle failed auto-compaction due to locks
` [PATCH 10/15] builtin/pack-refs: release allocated memory
` [PATCH 14/15] builtin/gc: forward git-gc(1)'s `--auto` flag when packing refs
` [PATCH 15/15] builtin/gc: pack refs when using `git maintenance run --auto`

Git Bug - while working with different remotes and different branch name on local and remote
 2024-03-20 22:30 UTC 

[PATCH 00/24] pack-bitmap: pseudo-merge reachability bitmaps
 2024-03-20 22:06 UTC  (25+ messages)
` [PATCH 01/24] Documentation/technical: describe pseudo-merge bitmaps format
` [PATCH 02/24] config: repo_config_get_expiry()
` [PATCH 03/24] ewah: implement `ewah_bitmap_is_subset()`
` [PATCH 04/24] pack-bitmap: drop unused `max_bitmaps` parameter
` [PATCH 05/24] pack-bitmap: move some initialization to `bitmap_writer_init()`
` [PATCH 06/24] pseudo-merge.ch: initial commit
` [PATCH 07/24] pack-bitmap-write: support storing pseudo-merge commits
` [PATCH 08/24] pack-bitmap: implement `bitmap_writer_has_bitmapped_object_id()`
` [PATCH 09/24] pack-bitmap: make `bitmap_writer_push_bitmapped_commit()` public
` [PATCH 10/24] pseudo-merge: implement support for selecting pseudo-merge commits
` [PATCH 11/24] pack-bitmap-write.c: select "
` [PATCH 12/24] pack-bitmap-write.c: write pseudo-merge table
` [PATCH 13/24] pack-bitmap: extract `read_bitmap()` function
` [PATCH 14/24] pseudo-merge: scaffolding for reads
` [PATCH 15/24] pack-bitmap.c: read pseudo-merge extension
` [PATCH 16/24] pseudo-merge: implement support for reading pseudo-merge commits
` [PATCH 17/24] ewah: implement `ewah_bitmap_popcount()`
` [PATCH 18/24] pack-bitmap: implement test helpers for pseudo-merge
` [PATCH 19/24] t/test-lib-functions.sh: support `--date` in `test_commit_bulk()`
` [PATCH 20/24] pack-bitmap.c: use pseudo-merges during traversal
` [PATCH 21/24] pack-bitmap: extra trace2 information
` [PATCH 22/24] ewah: `bitmap_equals_ewah()`
` [PATCH 23/24] pseudo-merge: implement support for finding existing merges
` [PATCH 24/24] t/perf: implement performace tests for pseudo-merge bitmaps

[PATCH 0/3] Assorted improvements salvaged from an earlier series
 2024-03-20 21:08 UTC  (4+ messages)
` [PATCH 1/3] grep: perform some minor code and comment cleanups
` [PATCH 2/3] grep docs: describe --recurse-submodules further and improve formatting a bit
` [PATCH 3/3] grep docs: describe --no-index "

[PATCH] t9803-git-p4-shell-metachars.sh: update to use test_path_* functions
 2024-03-20 21:06 UTC  (4+ messages)

Fwd: [GSOC] Microproject: Use `test_path_is_*` functions in test scripts
 2024-03-20 19:22 UTC  (4+ messages)
  `  "

[RFC/PATCH 0/2] some transport-helper "option object-format" confusion
 2024-03-20 17:23 UTC  (7+ messages)
` [PATCH 0/3] "
  ` [PATCH 1/3] transport-helper: use write helpers more consistently
  ` [PATCH 2/3] transport-helper: drop "object-format <algo>" option
  ` [PATCH 3/3] transport-helper: send "true" value for object-format option

[PATCH v3 0/4] Fix a bug in configuration parsing, and improve tests and documentation
 2024-03-20 16:17 UTC  (15+ messages)
` [PATCH v3 1/4] config: minor addition of whitespace
` [PATCH v3 3/4] t1300: add more tests for whitespace and inline comments
` [PATCH v3 4/4] config.txt: describe handling of whitespace further

[PATCH] contrib: drop hg-to-git script
 2024-03-20 14:39 UTC  (2+ messages)

[GSoC][RFC][Proposal] Move existing tests to a unit testing framework
 2024-03-20 13:58 UTC  (2+ messages)

git push error
 2024-03-20 11:52 UTC  (4+ messages)

[PATCH 0/3] format-patch: teach `--header-cmd`
 2024-03-20  0:43 UTC  (15+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] revision: add a per-email field to rev-info
        ` [PATCH 1/6] shortlog: stop setting pp.print_email_subject
        ` [PATCH 2/6] pretty: split oneline and email subject printing
        ` [PATCH 3/6] pretty: drop print_email_subject flag
        ` [PATCH 4/6] log: do not set up extra_headers for non-email formats
        ` [PATCH 5/6] format-patch: return an allocated string from log_write_email_headers()
        ` [PATCH 6/6] format-patch: simplify after-subject MIME header handling
  ` [PATCH v2 2/3] format-patch: teach `--header-cmd`
  ` [PATCH v2 3/3] format-patch: check if header output looks valid

[PATCH] git-prompt: GIT_PS1_SHOWCONFLICTSTATE variable fix
 2024-03-19 22:58 UTC  (2+ messages)

[PATCH 0/1] quote: quote space
 2024-03-19 22:56 UTC  (3+ messages)

[GSOC][PATCH] userdiff: Add JavaScript function patterns
 2024-03-19 21:02 UTC  (3+ messages)
` [GSOC][PATCH v2]userdiff: improve code quality and add JavaScript language driver

[PATCH] gitk: add "Hightlight commit name" menu entry
 2024-03-19 19:45 UTC  (2+ messages)

[GSoC] To the contributors: Note about limit of project selection
 2024-03-19 18:38 UTC 

[PATCH 0/5] New config option for git-grep to include untracked files
 2024-03-19 17:48 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).