]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'bc/stash-export-import'
authorJunio C Hamano <gitster@pobox.com>
Mon, 30 Jun 2025 21:30:30 +0000 (14:30 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 30 Jun 2025 21:30:31 +0000 (14:30 -0700)
commit91f10d7ca2c41922a7c8b07aec90167896c5db51
treef8b947d7e04cb87548913baac8ba757ff0a20737
parenta013680162522425ab74d12f1d0cd4df1a389383
parentbc303718cc288b54233b204ce88223a16fb38487
Merge branch 'bc/stash-export-import'

An interchange format for stash entries is defined, and subcommand
of "git stash" to import/export has been added.

* bc/stash-export-import:
  builtin/stash: provide a way to import stashes from a ref
  builtin/stash: provide a way to export stashes to a ref
  builtin/stash: factor out revision parsing into a function
  object-name: make get_oid quietly return an error
builtin/stash.c
object-name.c
t/t3903-stash.sh