]> Kevux Git Server - rit/commit
Merge branch 'ps/history-split'
authorJunio C Hamano <gitster@pobox.com>
Tue, 24 Mar 2026 19:31:32 +0000 (12:31 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 24 Mar 2026 19:31:32 +0000 (12:31 -0700)
commit49e6a7cd63793459c397dd9e1d772c41f997067a
treebbfabd864e9e59fcfe8e88c5e604f9e153384ae1
parentdd33e738a469cb7841a4a6132bdce1809d0772aa
parentd563ecec2845467880f5742e178a9723afef495a
Merge branch 'ps/history-split'

"git history" learned the "split" subcommand.

* ps/history-split:
  builtin/history: implement "split" subcommand
  builtin/history: split out extended function to create commits
  cache-tree: allow writing in-memory index as tree
  add-patch: allow disabling editing of hunks
  add-patch: add support for in-memory index patching
  add-patch: remove dependency on "add-interactive" subsystem
  add-patch: split out `struct interactive_options`
  add-patch: split out header from "add-interactive.h"
builtin/add.c
builtin/checkout.c
builtin/commit.c
builtin/history.c
commit.h
t/meson.build