git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-02-04 14:47:09 to 2025-02-06 19:00:38 UTC [more...]

renormalize histroy with smudge/clean-filter
 2025-02-06 19:00 UTC  (9+ messages)

[ANNOUNCE] tig-2.5.12
 2025-02-06 19:00 UTC 

[PATCH v2 1/3] difftool: eliminate use of global variables
 2025-02-06 18:08 UTC  (8+ messages)
` [PATCH v2 2/3] difftool: eliminate use of the_repository
` [PATCH v2 3/3] difftool: eliminate use of USE_THE_REPOSITORY_VARIABLE

[PATCH] doc: documentation for http.uploadarchive config option
 2025-02-06 17:54 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 00/16] path: remove dependency on `the_repository`
 2025-02-06 16:14 UTC  (25+ messages)
` [PATCH 01/16] path: refactor `repo_common_path()` family of functions
` [PATCH 02/16] path: refactor `repo_git_path()` "
` [PATCH 03/16] path: refactor `repo_worktree_path()` "
` [PATCH 04/16] submodule: refactor `submodule_to_gitdir()` to accept a repo
` [PATCH 05/16] path: refactor `repo_submodule_path()` family of functions
` [PATCH 06/16] path: drop unused `strbuf_git_path()` function
` [PATCH 07/16] path: drop `git_pathdup()` in favor of `repo_git_path()`
` [PATCH 08/16] path: drop `git_path_buf()` in favor of `repo_git_path_replace()`
` [PATCH 09/16] worktree: return allocated string from `get_worktree_git_dir()`
` [PATCH 10/16] path: drop `git_common_path()` in favor of `repo_common_path()`
` [PATCH 11/16] rerere: let `rerere_path()` write paths into a caller-provided buffer
` [PATCH 12/16] path: drop `git_path()` in favor of `repo_git_path()`
` [PATCH 13/16] repo-settings: introduce function to clear struct
` [PATCH 14/16] environment: move access to "core.hooksPath" into repo settings
` [PATCH 15/16] environment: move access to "core.sharedRepository" "
` [PATCH 16/16] path: adjust last remaining users of `the_repository`

[PATCH v3 6/6] connect: advertise OS version
 2025-02-06 15:13 UTC  (11+ messages)
` [PATCH v4 0/6][Outreachy] extend agent capability to include OS name
  ` [PATCH v4 1/6] version: replace manual ASCII checks with isprint() for clarity
  ` [PATCH v4 2/6] version: refactor redact_non_printables()
  ` [PATCH v4 3/6] version: refactor get_uname_info()
  ` [PATCH v4 4/6] version: extend get_uname_info() to hide system details
  ` [PATCH v4 5/6] t5701: add setup test to remove side-effect dependency
  ` [PATCH v4 6/6] agent: advertise OS name via agent capability

Managing one github repo with Gitignore and Submodules for two different remotes
 2025-02-06 14:10 UTC 

[PATCH v3 0/1] Long names for `git log -S` and `git log -G`
 2025-02-06 13:04 UTC  (3+ messages)
` [PATCH v3 1/1] diff: --patch-{modifies,grep} arg names for -S and -G

[GSoC][PATCH] remote: relocate valid_remote_name
 2025-02-06 10:14 UTC  (7+ messages)
` [GSoC][PATCH v2] "

[PATCH v3 0/5] refspec: centralize refspec-related logic
 2025-02-06 10:13 UTC  (6+ messages)
` [GSoC][PATCH v4 "
  ` [GSoC][PATCH v4 1/5] remote: rename function omit_name_by_refspec

Usability issue: "Your branch is up to date"
 2025-02-06  9:53 UTC  (11+ messages)

[PATCH v4 0/6] Enable doing a shallow clone of a specific git revision
 2025-02-06  8:13 UTC  (36+ messages)
` [PATCH v5 0/7] "
  ` [PATCH v5 1/7] clone: cut down on global variables in clone.c
  ` [PATCH v5 2/7] clone: make it possible to specify --tags
  ` [PATCH v5 3/7] clone: refactor wanted_peer_refs()
  ` [PATCH v5 4/7] clone: add tags refspec earlier to fetch refspec
  ` [PATCH v5 5/7] clone: introduce struct clone_opts in builtin/clone.c
  ` [PATCH v5 6/7] parse-options: introduce die_for_incompatible_opt2()
  ` [PATCH v5 7/7] builtin/clone: teach git-clone(1) the --revision= option
  ` [PATCH v6 0/7] Enable doing a shallow clone of a specific git revision
    ` [PATCH v6 1/7] clone: cut down on global variables in clone.c
    ` [PATCH v6 2/7] clone: make it possible to specify --tags
    ` [PATCH v6 3/7] clone: refactor wanted_peer_refs()
    ` [PATCH v6 4/7] clone: add tags refspec earlier to fetch refspec
    ` [PATCH v6 5/7] clone: introduce struct clone_opts in builtin/clone.c
    ` [PATCH v6 6/7] parse-options: introduce die_for_incompatible_opt2()
    ` [PATCH v6 7/7] builtin/clone: teach git-clone(1) the --revision= option
    ` [PATCH v7 0/7] Enable doing a shallow clone of a specific git revision
      ` [PATCH v7 1/7] clone: cut down on global variables in clone.c
      ` [PATCH v7 2/7] clone: make it possible to specify --tags
      ` [PATCH v7 3/7] clone: refactor wanted_peer_refs()
      ` [PATCH v7 4/7] clone: add tags refspec earlier to fetch refspec
      ` [PATCH v7 5/7] clone: introduce struct clone_opts in builtin/clone.c
      ` [PATCH v7 6/7] parse-options: introduce die_for_incompatible_opt2()
      ` [PATCH v7 7/7] builtin/clone: teach git-clone(1) the --revision= option

[PATCH] reftable: ignore file-in-use errors when unlink(3p) fails on Windows
 2025-02-06  7:53 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 00/19] reftable: stop using "git-compat-util.h"
 2025-02-06  7:52 UTC  (22+ messages)
` [PATCH v3 00/18] "
` [PATCH v4 "
  ` [PATCH v4 01/18] reftable/stack: stop using `read_in_full()`
  ` [PATCH v4 02/18] reftable/stack: stop using `write_in_full()`
  ` [PATCH v4 03/18] reftable/blocksource: stop using `xmmap()`
  ` [PATCH v4 04/18] reftable/record: stop using `COPY_ARRAY()`
  ` [PATCH v4 05/18] reftable/record: stop using `BUG()` in `reftable_record_init()`
  ` [PATCH v4 06/18] reftable/record: don't `BUG()` in `reftable_record_cmp()`
  ` [PATCH v4 07/18] reftable: stop using `BUG()` in trivial cases
  ` [PATCH v4 08/18] reftable/basics: stop using `st_mult()` in array allocators
  ` [PATCH v4 09/18] reftable/basics: provide wrappers for big endian conversion
  ` [PATCH v4 10/18] reftable/reader: stop using `ARRAY_SIZE()` macro
  ` [PATCH v4 11/18] reftable/system: introduce `reftable_rand()`
  ` [PATCH v4 12/18] reftable/stack: stop using `sleep_millisec()`
  ` [PATCH v4 13/18] reftable/basics: stop using `SWAP()` macro
  ` [PATCH v4 14/18] reftable/basics: stop using `UNUSED` annotation
  ` [PATCH v4 15/18] compat/mingw: split out POSIX-related bits
  ` [PATCH v4 16/18] git-compat-util.h: split out POSIX-emulating bits
  ` [PATCH v4 17/18] reftable: decouple from Git codebase by pulling in "compat/posix.h"
  ` [PATCH v4 18/18] Makefile: skip reftable library for Coccinelle

What's cooking in git.git (Feb 2025, #01; Tue, 4)
 2025-02-06  6:47 UTC  (5+ messages)

[PATCH v2 0/8] add more ref consistency checks
 2025-02-06  6:00 UTC  (13+ messages)
` [PATCH v2 5/8] packed-backend: check whether the refname contains NUL characters
` [PATCH v3 0/8] add more ref consistency checks
  ` [PATCH v3 1/8] t0602: use subshell to ensure working directory unchanged
  ` [PATCH v3 2/8] builtin/refs: get worktrees without reading head information
  ` [PATCH v3 3/8] packed-backend: check whether the "packed-refs" is regular file
  ` [PATCH v3 4/8] packed-backend: add "packed-refs" header consistency check
  ` [PATCH v3 5/8] packed-backend: check whether the refname contains NUL characters
  ` [PATCH v3 6/8] packed-backend: add "packed-refs" entry consistency check
  ` [PATCH v3 7/8] packed-backend: check whether the "packed-refs" is sorted
  ` [PATCH v3 8/8] builtin/fsck: add `git refs verify` child process

[PATCH] t6423: fix suppression of Git’s exit code in tests
 2025-02-06  5:08 UTC  (4+ messages)
` [GSOC][PATCH v2] t6422: avoid suppressing "
    ` [GSOC][PATCH v2] t6423: "

`git p4` broken on machines which do not have python on path
 2025-02-06  2:16 UTC  (3+ messages)

Continuous Benchmarking
 2025-02-05 23:14 UTC  (2+ messages)

[PATCH] pull: allow branch.<name>.rebase to override pull.ff=only
 2025-02-05 21:14 UTC  (5+ messages)

[PATCH v2 0/2] rev-list: print additional missing object information
 2025-02-05 18:29 UTC  (19+ messages)
` [PATCH v3 0/4] "
  ` [PATCH v3 1/4] quote: add c quote flag to ignore core.quotePath
  ` [PATCH v3 2/4] quote: add quote_path() flag to ignore config
  ` [PATCH v4 0/2] rev-list: print additional missing object information
    ` [PATCH v4 1/2] rev-list: add print-info action to print missing object path
    ` [PATCH v4 2/2] rev-list: extend print-info to print missing object type

[PATCH] rebase -i: reword empty commit after fast-forward
 2025-02-05 18:26 UTC  (2+ messages)

[PATCH] docs: indicate http.sslCertType and sslKeyType
 2025-02-05 17:45 UTC  (6+ messages)
` [PATCH v2] "

[PATCH] difftool: eliminate use of global variables
 2025-02-05 17:30 UTC  (4+ messages)

[PATCH v2 0/5] PATH WALK III: Add 'git backfill' command
 2025-02-05 17:07 UTC  (5+ messages)
` [PATCH v3 "

[GSOC][PATCH] apply: address -Wsign-comparison warnings
 2025-02-05 16:49 UTC  (5+ messages)

Git in GSoC 2025
 2025-02-05 13:20 UTC  (10+ messages)

[GSOC] Introduction and microproject selection
 2025-02-05  7:47 UTC  (2+ messages)

Long names for `git log -S` and `git log -G`
 2025-02-05  7:15 UTC  (4+ messages)
` [PATCH v2 0/1] "
` [PATCH v2 1/1] diff: --patch{-modifies,grep} arg names for -S and -G

[PATCH] contrib/vscode: respect configurable options of IntelliSense
 2025-02-05  7:08 UTC  (2+ messages)

[PATCH v2] worktree: detect from secondary worktree if main worktree is bare
 2025-02-05  6:30 UTC  (10+ messages)
` [PATCH v3] "
  ` [PATCH v4] "

[PATCH 0/2] builtin/repack: fix `--keep-unreachable` when there are no packs
 2025-02-05  5:36 UTC  (8+ messages)
` [PATCH 2/2] "
` [PATCH v2] "

[PATCH v3] gc: add `--expire-to` option
 2025-02-04 18:15 UTC  (3+ messages)
` [PATCH v4] "

What's cooking in git.git (Jan 2025, #09; Fri, 31)
 2025-02-04 17:48 UTC  (3+ messages)

[PATCH] ci: fix base commit fallback for check-whitespace and check-style
 2025-02-04 16:17 UTC  (2+ messages)


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