git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-06-23 11:02:26 to 2022-06-27 22:32:02 UTC [more...]

[PATCH 1/3] t6423: add tests of dual directory rename plus add/add conflict
 2022-06-27 22:30 UTC  (3+ messages)

[PATCH v3 00/15] Finish converting git bisect into a built-in
 2022-06-27 22:18 UTC  (23+ messages)
` [PATCH v4 00/16] "
  ` [PATCH v4 01/16] bisect: verify that a bogus option won't try to start a bisection
  ` [PATCH v4 02/16] bisect run: fix the error message
  ` [PATCH v4 03/16] bisect: avoid double-quoting when printing the failed command
  ` [PATCH v4 04/16] bisect--helper: retire the --no-log option
  ` [PATCH v4 05/16] bisect--helper: really retire --bisect-next-check
  ` [PATCH v4 06/16] bisect--helper: really retire `--bisect-autostart`
  ` [PATCH v4 07/16] bisect--helper: using `--bisect-state` without an argument is a bug
  ` [PATCH v4 08/16] bisect--helper: align the sub-command order with git-bisect.sh
  ` [PATCH v4 09/16] bisect--helper: make `--bisect-state` optional
  ` [PATCH v4 10/16] bisect--helper: move the `BISECT_STATE` case to the end
  ` [PATCH v4 11/16] bisect--helper: return only correct exit codes in `cmd_*()`
  ` [PATCH v4 12/16] bisect: teach the `bisect--helper` command to show the correct usage strings
  ` [PATCH v4 13/16] bisect: move even the command-line parsing to `bisect--helper`
  ` [PATCH v4 14/16] Turn `git bisect` into a full built-in
  ` [PATCH v4 15/16] bisect: remove Cogito-related code
  ` [PATCH v4 16/16] bisect: no longer try to clean up left-over `.git/head-name` files

[PATCH] vscode: improve tab size and wrapping
 2022-06-27 21:55 UTC  (2+ messages)

[PATCH 0/6] [GSoC] bitmap: integrate a lookup table extension to the bitmap format
 2022-06-27 21:53 UTC  (28+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/6] Documentation/technical: describe bitmap lookup table extension
  ` [PATCH v2 2/6] pack-bitmap-write.c: write "
  ` [PATCH v2 3/6] pack-bitmap-write: learn pack.writeBitmapLookupTable and add tests
  ` [PATCH v2 4/6] pack-bitmap: prepare to read lookup table extension
      ` [PATCH v2 4/6] pack-bitmap: prepare to read lookup table
  ` [PATCH v2 5/6] bitmap-lookup-table: add performance tests for "
  ` [PATCH v2 6/6] p5310-pack-bitmaps.sh: enable pack.writeReverseIndex for testing

[PATCH] git-rebase.txt: use back-ticks consistently
 2022-06-27 21:21 UTC 

[PATCH 2/3] merge-ort: shuffle the computation and cleanup of potential collisions
 2022-06-27 21:04 UTC  (3+ messages)

[ANNOUNCE] Git for Windows 2.37.0
 2022-06-27 19:59 UTC  (2+ messages)

What's cooking in git.git (Jun 2022, #08; Mon, 27)
 2022-06-27 18:51 UTC  (2+ messages)
` ab/* topics (was: What's cooking in git.git (Jun 2022, #08; Mon, 27))

[PATCH v2] ls-files: introduce "--format" option
 2022-06-27 18:34 UTC  (20+ messages)
` [PATCH v3] "
  ` [PATCH v4] "

[PATCH 3/3] merge-ort: fix issue with dual rename and add/add conflict
 2022-06-27 18:47 UTC  (2+ messages)

[PATCH v3 0/5] config: introduce discovery.bare and protected config
 2022-06-27 18:36 UTC  (9+ messages)
` [PATCH v4 "
  ` [PATCH v5 "
    ` [PATCH v5 1/5] Documentation/git-config.txt: add SCOPES section
    ` [PATCH v5 2/5] Documentation: define protected configuration
    ` [PATCH v5 3/5] config: learn `git_protected_config()`
    ` [PATCH v5 4/5] safe.directory: use git_protected_config()
    ` [PATCH v5 5/5] setup.c: create `discovery.bare`

What's cooking in git.git (Jun 2022, #07; Wed, 22)
 2022-06-27 18:23 UTC  (10+ messages)
` ab/test-without-templates (was: What's cooking in git.git (Jun 2022, #07; Wed, 22))
  ` ab/test-without-templates
` hx/unpack-streaming (was: What's cooking in git.git (Jun 2022, #07; Wed, 22))
  ` hx/unpack-streaming
` gc/submodule-update (was Re: What's cooking in git.git (Jun 2022, #07; Wed, 22))

[ANNOUNCE] Git v2.37.0
 2022-06-27 18:22 UTC 

A note from the maintainer
 2022-06-27 18:22 UTC 

[PATCH v4 0/5] config: introduce discovery.bare and protected config
 2022-06-27 17:34 UTC  (4+ messages)

[PATCH] revert: optionally refer to commit in the "reference" format
 2022-06-27 15:38 UTC  (3+ messages)

[WIP v1 0/4] mv: fix out-of-cone file/directory move logic
 2022-06-27 13:59 UTC  (23+ messages)
` [WIP v3 0/7] "
` [PATCH v4 "
  ` [PATCH v4 1/7] t7002: add tests for moving out-of-cone file/directory
  ` [PATCH v4 2/7] mv: update sparsity after moving from out-of-cone to in-cone
  ` [PATCH v4 3/7] mv: decouple if/else-if checks using goto
  ` [PATCH v4 4/7] mv: check if out-of-cone file exists in index with SKIP_WORKTREE bit
  ` [PATCH v4 5/7] mv: check if <destination> exists in index to handle overwriting
  ` [PATCH v4 6/7] mv: use flags mode for update_mode
  ` [PATCH v4 7/7] mv: add check_dir_in_index() and solve general dir check issue

[PATCH v1] commit-graph.c: no lazy fetch in lookup_commit_in_graph()
 2022-06-27 12:22 UTC  (10+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] test-lib.sh: add limited processes to test-lib
      `  "
  ` [PATCH v2 2/2] commit-graph.c: no lazy fetch in lookup_commit_in_graph()
      `  "

[GSoC] Abhradeep's GSoC blogs (27 Jun, 2022 IST)
 2022-06-27 12:44 UTC 

[ANNOUNCE] Git v2.37.0-rc2
 2022-06-27  8:32 UTC  (5+ messages)

[RFC PATCH] midx.c: clean up .rev file
 2022-06-27  5:05 UTC  (9+ messages)

Oddities in gitignore matching
 2022-06-26 19:34 UTC 

SHA-256 transition
 2022-06-26 15:19 UTC  (17+ messages)
        ` Plan for SHA-256 repos to support SHA-1?

[PATCH 0/2] For v2.37.0: rename fetch.credentialsInUrl to transfer.credentialsInUrl
 2022-06-26 13:15 UTC  (3+ messages)
` [PATCH 1/2] fetch doc: note "pushurl" caveat about "credentialsInUrl", elaborate

[GIT PULL] l10n updates for 2.37.0 round 1
 2022-06-26 12:57 UTC 

Should `git remote show` display excluded branches as to-be-fetched?
 2022-06-25 16:06 UTC  (5+ messages)

Git-Bug
 2022-06-25 12:16 UTC  (2+ messages)

Diff for unmerged files always misses the `\ No newline at end of file` mark
 2022-06-25 11:49 UTC  (2+ messages)

[PATCH] contrib: build & test scalar by default, optionally install
 2022-06-24 21:53 UTC  (7+ messages)
` [PATCH v2 0/1] scalar: move to the top-level, test, CI and "install" support

stashing only unstaged changes?
 2022-06-24 20:53 UTC  (10+ messages)

[PATCH 0/2] Avoid spawning gzip in git archive
 2022-06-24 20:24 UTC  (7+ messages)
` [PATCH v4 0/6] "
  ` [PATCH v4 4/6] archive-tar: add internal gzip implementation

[PATCH v2 00/12] submodule: make "git submodule--helper" behave like "git submodule"
 2022-06-24 16:48 UTC  (7+ messages)
` [PATCH v3 "
  ` [PATCH v3 02/12] git-submodule.sh: remove unused $prefix var and --super-prefix

git a/xyz or b/xyz
 2022-06-24 15:58 UTC  (3+ messages)

[PATCH v3 5/5] bitmap: add trace2 outputs during open "bitmap" file
 2022-06-24  8:27 UTC  (4+ messages)
    ` [PATCH v3 5/5] bitmap: add trace2 outputs during open "bitmap"

[PATCH] ls-files: update test style
 2022-06-24  5:05 UTC  (5+ messages)
  `  "

[PATCH] Makefile: build 'gitweb' in the default target
 2022-06-24  1:14 UTC  (11+ messages)
` [PATCH v2 0/7] gitweb: fix "make" not including "gitweb" without NOOP run slowdowns

[RFC PATCH] repo-settings: set defaults even when not in a repo
 2022-06-23 21:59 UTC  (3+ messages)
` [PATCH v3] commit-graph: refactor to avoid prepare_repo_settings

[PATCH] Documentation/config/transfer.txt: fix typo
 2022-06-23 19:42 UTC  (2+ messages)

[PATCH] trace2: don't include "fsync" events in all trace2 logs
 2022-06-23 19:34 UTC  (3+ messages)
` [EXTERNAL] "

[PATCH v4 2/5] Documentation: define protected configuration
 2022-06-23 18:21 UTC  (2+ messages)

[PATCH] t3701: two subtests are fixed
 2022-06-23 16:33 UTC  (7+ messages)

v2.37.0-rc2 - Additional Breakages on NonStop x86 (was RE: [ANNOUNCE] Git v2.37.0-rc2)
 2022-06-23 16:27 UTC  (4+ messages)

git filter bug
 2022-06-23 12:13 UTC  (6+ 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).