git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2024-05-07 16:37:36 to 2024-05-10 17:03:49 UTC [more...]

git-cherry-pick(1) -- path
 2024-05-10 17:03 UTC  (5+ messages)

[RFC PATCH] doc: describe the project's decision-making process
 2024-05-10 16:56 UTC  (13+ messages)
` [PATCH v2] "
      ` [PATCH 0/2] Describe patch-flow better in SubmittingPatches
        ` [PATCH 1/2] SubmittingPatches: move the patch-flow section earlier
        ` [PATCH 2/2] SubmittingPatches: extend the "flow" section
      ` [PATCH v2 0/2] Describe life cycle of a patch series
        ` [PATCH v2 1/2] SubmittingPatches: move the patch-flow section earlier
        ` [PATCH v2 2/2] SubmittingPatches: extend the "flow" section
        ` [PATCH] decisions: focus on larger scale issues

bug: git config --global --unset doesn't unset configs in corner case
 2024-05-10 16:38 UTC  (4+ messages)

i18n of git man pages
 2024-05-10 16:33 UTC  (10+ messages)

What's cooking in git.git (May 2024, #04; Thu, 9)
 2024-05-10 16:19 UTC  (6+ messages)

[PATCH 00/13] reftable: prepare for re-seekable iterators
 2024-05-10 16:13 UTC  (19+ messages)
` [PATCH 01/13] reftable/block: use `size_t` to track restart point index
` [PATCH 02/13] reftable/reader: avoid copying index iterator
` [PATCH 03/13] reftable/reader: unify indexed and linear seeking
` [PATCH 04/13] reftable/reader: separate concerns of table iter and reftable reader
` [PATCH 05/13] reftable/reader: inline `reader_seek_internal()`
` [PATCH 06/13] reftable/reader: set up the reader when initializing table iterator
` [PATCH 07/13] reftable/merged: split up initialization and seeking of records
` [PATCH 08/13] reftable/merged: simplify indices for subiterators
` [PATCH 09/13] reftable/generic: move seeking of records into the iterator
` [PATCH 10/13] reftable/generic: adapt interface to allow reuse of iterators
` [PATCH 11/13] reftable/reader: "
` [PATCH 12/13] reftable/stack: provide convenience functions to create iterators
` [PATCH 13/13] reftable/merged: adapt interface to allow reuse of iterators

[PATCH] osxkeychain: lock for exclusive execution
 2024-05-10 15:02 UTC  (2+ messages)

[RFC PATCH] docs: document upcoming breaking changes
 2024-05-10 12:43 UTC  (13+ messages)

[PATCH 00/24] pack-bitmap: pseudo-merge reachability bitmaps
 2024-05-10 11:47 UTC  (14+ messages)
` [PATCH v2 00/23] "
  ` [PATCH v2 01/23] Documentation/technical: describe pseudo-merge bitmaps format
  ` [PATCH v2 06/23] pack-bitmap-write: support storing pseudo-merge commits
  ` [PATCH v2 10/23] pack-bitmap-write.c: select "

[PATCH 00/11] reftable: expose write options as config
 2024-05-10 11:43 UTC  (28+ messages)
` [PATCH 01/11] reftable: consistently refer to `reftable_write_options` as `opts`
` [PATCH 06/11] refs/reftable: allow configuring block size
` [PATCH 10/11] reftable: make the compaction factor configurable
` [PATCH 11/11] refs/reftable: allow configuring geometric factor
` [PATCH v2 00/11] reftable: expose write options as config
  ` [PATCH v2 01/11] reftable: consistently refer to `reftable_write_options` as `opts`
  ` [PATCH v2 02/11] reftable: consistently pass write opts as value
  ` [PATCH v2 03/11] reftable/writer: drop static variable used to initialize strbuf
  ` [PATCH v2 04/11] reftable/writer: improve error when passed an invalid block size
  ` [PATCH v2 05/11] reftable/dump: support dumping a table's block structure
  ` [PATCH v2 06/11] refs/reftable: allow configuring block size
  ` [PATCH v2 07/11] reftable: use `uint16_t` to track restart interval
  ` [PATCH v2 08/11] refs/reftable: allow configuring "
  ` [PATCH v2 09/11] refs/reftable: allow disabling writing the object index
  ` [PATCH v2 10/11] reftable: make the compaction factor configurable
  ` [PATCH v2 11/11] refs/reftable: allow configuring geometric factor

[PATCH 00/21] builtin/config: remove global state
 2024-05-10 11:34 UTC  (23+ messages)
` [PATCH 01/21] builtin/config: stop printing full usage on misuse
` [PATCH 02/21] builtin/config: move legacy mode into its own function
` [PATCH 03/21] builtin/config: move subcommand options into `cmd_config()`
` [PATCH 04/21] builtin/config: move legacy "
` [PATCH 05/21] builtin/config: move actions into `cmd_config_actions()`
` [PATCH 06/21] builtin/config: check for writeability after source is set up
` [PATCH 07/21] config: make the config source const
` [PATCH 08/21] builtin/config: refactor functions to have common exit paths
` [PATCH 09/21] builtin/config: move location options into local variables
` [PATCH 10/21] builtin/config: move display "
` [PATCH 11/21] builtin/config: move type options into display options
` [PATCH 12/21] builtin/config: move default value "
` [PATCH 13/21] builtin/config: move `respect_includes_opt` into location options
` [PATCH 14/21] builtin/config: convert `do_not_match` to a local variable
` [PATCH 15/21] builtin/config: convert `value_pattern` "
` [PATCH 16/21] builtin/config: convert `regexp` "
` [PATCH 17/21] builtin/config: convert `key_regexp` "
` [PATCH 18/21] builtin/config: convert `key` "
` [PATCH 19/21] builtin/config: track "fixed value" option via flags only
` [PATCH 20/21] builtin/config: convert flags to a local variable
` [PATCH 21/21] builtin/config: pass data between callbacks via local variables

[RFD] Libification proposal: separate internal and external interfaces
 2024-05-10  9:52 UTC  (6+ messages)

[PATCH 0/3] Clarify pseudo-ref terminology
 2024-05-10  8:48 UTC  (15+ messages)
` [PATCH 2/3] refs: do not label special refs as pseudo refs
` [PATCH v4 00/10] Clarify pseudo-ref terminology
  ` [PATCH v4 01/10] Documentation/glossary: redefine pseudorefs as special refs
  ` [PATCH v4 02/10] Documentation/glossary: clarify limitations of pseudorefs
  ` [PATCH v4 03/10] Documentation/glossary: define root refs as refs
  ` [PATCH v4 04/10] refs: rename `is_pseudoref()` to `is_root_ref()`
  ` [PATCH v4 05/10] refs: refname `is_special_ref()` to `is_pseudo_ref()`
  ` [PATCH v4 06/10] refs: root refs can be symbolic refs
  ` [PATCH v4 07/10] refs: classify HEAD as a root ref
  ` [PATCH v4 08/10] refs: pseudorefs are no refs
  ` [PATCH v4 09/10] ref-filter: properly distinuish pseudo and root refs
  ` [PATCH v4 10/10] refs: refuse to write pseudorefs

Error: failed to store: -25299
 2024-05-10  7:52 UTC 

[PATCH 0/3] un-breaking osx-gcc ci job
 2024-05-10  7:00 UTC  (7+ messages)
` [PATCH 1/3] ci: drop mention of BREW_INSTALL_PACKAGES variable
` [PATCH 2/3] ci: avoid bare "gcc" for osx-gcc job
` [PATCH 3/3] ci: stop installing "gcc-13" for osx-gcc

[PATCH 0/5] refs: remove functions without ref store
 2024-05-10  5:54 UTC  (9+ messages)
` [PATCH v2 "

[PATCH] ci: update coverity runs_on_pool reference
 2024-05-10  4:31 UTC  (2+ messages)

$PWD expanding to incorrect value Podman run command
 2024-05-09 21:32 UTC  (2+ messages)

git-gui: Visualize * History does nothing on macOS
 2024-05-09 19:05 UTC  (2+ messages)

[ANNOUNCE] Git Merge 2024, September 19-20, 2024, Berlin
 2024-05-09 17:37 UTC 

[PATCH] SubmittingPatches: advertise git-manpages-l10n project a bit
 2024-05-09 17:32 UTC 

[PATCH 0/4] bundle-uri: show progress when downloading from bundle URIs
 2024-05-09 17:04 UTC  (13+ messages)
` [PATCH 1/4] progress: add function to set total
` [PATCH 2/4] http: add the ability to log progress
` [PATCH 3/4] remote-curl: optionally show progress for HTTP get
` [PATCH 4/4] bundle-uri: enable git-remote-https progress

[PATCH v1 1/2] t0050: ls-files path fails if path of workdir is NFD
 2024-05-09 16:37 UTC  (10+ messages)
` [PATCH v1 2/2] strbuf_getcwd() needs precompse_strbuf_if_needed()
` [PATCH v2 1/1] macOS: ls-files path fails if path of workdir is NFD

[BUG REPORT] fsmonitor and core.untrackedCache combination causes inaccurate git status
 2024-05-09 15:45 UTC 

[PATCH] gitlab-ci: fix installing dependencies for fuzz smoke tests
 2024-05-09 15:46 UTC  (2+ messages)

[PATCH] Bug fix: ensure P4 "err" is displayed when exception is raised
 2024-05-09 15:30 UTC  (5+ messages)
` [PATCH v2] "
  ` [PATCH v3] git-p4: show Perforce error to the user

A problem when I use git merge
 2024-05-09  9:58 UTC 

[PATCH v3 00/10] Make trailer_info struct private (plus sequencer cleanup)
 2024-05-09  7:11 UTC  (7+ messages)
` [PATCH v4 "
  ` [PATCH v4 03/10] trailer: teach iterator about non-trailer lines

Unexpected git merge exit code when killing merge driver during ancestor merge
 2024-05-09  5:03 UTC  (3+ messages)

[BUG] fetch error when arbitrary branch changes a submodule url
 2024-05-08 23:45 UTC 

Unexpected git merge exit code when killing merge driver during ancestor merge
 2024-05-08 18:14 UTC 

Possible git-diff bug when using exit-code with diff filters
 2024-05-08 15:25 UTC  (6+ messages)
  ` [PATCH 2/2] diff: fix --exit-code with external diff

[GSoC] Welcoming our 2024 contributors and thanking our applicants
 2024-05-08 11:48 UTC  (2+ messages)

[PATCH v2] scalar: avoid segfault in reconfigure --all
 2024-05-08  3:42 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v2] refs: return conflict error when checking packed refs
 2024-05-08  1:39 UTC  (7+ messages)
` [PATCH v3] "

[PATCH v3 0/1] advice: add --no-advice global option
 2024-05-08  0:40 UTC  (4+ messages)
` [PATCH v4 0/3] advice: add "all" option to disable all hints
  ` [PATCH v4 3/3] advice: add --no-advice global option
    ` [PATCH v4 4/3] t0018: two small fixes

[PATCH] Documentation/git-merge-tree.txt: document -X
 2024-05-07 22:35 UTC  (2+ messages)

[PATCH v2 0/5] Add GitLab CI to check for whitespace errors
 2024-05-07 18:12 UTC  (9+ messages)
` [PATCH v3 "
  ` [PATCH v3 5/5] gitlab-ci: add whitespace error check

[PATCH v4 0/3] builtin/tag.c: add --trailer option
 2024-05-07 17:06 UTC  (5+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/3] builtin/commit: use ARGV macro to collect trailers

[PATCH v7 0/8] refs: add support for transactional symref updates
 2024-05-07 16:32 UTC  (3+ messages)
` [PATCH v8 "


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