Git Mailing List Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-21 19:39:26 to 2024-03-24 17:04:36 UTC [more...]

[PATCH] t/README: mention test files are make targets
 2024-03-24 17:04 UTC  (3+ messages)

[RFC PATCH 0/5] maintenance: use packaged systemd units
 2024-03-24 17:03 UTC  (20+ messages)
` [PATCH v2 0/6] "
  ` [PATCH v2 1/6] maintenance: use systemd timers builtin randomization
  ` [PATCH v2 2/6] maintenance: use packaged systemd units
  ` [PATCH v2 3/6] maintenance: simplify systemctl calls
  ` [PATCH v2 4/6] maintenance: cleanup $XDG_CONFIG_HOME/systemd/user
  ` [PATCH v2 5/6] maintenance: update systemd scheduler docs
  ` [PATCH v2 6/6] maintenance: update tests for systemd scheduler

'git bisect run' not fully automatic when a merge base must be tested
 2024-03-24 16:57 UTC 

[PATCH] midx: use strvec_pushf() for pack-objects base name
 2024-03-24 16:40 UTC 

[PATCH] doc/gitremote-helpers: fix more missing single-quotes
 2024-03-24 16:15 UTC  (8+ messages)

[PATCH 00/13] Support for arbitrary schemes in credentials
 2024-03-24 16:13 UTC  (17+ messages)
` [PATCH 01/13] credential: add an authtype field
` [PATCH 02/13] remote-curl: reset headers on new request
` [PATCH 03/13] http: use new headers for each object request
` [PATCH 04/13] credential: add a field for pre-encoded credentials
` [PATCH 05/13] credential: gate new fields on capability
` [PATCH 06/13] docs: indicate new credential protocol fields
` [PATCH 07/13] http: add support for authtype and credential
` [PATCH 08/13] credential: add an argument to keep state
` [PATCH 09/13] credential: enable state capability
` [PATCH 10/13] docs: set a limit on credential line length
` [PATCH 11/13] t5563: refactor for multi-stage authentication
` [PATCH 12/13] strvec: implement swapping two strvecs
` [PATCH 13/13] credential: add support for multistage credential rounds

[PATCH 1/2] factor out strbuf_expand_bad_format()
 2024-03-24 16:06 UTC  (7+ messages)
` [PATCH 2/2] cat-file: use strbuf_expand_bad_format()
` [PATCH v2 1/2] factor out strbuf_expand_bad_format()
` [PATCH v2 2/2] cat-file: use strbuf_expand_bad_format()

Allow git bisect to auto-skip
 2024-03-24 16:04 UTC  (10+ messages)

Should --update-refs exclude refs pointing to the current HEAD?
 2024-03-24 10:42 UTC  (2+ messages)

[PATCH] editorconfig: add Makefiles to "text files"
 2024-03-24  7:54 UTC  (5+ messages)

[PATCH 0/5] Fixes for Documentation/MyFirstObjectWalk.txt
 2024-03-24  2:20 UTC  (13+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/5] MyFirstObjectWalk: use additional arg in config_fn_t
  ` [PATCH v2 4/5] MyFirstObjectWalk: fix description for counting omitted objects
  ` [PATCH v2 5/5] MyFirstObjectWalk: add stderr to pipe processing

[PATCH 0/3] Assorted improvements salvaged from an earlier series
 2024-03-23 19:46 UTC  (4+ messages)
` [PATCH 3/3] grep docs: describe --no-index further and improve formatting a bit

[PATCH] RFC: add MAINTAINERS file
 2024-03-23 19:19 UTC  (2+ messages)

Git is not recognizing some merge conflicts and just accepting incoming master version
 2024-03-23 19:17 UTC  (7+ messages)

[PATCH] contrib: drop hg-to-git script
 2024-03-23 18:49 UTC  (7+ messages)

[PATCH] grep: improve errors for unmatched ( and )
 2024-03-23 18:06 UTC  (4+ messages)
  ` [PATCH v2] "

Inconsistent/buggy behaviour of "git config --add"
 2024-03-23 17:52 UTC  (2+ messages)

[PATCH 0/2] improve bugreports
 2024-03-23 17:36 UTC  (3+ messages)
` [PATCH 1/2] bugreport: add a new line between questions
` [PATCH 2/2] bugreport: add a mark to each proposed questions

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

[GSoC][PATCH] userdiff: add funcname regex and wordregex for typescript language
 2024-03-23 15:07 UTC  (3+ messages)

[GSoC][PROPOSAL v1] Implement consistency check for refs
 2024-03-23 10:03 UTC 

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

What's cooking in git.git (Mar 2024, #07; Fri, 22)
 2024-03-23  0:54 UTC 

[PATCH] rebase: use child_process_clear() to clean
 2024-03-22 23:36 UTC  (3+ messages)

[PATCH 0/3] format-patch: teach `--header-cmd`
 2024-03-22 22:31 UTC  (19+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] revision: add a per-email field to rev-info
        ` [PATCH 2/6] pretty: split oneline and email subject printing
        ` [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 7/6] format-patch: fix leak of empty header string

Allow setting diff.worddiff=color via gitconfig
 2024-03-22 22:08 UTC  (11+ messages)
` [PATCH 0/2] Support diff.wordDiff config

[PATCH 0/7] reftable: improvements for the `binsearch()` mechanism
 2024-03-22 18:55 UTC  (10+ messages)
` [PATCH 1/7] reftable/basics: fix return type of `binsearch()` to be `size_t`
` [PATCH 2/7] reftable/basics: improve `binsearch()` test
` [PATCH 3/7] reftable/refname: refactor binary search over refnames
` [PATCH 4/7] reftable/block: refactor binary search over restart points
` [PATCH 5/7] reftable/block: fix error handling when searching "
` [PATCH 6/7] reftable/record: extract function to decode key lengths
` [PATCH 7/7] reftable/block: avoid decoding keys when searching restart points

Worktree shares a common remote with main checkout
 2024-03-22 17:28 UTC  (4+ messages)

Merge selected files or folders
 2024-03-22 17:23 UTC  (7+ messages)

t0032 fails on NFS mounts
 2024-03-22 15:15 UTC  (3+ messages)
` [PATCH] reftable: fix tests being broken by NFS' delete-after-close semantics

Feature request: status could list ref names after "HEAD detached"
 2024-03-22 15:00 UTC  (3+ messages)

What's cooking in git.git (Mar 2024, #05; Tue, 19)
 2024-03-22 14:46 UTC  (9+ messages)

[PATCH 0/3] t7800: fix quoting of looped test bodies
 2024-03-22 14:37 UTC  (10+ messages)
` [PATCH 3/3] t/README: document how to loop around test cases
` [PATCH v2 0/3] t7800: fix quoting of looped test bodies
  ` [PATCH v2 1/3] t7800: improve test descriptions with empty arguments
  ` [PATCH v2 2/3] t7800: use single quotes for test bodies
  ` [PATCH v2 3/3] t/README: document how to loop around test cases

Git mirror at gitlab
 2024-03-22 13:04 UTC  (9+ messages)

[RFC][GSoC] Proposal: Refactor git-bisect(1)
 2024-03-22 10:26 UTC 

GSoC 2024
 2024-03-22  6:57 UTC 

[PATCH v5 0/4] Fix a bug in configuration parsing, and improve tests and documentation
 2024-03-22  4:50 UTC  (5+ messages)
` [PATCH v5 4/4] config.txt: describe handling of whitespace further

A note from the maintainer
 2024-03-22  2:44 UTC  (5+ messages)

[BUG] cannot git clone with includeif onbranch
 2024-03-22  2:15 UTC  (6+ messages)
` [PATCH] t5601: exercise clones with "includeIf.*.onbranch"

[PATCH] reftable/stack: use geometric table compaction
 2024-03-22  1:25 UTC  (10+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] reftable/stack: add env to disable autocompaction
  ` [PATCH v2 2/3] reftable/stack: use geometric table compaction
  ` [PATCH v2 3/3] reftable/segment: make segment end inclusive

[PATCH 0/6] fast-import: tighten parsing of paths
 2024-03-22  0:11 UTC  (8+ messages)
` [PATCH 1/6] "
` [PATCH 2/6] fast-import: directly use strbufs for paths
` [PATCH 3/6] fast-import: release unfreed strbufs
` [PATCH 4/6] fast-import: remove dead strbuf
` [PATCH 5/6] fast-import: document C-style escapes for paths
` [PATCH 6/6] fast-import: forbid escaped NUL in paths

[PATCH 0/2] t9803-git-p4-shell-metachars.sh: update to use test_path_* functions
 2024-03-21 23:25 UTC  (9+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] t9803: update commit messages and description
` [PATCH v2 0/2] t9803-git-p4-shell-metachars.sh: update to use test_path_* functions
  ` [PATCH v2 1/2] "
  ` [PATCH v2 2/2] t9803: update commit messages and description

[PATCH 00/24] pack-bitmap: pseudo-merge reachability bitmaps
 2024-03-21 22:22 UTC  (6+ messages)
` [PATCH 01/24] Documentation/technical: describe pseudo-merge bitmaps format

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

[PATCH 1/4] sequencer: Do not require `allow_empty` for redundant commit options
 2024-03-21 19:45 UTC  (5+ messages)
` [PATCH v4 4/7] sequencer: handle unborn branch with `--allow-empty`


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