]> git.ipfire.org Git - thirdparty/git.git/commit
git-gui: use git_init to create new repository dir
authorMark Levedahl <mlevedahl@gmail.com>
Fri, 9 Feb 2024 22:58:04 +0000 (17:58 -0500)
committerMark Levedahl <mlevedahl@gmail.com>
Sat, 19 Jul 2025 03:48:06 +0000 (23:48 -0400)
commitc85557098f90801583866d9829719b6e2cf4cd49
treec8c6f29a0723e352b6d0902f357b368e14c6ddd9
parent8b48034f78267c0f80a5185629bce529ad88e376
git-gui: use git_init to create new repository dir

When creating a new repository, git-gui creates a directory, cds to it,
then runs git-init, but git-init learned to create and initialize the
directory in 1.6.5. git-gui requires git version >= 2.36, so teach
git-gui to use git-init's full capability.

Signed-off-by: Mark Levedahl <mlevedahl@gmail.com>
lib/choose_repository.tcl