git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-04-15 13:38:44 to 2022-04-18 18:24:19 UTC [more...]

[GSoC] Contributor candidate introduction
 2022-04-18 18:24 UTC  (12+ messages)

[PATCH v3 0/2] adding new branch.autosetupmerge option "simple"
 2022-04-18 18:15 UTC  (3+ messages)
` [PATCH v4] merge: new autosetupmerge option 'simple' for matching branches

[PATCH v2 00/25] CI: run "make [test]" directly, use $GITHUB_ENV
 2022-04-18 17:57 UTC  (41+ messages)
` [PATCH v3 00/29] CI: run "make" in CI "steps", improve UX
  ` [PATCH v3 25/29] CI: set CC in MAKEFLAGS directly, don't add it to the environment
  ` [PATCH v4 00/31] CI: run "make" in CI "steps", improve UX
    ` [PATCH v4 01/31] CI: run "set -ex" early in ci/lib.sh
    ` [PATCH v4 02/31] CI: make "$jobname" explicit, remove fallback
    ` [PATCH v4 03/31] CI: remove more dead Travis CI support
    ` [PATCH v4 04/31] CI: remove dead "tree skipping" code
    ` [PATCH v4 05/31] CI: remove unused Azure ci/* code
    ` [PATCH v4 06/31] CI/lib.sh: stop adding leading whitespace to $MAKEFLAGS
    ` [PATCH v4 07/31] CI: don't have "git grep" invoke a pager in tree content check
    ` [PATCH v4 08/31] CI: have "static-analysis" run a "make ci-static-analysis" target
    ` [PATCH v4 09/31] CI: have "static-analysis" run "check-builtins", not "documentation"
    ` [PATCH v4 10/31] CI: move p4 and git-lfs variables to ci/install-dependencies.sh
    ` [PATCH v4 11/31] CI: consistently use "export" in ci/lib.sh
    ` [PATCH v4 12/31] CI: export variables via a wrapper
    ` [PATCH v4 13/31] CI: remove "run-build-and-tests.sh", run "make [test]" directly
    ` [PATCH v4 14/31] ci/lib.sh: use "test" instead of "["
    ` [PATCH v4 15/31] CI: check ignored unignored build artifacts in "win[+VS] build" too
    ` [PATCH v4 16/31] CI: invoke "make artifacts-tar" directly in windows-build
    ` [PATCH v4 17/31] CI: split up and reduce "ci/test-documentation.sh"
    ` [PATCH v4 18/31] CI: make ci/install-dependencies.sh POSIX-compatible
    ` [PATCH v4 19/31] CI: combine ci/install{,-docker}-dependencies.sh
    ` [PATCH v4 20/31] CI: move "env" definitions into ci/lib.sh
    ` [PATCH v4 21/31] ci/run-test-slice.sh: replace shelling out with "echo"
    ` [PATCH v4 22/31] CI: pre-select test slice in Windows & VS tests
    ` [PATCH v4 23/31] CI: only invoke ci/lib.sh as "steps" in main.yml
    ` [PATCH v4 24/31] CI: narrow down variable definitions in --build and --test
    ` [PATCH v4 25/31] CI: add more variables to MAKEFLAGS, except under vs-build
    ` [PATCH v4 26/31] CI: set CC in MAKEFLAGS directly, don't add it to the environment
    ` [PATCH v4 27/31] CI: set SANITIZE=leak in MAKEFLAGS directly
    ` [PATCH v4 28/31] CI: set PYTHON_PATH setting for osx-{clang,gcc} into "$jobname" case
    ` [PATCH v4 29/31] CI: don't use "set -x" in "ci/lib.sh" output
    ` [PATCH v4 30/31] CI: have osx-gcc use gcc, not clang
    ` [PATCH v4 31/31] CI: make it easy to use ci/*.sh outside of CI

suggestion for git glossary: "ort"
 2022-04-18 17:43 UTC  (4+ messages)

[GSoC][RFC][Proposal] Unify ref filters in pretty.{c,h}
 2022-04-18 17:43 UTC  (2+ messages)

Git bug report - disk errors on Windows after push
 2022-04-18 17:37 UTC  (2+ messages)

[PATCH] clone: ignore invalid local refs in remote
 2022-04-18 17:30 UTC  (2+ messages)

[RFC] introducing git replay
 2022-04-18 17:33 UTC  (14+ messages)

[PATCH v2] rebase: simplify an assignment of options.type in cmd_rebase
 2022-04-18 17:27 UTC 

[RFC PATCH v2 00/13] bundle-uri: a "dumb CDN" for git
 2022-04-18 17:23 UTC  (38+ messages)
` [RFC PATCH v2 00/36] bundle-uri: a "dumb CDN" for git + TOC format
  ` [RFC PATCH v2 01/36] connect.c: refactor sending of agent & object-format
  ` [RFC PATCH v2 02/36] dir API: add a generalized path_match_flags() function
  ` [RFC PATCH v2 03/36] fetch-pack: add a deref_without_lazy_fetch_extended()
  ` [RFC PATCH v2 04/36] fetch-pack: move --keep=* option filling to a function
  ` [RFC PATCH v2 05/36] http: make http_get_file() external
  ` [RFC PATCH v2 06/36] remote: move relative_url()
  ` [RFC PATCH v2 07/36] remote: allow relative_url() to return an absolute url
  ` [RFC PATCH v2 08/36] bundle.h: make "fd" version of read_bundle_header() public
  ` [RFC PATCH v2 09/36] protocol v2: add server-side "bundle-uri" skeleton
  ` [RFC PATCH v2 10/36] bundle-uri client: add "bundle-uri" parsing + tests
  ` [RFC PATCH v2 11/36] bundle-uri client: add minimal NOOP client
  ` [RFC PATCH v2 12/36] bundle-uri client: add "git ls-remote-bundle-uri"
  ` [RFC PATCH v2 13/36] bundle-uri client: add transfer.injectBundleURI support
  ` [RFC PATCH v2 14/36] bundle-uri client: add boolean transfer.bundleURI setting
  ` [RFC PATCH v2 15/36] bundle-uri client: support for bundle-uri with "clone"
  ` [RFC PATCH v2 16/36] bundle-uri: make the download program configurable
  ` [RFC PATCH v2 17/36] remote-curl: add 'get' capability
  ` [RFC PATCH v2 18/36] bundle: implement 'fetch' command for direct bundles
  ` [RFC PATCH v2 19/36] bundle: parse table of contents during 'fetch'
  ` [RFC PATCH v2 20/36] bundle: add --filter option to 'fetch'
  ` [RFC PATCH v2 21/36] bundle: allow relative URLs in table of contents
  ` [RFC PATCH v2 22/36] bundle: make it easy to call 'git bundle fetch'
  ` [RFC PATCH v2 23/36] clone: add --bundle-uri option
  ` [RFC PATCH v2 24/36] clone: --bundle-uri cannot be combined with --depth
  ` [RFC PATCH v2 25/36] bundle: only fetch bundles if timestamp is new
  ` [RFC PATCH v2 26/36] fetch: fetch bundles before fetching original data
  ` [RFC PATCH v2 27/36] protocol-caps: implement cap_features()
  ` [RFC PATCH v2 28/36] serve: understand but do not advertise 'features' capability
  ` [RFC PATCH v2 29/36] serve: advertise 'features' when config exists
  ` [RFC PATCH v2 30/36] connect: implement get_recommended_features()
  ` [RFC PATCH v2 31/36] transport: add connections for 'features' capability
  ` [RFC PATCH v2 32/36] clone: use server-recommended bundle URI
  ` [RFC PATCH v2 33/36] t5601: basic bundle URI test
  ` [RFC PATCH v2 34/36] protocol v2: add server-side "bundle-uri" skeleton (docs)
  ` [RFC PATCH v2 35/36] bundle-uri docs: add design notes
  ` [RFC PATCH v2 36/36] docs: document bundle URI standard

[PATCH] commit-graph: close file before returning NULL
 2022-04-18 17:13 UTC 

[PATCH] rebase: simplify an assignment of options.type in cmd_rebase
 2022-04-18 17:07 UTC  (2+ messages)

A note from the maintainer
 2022-04-18 17:03 UTC 

Current state / standard advice for rebasing merges without information loss/re-entry?
 2022-04-18 16:47 UTC  (6+ messages)

[ANNOUNCE] Git v2.36.0
 2022-04-18 16:27 UTC 

What's cooking in git.git (Apr 2022, #05; Mon, 18)
 2022-04-18 16:27 UTC 

[PATCH 0/4] Sparse index integration with 'git show'
 2022-04-18 12:42 UTC  (13+ messages)
` [PATCH 1/4] t1092: add compatibility tests for "
` [PATCH 2/4] show: integrate with the sparse index
` [PATCH 3/4] object-name: reject trees found in the index

[PATCH] area: /t/t4204-log.sh, partially modernized test script t4202
 2022-04-18 12:16 UTC  (2+ messages)

[PATCH] rebase: use correct base for --keep-base when a branch is given
 2022-04-18  1:27 UTC 

[PATCH] [RFC] git-p4: improve encoding handling to support inconsistent encodings
 2022-04-17 18:11 UTC  (5+ messages)
` [PATCH v2] "

Corrupt name-rev output
 2022-04-17 16:20 UTC 

[GIT PULL] l10n updates for 2.36.0 round 2
 2022-04-17 12:27 UTC 

[PATCH 0/1] documentation: guide of best practices for GIT developer
 2022-04-17 12:25 UTC  (9+ messages)
` [PATCH v1 0/1] Documentation/ToolsOnGit.txt: gather information about tools
  ` [PATCH v1 1/1] "
        ` [PATCH v2 0/1] Documentation/ToolsForGit.txt: Tools for developing Git
          ` [PATCH v2 1/1] "

[PATCH 0/7] rebase: make reflog messages independent of the backend
 2022-04-17  2:13 UTC  (22+ messages)
` [PATCH 1/7] rebase --apply: remove duplicated code
` [PATCH 2/7] rebase --merge: fix reflog when continuing
` [PATCH 3/7] rebase --merge: fix reflog message after skipping
` [PATCH 4/7] rebase --apply: respect GIT_REFLOG_ACTION
` [PATCH 5/7] rebase --apply: make reflog messages match rebase --merge
` [PATCH 6/7] rebase --abort: improve reflog message
` [PATCH 7/7] rebase: cleanup action handling
` Review Request (was Re: [PATCH 0/7] rebase: make reflog messages independent of the backend)

Setting up `send-email` for SSL, and then using GCM (Git Credential Manager)
 2022-04-16 15:14 UTC  (2+ messages)

[PATCH] ci: lock "pedantic" job into fedora 35 and other cleanup
 2022-04-16 14:23 UTC  (24+ messages)
` [PATCH 0/2] ci: avoid failures for pedantic job with fedora 36
  ` [PATCH 1/2] config.mak.dev: workaround gcc 12 bug affecting "pedantic" CI job
  ` [PATCH 2/2] config.mak.dev: alternative workaround to gcc 12 warning in http.c

git log --since to not stop after first old commit?
 2022-04-16 14:23 UTC  (7+ messages)
  ` [PATCH v3] git-log: add a --since=... --as-filter option
      ` [PATCH v4] "
          ` [PATCH v5] log: "--as-filter" option adjusts how "--since" cut-off works

[GSoC] [PATCH] t1011: replace test -f with test_path_is_file
 2022-04-16 13:59 UTC  (6+ messages)
` [GSoC] [PATCH v2] "
        ` [PATCH v3] t1011: replace test -f with test_path_is* helpers

Pathological performance with git remote rename and many tracking refs
 2022-04-16 11:23 UTC  (6+ messages)

Bare repositories in the working tree are a security risk
 2022-04-16  1:30 UTC  (18+ messages)

Git user experience workshop
 2022-04-15 22:54 UTC  (5+ messages)

What's cooking in git.git (Apr 2022, #04; Thu, 14)
 2022-04-15 22:53 UTC  (3+ messages)

reference-transaction regression in 2.36.0-rc1
 2022-04-15 16:53 UTC  (7+ messages)

Arguments for git update-index --refresh
 2022-04-15 16:48 UTC  (2+ messages)

[PATCH v2] reftable: avoid undefined behaviour breaking t0032
 2022-04-15 16:23 UTC  (8+ messages)
` [RFC PATCH 0/2] reftable: remove poor man's SANITIZE=address, fix a memset() bug
  ` [RFC PATCH 2/2] reftable: don't memset() a NULL from failed malloc()

[PATCH 0/1] xdiff: share xdiff between git and libgit2
 2022-04-15 15:55 UTC  (8+ messages)
` [PATCH 1/1] xdiff: provide indirection to git functions

[PATCH v5 00/27] revision.[ch]: add and use release_revisions()
 2022-04-15 13:58 UTC  (4+ messages)
` [PATCH v6 "
  ` [PATCH v6 14/27] revisions API users: use release_revisions() with UNLEAK()

[PATCH v2] http API: fix dangling pointer issue noted by GCC 12.0
 2022-04-15 13:30 UTC  (7+ messages)
` [PATCH v3] "


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