git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-30 09:09:09 to 2024-09-04 07:42:11 UTC [more...]

[PATCH 0/2] refs/files: use heuristic to decide whether to repack with `--auto`
 2024-09-04  7:42 UTC  (7+ messages)
` [PATCH 1/2] t0601: merge tests for auto-packing of refs
` [PATCH 2/2] refs/files: use heuristic to decide whether to repack with `--auto`

Problem: git Notes not discoverable (+proposed solutions)
 2024-09-04  7:24 UTC  (5+ messages)

[PATCH 00/21] environment: guard reliance on `the_repository`
 2024-09-04  7:14 UTC  (29+ messages)
` [PATCH v2 "
  ` [PATCH v2 04/21] environment: make `get_index_file()` accept a repository
  ` [PATCH v2 05/21] environment: make `get_graft_file()` "
  ` [PATCH v2 06/21] environment: make `get_git_work_tree()` "
  ` [PATCH v2 07/21] config: document `read_early_config()` and `read_very_early_config()`
  ` [PATCH v2 08/21] config: make dependency on repo in `read_early_config()` explicit
  ` [PATCH v2 09/21] environment: move `odb_mkstemp()` into object layer
  ` [PATCH v2 10/21] environment: make `get_git_namespace()` self-contained
  ` [PATCH v2 11/21] environment: move `set_git_dir()` and related into setup layer
  ` [PATCH v2 12/21] environment: reorder header to split out `the_repository`-free section
  ` [PATCH v2 13/21] environment: guard state depending on a repository
  ` [PATCH v2 14/21] repo-settings: split out declarations into a standalone header
  ` [PATCH v2 15/21] repo-settings: track defaults close to `struct repo_settings`
  ` [PATCH v2 16/21] branch: stop modifying `log_all_ref_updates` variable
  ` [PATCH v2 17/21] refs: stop modifying global "
  ` [PATCH v2 18/21] environment: stop storing "core.logAllRefUpdates" globally
  ` [PATCH v2 19/21] environment: stop storing "core.preferSymlinkRefs" globally
  ` [PATCH v2 20/21] environment: stop storing "core.warnAmbiguousRefs" globally
  ` [PATCH v2 21/21] environment: stop storing "core.notesRef" globally

[PATCH 0/4] hash.h: support choosing a separate SHA-1 for non-cryptographic uses
 2024-09-04  7:05 UTC  (25+ messages)
` [PATCH 1/4] sha1: do not redefine `platform_SHA_CTX` and friends
` [PATCH 2/4] hash.h: scaffolding for _fast hashing variants
` [PATCH 3/4] Makefile: allow specifying a SHA-1 for non-cryptographic uses
` [PATCH 4/4] csum-file.c: use fast SHA-1 implementation when available

What's cooking in git.git (Sep 2024, #01; Tue, 3)
 2024-09-04  6:41 UTC  (2+ messages)

[RFC PATCH 0/3] Introduce clar testing framework
 2024-09-04  6:38 UTC  (30+ messages)
` [PATCH v6 00/13] "
  ` [PATCH v6 02/13] t: import the clar unit "
  ` [PATCH v6 11/13] t/unit-tests: convert strvec tests to use clar
  ` [PATCH v6 12/13] t/unit-tests: convert ctype "
` [PATCH v7 00/14] Introduce clar testing framework
  ` [PATCH v7 01/14] t: do not pass GIT_TEST_OPTS to unit tests with prove
  ` [PATCH v7 02/14] t: import the clar unit testing framework
  ` [PATCH v7 03/14] t/clar: fix compatibility with NonStop
  ` [PATCH v7 04/14] clar: avoid compile error with mingw-w64
  ` [PATCH v7 05/14] clar(win32): avoid compile error due to unused `fs_copy()`
  ` [PATCH v7 06/14] clar: stop including `shellapi.h` unnecessarily
  ` [PATCH v7 07/14] Makefile: fix sparse dependency on GENERATED_H
  ` [PATCH v7 08/14] Makefile: make hdr-check depend on generated headers
  ` [PATCH v7 09/14] Makefile: do not use sparse on third-party sources
  ` [PATCH v7 10/14] Makefile: wire up the clar unit testing framework
  ` [PATCH v7 11/14] t/unit-tests: implement test driver
  ` [PATCH v7 12/14] t/unit-tests: convert strvec tests to use clar
  ` [PATCH v7 13/14] t/unit-tests: convert ctype "
  ` [PATCH v7 14/14] clar: add CMake support

git 2.46.0 crashes when trying to verify-pack outside of a repo
 2024-09-04  6:26 UTC  (7+ messages)
` [PATCH] builtin/index-pack: fix segfaults when running "

`git fetch --refmap=<refspec>… <repository> <refspec>…​` providing NON-empty <refspec> to the --refmap ALSO causes Git to ignore the configured refspecs
 2024-09-04  6:15 UTC  (2+ messages)
` `git fetch --refmap=<refspec>… <repository> <refspec>… ` "

[PATCH 0/5] `--whitespace=fix` with `--no-ignore-whitespace`
 2024-09-04  4:41 UTC  (7+ messages)
` [PATCH 2/5] apply: honor `ignore_ws_none` with `correct_ws_error`

`git remote prune <remote>…​` (equivalent to git fetch --prune <remote> except that no new references will be fetched) ignores `fetch.pruneTags` (and `git fetch --dry-run` prints same tag twice)
 2024-09-04  0:08 UTC 

`git merge --no-overwrite-ignore` overwrites ignored files when merge (i.e. not fast-forward)
 2024-09-03 23:19 UTC  (2+ messages)

`git remote show <name>…​` does not show all branches capable of `git push` when `push.default=upstream` and behaves as if `push.default=simple`
 2024-09-03 23:12 UTC 

`git remote set-url <remote> <newurl> [<oldurl>]` fails to set first url when multiple urls are selected
 2024-09-03 22:48 UTC 

Bug in "git diff" exit code with submodule and `--submodule=log`
 2024-09-03 22:14 UTC  (2+ messages)

[filter-repo PATCH]: add --callbacks option to load many callbacks from one file
 2024-09-03 22:11 UTC  (2+ messages)

[PATCH] Mark `cat-file` sparse-index compatible
 2024-09-03 22:06 UTC  (14+ messages)
` [PATCH v2 0/2] Mark cat-file "
  ` [PATCH v2 1/2] Allow using stdin in run_on_* functions
  ` [PATCH v2 2/2] Mark 'git cat-file' sparse-index compatible
  ` [PATCH v3 0/2] "
    ` [PATCH v3 1/2] Allow using stdin in run_on_* functions
    ` [PATCH v3 2/2] Mark 'git cat-file' sparse-index compatible
    ` [PATCH v4 0/2] builtin/cat-file: mark "
      ` [PATCH v4 1/2] t1092: allow run_on_* functions to use standard input
      ` [PATCH v4 2/2] builtin/cat-file: mark 'git cat-file' sparse-index compatible

[PATCH] git-diff: Introduce --index and deprecate --cached
 2024-09-03 20:55 UTC 

Adding a custom submit tool to git p4
 2024-09-03 19:30 UTC 

[PATCH] Documentation/BreakingChanges: announce removal of git-pack-redundant(1)
 2024-09-03 18:31 UTC  (2+ messages)

Committing crimes with NTFS-3G
 2024-09-03 17:30 UTC  (12+ messages)

Ask for feature on git
 2024-09-03 17:04 UTC  (3+ messages)

[ANNOUNCE] git-scm.com running on heroku-24
 2024-09-03 16:17 UTC  (2+ messages)

Improvement: `git-maintenance` to allow configuring of remotes to fetch
 2024-09-03 16:07 UTC  (8+ messages)

[PATCH] mergetools: vscode: new tool
 2024-09-03 15:56 UTC  (3+ messages)

`git rebase (--no-fork-point) --onto=<newbase> [<upstream> [<branch>]]` leaves HEAD detached and *HEAD not moved when <branch> is exactly `HEAD`
 2024-09-03 15:38 UTC  (6+ messages)

Is it possible to resume download on single file
 2024-09-03 14:00 UTC 

word-diff-regex=. sometimes ignores newlines
 2024-09-03 12:30 UTC 

[PATCH v2 0/4] add ref content check for files backend
 2024-09-03 12:21 UTC  (6+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/4] ref: initialize "fsck_ref_report" with zero
  ` [PATCH v3 2/4] ref: add regular ref content check for files backend
  ` [PATCH v3 3/4] ref: add symref "
  ` [PATCH v3 4/4] ref: add symlink ref "

`git remote set-branches (without --add) <name> <branch>…​` does not add refspecs to `remote.<remote>.fetch` when `remote.<remote>.fetch` does not exist
 2024-09-03 10:37 UTC 

[PATCH 0/4] Support server option from configuration
 2024-09-03 10:09 UTC  (9+ messages)
` [PATCH 1/4] transport: add parse_transport_option() method
` [PATCH 2/4] builtin/fetch.c: add fetch.serverOption configuration
` [PATCH 3/4] builtin/clone.c: recognize "
` [PATCH 4/4] builtin/ls-remote.c: "

[RFC PATCH] config.mak.uname: add HAVE_DEV_TTY to cygwin config section
 2024-09-02 22:15 UTC 

git-http-backend errors under IIS
 2024-09-02 20:18 UTC 

git svn
 2024-09-02 19:22 UTC 

[PATCH] rebase: apply and cleanup autostash when rebase fails to start
 2024-09-02 15:12 UTC  (2+ messages)
` [PATCH v2] "

Unpredictable peak memory usage when using `git log` command
 2024-09-02 13:08 UTC  (6+ messages)
` [PATCH] revision: free commit buffers for skipped commits

[PATCH 00/22] Memory leak fixes (pt.6)
 2024-09-02  9:27 UTC  (6+ messages)
` [PATCH 04/22] builtin/push: fix leaking refspec query result
` [PATCH 05/22] upload-pack: fix leaking child process data on reachability checks

[GSoC][PATCH v3] t: port helper/test-oid-array.c to unit-tests/t-oid-array.c
 2024-09-01 21:26 UTC  (2+ messages)
` [PATCH v4] "

[ANNOUNCE] Git Rev News edition 114
 2024-09-01 21:02 UTC 

[PATCH v2] compat/terminal: mark parameter of git_terminal_prompt() UNUSED
 2024-08-31 14:58 UTC 

[PATCH] git gui: add directly calling merge tool from gitconfig
 2024-08-31 13:51 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] compat/terminal: mark parameter of git_terminal_prompt() UNUSED
 2024-08-31  2:40 UTC  (4+ messages)

[PATCH 0/2] make chainlint output more newcomer-friendly
 2024-08-30 23:51 UTC  (9+ messages)
` [PATCH 1/2] chainlint: make error messages self-explanatory
` [PATCH 2/2] chainlint: reduce annotation noise-factor

Draft of Git Rev News edition 114
 2024-08-30 20:59 UTC 

What's cooking in git.git (Aug 2024, #11; Fri, 30)
 2024-08-30 20:44 UTC 

[PATCH] refs/files-backend: work around -Wunused-parameter
 2024-08-30 19:33 UTC 

[PATCH v2 0/3] doc: introducing synopsis para
 2024-08-30 17:48 UTC  (5+ messages)
` [PATCH v3 "

How to turn off rename detection for cherry-pick?
 2024-08-30 17:17 UTC  (10+ messages)

[PATCH 0/2] clean up some MAYBE_UNUSED cases
 2024-08-30 16:30 UTC  (4+ messages)
` [PATCH 2/2] grep: prefer UNUSED to MAYBE_UNUSED for pcre allocators

hola
 2024-08-30 12:29 UTC 


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 NNTP newsgroup(s).