Git development
 help / color / mirror / Atom feed
 messages from 2026-05-28 23:31:18 to 2026-06-01 23:43:51 UTC [more...]

[PATCH 0/2] builtin/history: introduce "drop" subcommand
 2026-06-01 23:43 UTC  (4+ messages)
` [PATCH 1/2] builtin/history: split handling of ref updates into two phases
` [PATCH 2/2] builtin/history: implement "drop" subcommand

[PATCH v2] describe: fix --exclude, --match with --contains and --all
 2026-06-01 23:36 UTC 

[PATCH] doc: clarify push.default=simple in triangular workflows
 2026-06-01 23:33 UTC  (3+ messages)
` [PATCH v2] doc: clarify push.default=simple behavior

[GSoC][PATCH 0/4] teach git repo info to handle path keys
 2026-06-01 23:09 UTC  (12+ messages)
` [GSoC][PATCH 1/4] path: add strbuf_add_path for formatting paths
` [GSoC][PATCH 2/4] rev-parse: use strbuf_add_path for path formatting
` [GSoC][PATCH 3/4] repo: add path.gitdir with absolute and relative suffix formatting
` [GSoC][PATCH 4/4] repo: add path.commondir "

[PATCH] pkt-line: initialize packet_buffer to avoid macOS linker warning
 2026-06-01 22:41 UTC  (3+ messages)
` [PATCH v2] config.mak.uname: avoid macOS linker warning on Xcode 16.3+

[PATCH] describe: fix --exclude, --match with --contains and --all
 2026-06-01 22:35 UTC  (5+ messages)

Copieing git repository to another disk is dangerous ! Especially in combination with remotes set to local repositories !
 2026-06-01 22:25 UTC 

[PATCH v2 0/8] repo_config_values: migrate more globals
 2026-06-01 22:24 UTC  (10+ messages)
` [PATCH v3 0/8] environment: move core config globals into repo_config_values
  ` [PATCH v3 1/8] environment: move "trust_ctime" into `struct repo_config_values`

[PATCH] doc: fix typos via codespell
 2026-06-01 22:23 UTC  (3+ messages)
` [PATCH] docs: fix typos and grammar

[PATCH 0/2] Deprecate git-init-db(1) alias
 2026-06-01 22:22 UTC  (10+ messages)
` [PATCH 1/2] builtin/init-db: rename to "builtin/init.c"
` [PATCH 2/2] builtin/init-db: deprecate alias for git-init(1)

[PATCH 00/18] odb: make loose object source a proper `struct odb_source`
 2026-06-01 22:14 UTC  (22+ messages)
` [PATCH v2 "
  ` [PATCH v2 01/18] odb/source-loose: move loose source into "odb/" subsystem
  ` [PATCH v2 02/18] odb/source-loose: store pointer to "files" instead of generic source
  ` [PATCH v2 03/18] odb/source-loose: start converting to a proper `struct odb_source`
  ` [PATCH v2 04/18] odb/source-loose: wire up `reprepare()` callback
  ` [PATCH v2 05/18] odb/source-loose: wire up `close()` callback
  ` [PATCH v2 06/18] odb/source-loose: wire up `read_object_info()` callback
  ` [PATCH v2 07/18] odb/source-loose: wire up `read_object_stream()` callback
  ` [PATCH v2 08/18] odb/source-loose: wire up `for_each_object()` callback
  ` [PATCH v2 09/18] odb/source-loose: wire up `find_abbrev_len()` callback
  ` [PATCH v2 10/18] odb/source-loose: wire up `count_objects()` callback
  ` [PATCH v2 11/18] odb/source-loose: drop `odb_source_loose_has_object()`
  ` [PATCH v2 12/18] odb/source-loose: wire up `freshen_object()` callback
  ` [PATCH v2 13/18] loose: refactor object map to operate on `struct odb_source_loose`
  ` [PATCH v2 14/18] odb/source-loose: wire up `write_object()` callback
  ` [PATCH v2 15/18] object-file: refactor writing objects to use loose source
  ` [PATCH v2 16/18] odb/source-loose: wire up `write_object_stream()` callback
  ` [PATCH v2 17/18] odb/source-loose: stub out remaining callbacks
  ` [PATCH v2 18/18] odb/source-loose: drop pointer to the "files" source

[PATCH 0/3] contrib/subtree: reduce recursion during split
 2026-06-01 22:13 UTC  (5+ messages)
` [PATCH v2 "

[PATCH v3 0/3] line-log: integrate -L with the standard log output pipeline
 2026-06-01 21:53 UTC  (3+ messages)

[PATCH v7] revision.c: implement --max-count-oldest
 2026-06-01 21:53 UTC  (5+ messages)
` [PATCH v8] "
      ` [PATCH v9] "

Missing Git Features for Modern Multi-Repository, Dependency-Driven Development
 2026-06-01 21:48 UTC  (3+ messages)

[PATCH] doc: document and test `@` prefix for raw timestamps
 2026-06-01 21:39 UTC 

[PATCH] stash: reuse cached index entries in --patch temporary index
 2026-06-01 21:33 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] sub-process: use gentle handshake to avoid die() on startup failure
 2026-06-01 21:20 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] doc: fix typos via codespell
 2026-06-01 20:59 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v1 0/4] environment.c: migrate 'trust_executable_bit' into 'repo_config_values'
 2026-06-01 18:03 UTC  (10+ messages)
` [PATCH v1 1/4] read-cache: remove redundant extern declarations
` [PATCH v1 2/4] read-cache: move 'ce_mode_from_stat()' to 'read-cache.c'
` [PATCH v1 3/4] environment: move 'trust_executable_bit' into repo_config_values
` [PATCH v1 4/4] read-cache: pass 'istate' to stat/mode helper functions

[PATCH] index-pack: retain child bases in delta cache
 2026-06-01 16:13 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v3 0/8] repo_config_values: migrate more globals
 2026-06-01 15:42 UTC  (10+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/8] environment: move "trust_ctime" into `struct repo_config_values`
  ` [PATCH v4 2/8] environment: move "check_stat" "
  ` [PATCH v4 3/8] environment: move `zlib_compression_level` "
  ` [PATCH v4 4/8] environment: move "pack_compression_level" "
  ` [PATCH v4 5/8] environment: move "precomposed_unicode" "
  ` [PATCH v4 6/8] environment: move "core_sparse_checkout_cone" "
  ` [PATCH v4 7/8] environment: move "sparse_expect_files_outside_of_patterns" into `repo_config_values`
  ` [PATCH v4 8/8] environment: move "warn_on_object_refname_ambiguity" into `struct repo_config_values`

[PATCH 0/2] status: improve rebase todo list parsing
 2026-06-01 15:20 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/2] "

[PATCH 0/2] rebase: handle --update-refs branch symrefs
 2026-06-01 14:10 UTC  (5+ messages)
` [PATCH 1/2] t3404: add failing branch symref test
` [PATCH 2/2] rebase: skip branch symref aliases

[PATCH 0/5] Duplicate entry hardening
 2026-06-01 13:54 UTC  (11+ messages)
` [PATCH 1/5] merge-ort: propagate callback errors from traverse_trees_wrapper()
` [PATCH 2/5] merge-ort: drop unnecessary show_all_errors from collect_merge_info()
` [PATCH 4/5] merge-ort: abort merge when trees have duplicate entries
` [PATCH 5/5] cache-tree: fix verify_cache() to catch non-adjacent D/F conflicts

[PATCH] http: fix memory leak in fetch_and_setup_pack_index()
 2026-06-01 13:52 UTC  (12+ messages)
` [PATCH v2] "
  ` [PATCH v3 0/2] "
    ` [PATCH v3 1/2] http: cleanup function fetch_and_setup_pack_index()
    ` [PATCH v3 2/2] http: fix memory leak in fetch_and_setup_pack_index()

[PATCH] prio-queue: use cascade-down sift for faster extract-min
 2026-06-01  8:17 UTC  (5+ messages)
` [PATCH v2] prio-queue: use cascade-down "

[PATCH] test-lib: fix typo in test summary message
 2026-06-01  8:12 UTC  (2+ messages)

git-history drops signatures
 2026-06-01  8:03 UTC  (2+ messages)

[PATCH 0/2] commit: remove deprecated functions
 2026-06-01  7:14 UTC  (5+ messages)
` [PATCH v2 "

Mirror repositories for submodules
 2026-06-01  6:11 UTC 

git hook question
 2026-06-01  5:55 UTC  (9+ messages)

[PATCH 0/5] git son: add command to create independent child repositories
 2026-06-01  5:33 UTC  (4+ messages)

[PATCH 0/5] [RFC] diff: add diff.<driver>.process for external hunk providers
 2026-06-01  4:28 UTC  (16+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 3/4] diff: add long-running diff process via diff.<driver>.process
  ` [PATCH v3 0/6] [RFC] diff: add diff.<driver>.process for external hunk providers
    ` [PATCH v3 1/6] xdiff: support external hunks via xpparam_t
    ` [PATCH v3 2/6] userdiff: add diff.<driver>.process config
    ` [PATCH v3 3/6] sub-process: separate process lifecycle from hashmap management
    ` [PATCH v3 4/6] diff: add long-running diff process via diff.<driver>.process
    ` [PATCH v3 5/6] diff: bypass diff process with --no-ext-diff and in format-patch
    ` [PATCH v3 6/6] blame: consult diff process for no-hunk detection

[PATCH] Makefile: drop duplicate %.a from link recipes
 2026-05-31 23:16 UTC 

[PATCH v2 00/11] Improve git gui operation without a worktree
 2026-05-31 23:02 UTC  (14+ messages)
` [PATCH v3 00/12] "
  ` [PATCH v3 01/12] git-gui: use HEAD as current branch when detached
  ` [PATCH v3 02/12] git-gui: remove unnecessary 'cd $_gitworktree' from do_gitk
  ` [PATCH v3 03/12] git-gui: guard set/unset of GIT_DIR and GIT_WORK_TREE
  ` [PATCH v3 04/12] git-gui: do not change global vars in choose_repository::pick
  ` [PATCH v3 05/12] git-gui: use --absolute-git-dir
  ` [PATCH v3 06/12] git-gui: use rev-parse exclusively to find a repository
  ` [PATCH v3 07/12] git-gui: use git rev-parse for worktree discovery
  ` [PATCH v3 08/12] git-gui: simplify [is_bare] to report if a worktree is known
  ` [PATCH v3 09/12] git-gui: try harder to find worktree from gitdir
  ` [PATCH v3 10/12] git-gui: allow specifying path '.' to the browser
  ` [PATCH v3 11/12] git-gui: check browser/blame arguments carefully
  ` [PATCH v3 12/12] git-gui: add gui and pick as explicit subcommands

Draft of Git Rev News edition 135
 2026-05-31 11:01 UTC 

[BUG] internal date format does not accept small unix timestamps
 2026-05-31  8:29 UTC  (6+ messages)
      ` doc: document '@' prefix for raw timestamps

[PATCH] doc: add missing --message long option to merge docs
 2026-05-31  6:37 UTC  (3+ messages)

[PATCH 0/4] doc: replay: fix config link
 2026-05-30 22:37 UTC  (11+ messages)
` [PATCH 1/4] doc: link to config for git-replay(1)
` [PATCH 2/4] doc: replay: simplify replay.refAction description
` [PATCH 3/4] doc: replay: use a nested definition list
` [PATCH 4/4] doc: replay: move “default” to the right-hand-side

Unique article idea – your thoughts?
 2026-05-30 15:07 UTC 

[PATCH] log: improve --follow following renames in merge commits
 2026-05-30  6:28 UTC  (2+ messages)

[PATCH 0/3] pack-objects: support bitmaps and delta-islands with `--path-walk`
 2026-05-29 22:20 UTC  (6+ messages)

[PATCH] commit-reach: stop sorting in paint_down_to_common()
 2026-05-29 19:04 UTC  (4+ messages)

Suggetsions for collaboration workflows in large repos
 2026-05-29 18:06 UTC  (3+ messages)

[PATCH 0/8] pack-bitmap-write: speed up bitmap generation
 2026-05-29  8:34 UTC  (15+ messages)
` [PATCH 3/8] pack-bitmap: reuse stored selected bitmaps
` [PATCH 6/8] pack-bitmap: sort bitmaps before XORing
` [PATCH 8/8] pack-bitmap: build pseudo-merge bitmaps after regular bitmaps
` [PATCH v2 0/8] pack-bitmap-write: speed up bitmap generation

[PATCH] t3070: skip ls-files tests with backslash patterns on Windows
 2026-05-29  8:04 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox