git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-09-10 20:04:51 to 2022-09-16 17:37:13 UTC [more...]

[PATCH] fuzz: add basic fuzz testing for git command
 2022-09-16 17:37 UTC  (7+ messages)
` [PATCH v2] "

Wildcards in mailmap to hide transgender people's deadnames
 2022-09-16 16:59 UTC  (4+ messages)

BUG: Value for GIT_SSL_NO_VERIFY has no effect
 2022-09-16 16:44 UTC  (13+ messages)
    ` [PATCH 0/5] Update docs on GIT_* environment variables
      ` [PATCH 1/5] environ: document GIT_SSL_NO_VERIFY
      ` [PATCH 2/5] environ: explain Boolean environment variables
      ` [PATCH 3/5] environ: GIT_FLUSH should be made a usual Boolean
      ` [PATCH 4/5] environ: simplify description of GIT_INDEX_FILE
      ` [PATCH 5/5] environ: GIT_INDEX_VERSION affects not just a new repository

[PATCH] bugreport: add missing closing bracket in usage line
 2022-09-16 16:31 UTC  (3+ messages)

[PATCH 0/3] diff-merges: minor cleanups
 2022-09-16 16:28 UTC  (13+ messages)
` [PATCH 1/3] diff-merges: cleanup func_by_opt()
` [PATCH 2/3] diff-merges: cleanup set_diff_merges()
` [PATCH 3/3] diff-merges: clarify log.diffMerges documentation

[PATCH] help: reword explanation line for developer interfaces
 2022-09-16 16:19 UTC  (2+ messages)

[PATCH 0/6] revision: fix order of revs for ^!
 2022-09-16 15:55 UTC  (10+ messages)
` [PATCH 1/6] revision: use strtol_i() for exclude_parent
` [PATCH 2/6] revision: factor out get_commit()
` [PATCH 3/6] revision: factor out add_parent()
` [PATCH 4/6] revision: factor out add_parents()
` [PATCH 5/6] revision: rename add_parents_only() to add_nth_parent()
` [PATCH 6/6] revision: add parents after child for ^!

[ANNOUNCE] Git v2.38.0-rc0
 2022-09-16 15:47 UTC  (3+ messages)

[PATCH] docs: fix a few recently broken links
 2022-09-16 15:39 UTC  (4+ messages)
` [PATCH] api docs: link to html version of api-trace2

git rebase crash: merge-ort.c:2622: apply_directory_rename_modifications: Assertion `ci->dirmask == 0' failed
 2022-09-16 12:42 UTC 

git fetch --unshallow does not work as expected to remove all the limitations imposed by shallow repositories
 2022-09-16  7:29 UTC 

[L10N] Kickoff for Git 2.38.0 round #1
 2022-09-16  7:23 UTC 

[ANNOUNCE] Git for Windows 2.38.0-rc0
 2022-09-16  3:06 UTC 

What's cooking in git.git (Sep 2022, #04; Thu, 15)
 2022-09-16  2:47 UTC 

[PATCH] Documentation: add ReviewingGuidelines
 2022-09-15 23:25 UTC  (4+ messages)

[PATCH v2] reftable: use a pointer for pq_entry param
 2022-09-15 20:42 UTC  (4+ messages)

Newbie contribution idea for 'git log --children': input requested
 2022-09-15 17:08 UTC  (4+ messages)

[Bug] Behavioral change in git clone --depth=1 --recurse-submodule
 2022-09-15 12:23 UTC 

Adding existing repo at sub-sub-directory as submodule
 2022-09-15 10:49 UTC 

[PATCH] t1800: correct test to handle Cygwin
 2022-09-15  8:51 UTC  (7+ messages)
` [PATCH v2] "

[PATCH] reftable: pass pq_entry by address
 2022-09-15  7:49 UTC  (9+ messages)
` [PATCH] reftable: use const with the pq_entry param

[BUG] Unicode filenames handling in `git log --stat`
 2022-09-15  2:57 UTC  (4+ messages)
` [PATCH v5 1/1] diff.c: When appropriate, use utf8_strwidth()

[PATCH v1 0/2] grep: integrate with sparse index
 2022-09-15  2:57 UTC  (9+ messages)
` [PATCH v5 0/3] "
  ` [PATCH v5 1/3] builtin/grep.c: add --sparse option
  ` [PATCH v5 3/3] builtin/grep.c: walking tree instead of expanding index with --sparse

Small bug report in git restore -p prompt
 2022-09-15  2:27 UTC  (3+ messages)
` [PATCH] add -p: fix worktree patch mode prompts

git diff ^! syntax stopped working for stashes in Git 2.28
 2022-09-14 15:57 UTC  (4+ messages)

[PATCH v4 0/4] fsmonitor: option to allow fsmonitor to run against network-mounted repos
 2022-09-14 15:47 UTC  (22+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/4] fsmonitor: refactor filesystem checks to common interface
  ` [PATCH v5 2/4] fsmonitor: relocate socket file if .git directory is remote
  ` [PATCH v5 3/4] fsmonitor: avoid socket location check if using hook
  ` [PATCH v5 4/4] fsmonitor: deal with synthetic firmlinks on macOS
  ` [PATCH v6 0/6] fsmonitor: option to allow fsmonitor to run against network-mounted repos
    ` [PATCH v6 1/6] "
    ` [PATCH v6 2/6] fsmonitor: refactor filesystem checks to common interface
    ` [PATCH v6 3/6] fsmonitor: relocate socket file if .git directory is remote
    ` [PATCH v6 4/6] fsmonitor: avoid socket location check if using hook
    ` [PATCH v6 5/6] fsmonitor: deal with synthetic firmlinks on macOS
    ` [PATCH v6 6/6] fsmonitor: add documentation for allowRemote and socketDir options

Beyond recursive merge
 2022-09-14  2:24 UTC 

What's cooking in git.git (Sep 2022, #03; Tue, 13)
 2022-09-14  1:18 UTC 

Git / Software Freedom Conservancy status report (2022)
 2022-09-13 23:00 UTC 

[PATCH] chainlint: colorize problem annotations and test delimiters
 2022-09-13 20:46 UTC  (13+ messages)
` [PATCH v2] "

[PATCH v4] grep: fix multibyte regex handling under macOS
 2022-09-13 20:41 UTC  (4+ messages)

[PATCH 0/8] [RFC] Enhance credential helper protocol to include auth headers
 2022-09-13 19:25 UTC  (9+ messages)
` [PATCH 1/8] wincred: ignore unknown lines (do not die)
` [PATCH 2/8] netrc: "
` [PATCH 3/8] osxkeychain: clarify that we ignore unknown lines
` [PATCH 4/8] http: read HTTP WWW-Authenticate response headers
` [PATCH 5/8] credential: add WWW-Authenticate header to cred requests
` [PATCH 6/8] http: store all request headers on active_request_slot
` [PATCH 7/8] http: move proactive auth to first slot creation
` [PATCH 8/8] http: set specific auth scheme depending on credential

[PATCH v5 00/16] Finish converting git bisect into a built-in
 2022-09-13 17:44 UTC  (3+ messages)
` [PATCH v6 "

[PATCH v4 0/3] hide-refs: add hook to force hide refs
 2022-09-13 17:01 UTC  (4+ messages)
` [PATCH v5 0/5] hiderefs: add hide-refs hook to hide refs dynamically
  ` [PATCH v5 1/5] "

[PATCH] refs: unify parse_worktree_ref() and ref_type()
 2022-09-13 15:43 UTC  (4+ messages)

Handling the Git trademark
 2022-09-13 12:11 UTC 

[PATCH 0/2] blame: Make --show-name negatable
 2022-09-13  9:08 UTC  (7+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] blame: Document that --show-name is negatable

2.37.2 can't "git pull" but 2.18.0 can
 2022-09-13  0:28 UTC  (14+ messages)

[PATCH 00/18] make test "linting" more comprehensive
 2022-09-13  0:04 UTC  (6+ messages)

[PATCH] branch: allow "-" as a short-hand for "previous branch"
 2022-09-12 21:18 UTC  (4+ messages)
` [PATCH v4] branch: allow "-" as a shortcut "

[PATCH 0/1] Documentation: fix various repeat word typos
 2022-09-12 18:16 UTC  (6+ messages)
` [PATCH 1/1] "

[PATCH 0/4] list-objects-filter cleanups
 2022-09-12 16:56 UTC  (8+ messages)
` [PATCH 1/4] list-objects-filter: don't memset after releasing filter struct
` [PATCH 2/4] list-objects-filter: handle null default filter spec
` [PATCH 3/4] list-objects-filter: add and use initializers
` [PATCH 4/4] list-objects-filter: convert filter_spec to a strbuf

[PATCH] ls-files: fix black space in error message
 2022-09-12 16:24 UTC  (2+ messages)

Unify ref-filter formats with other pretty formats: GSoC'22
 2022-09-12 13:15 UTC  (4+ messages)

What's cooking in git.git (Sep 2022, #02; Fri, 9)
 2022-09-12  0:41 UTC  (4+ messages)

[PATCH v8] ls-files: introduce "--format" option
 2022-09-11 11:01 UTC  (4+ messages)
` [PATCH v9] "

[PATCH 0/3] list-object-filter: introduce depth filter
 2022-09-11 10:59 UTC  (6+ messages)

[PATCH 0/2] v2 protocol can't "git pull" with restricted refspec
 2022-09-11  5:08 UTC  (7+ messages)
` [PATCH 2/2] fetch: add branch.*.merge to default ref-prefix extension

[PATCH 0/5] plugging some list-objects-filter leaks
 2022-09-11  4:51 UTC  (3+ 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).