diff options
author | Taylor Blau <me@ttaylorr.com> | 2025-06-23 18:32:15 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2025-06-23 15:41:36 -0700 |
commit | 67e1a7827bf81f84ba8933d494e441139bd3f34d (patch) | |
tree | d8a1b719e8744e587edc8654b26a84c05d9bfca2 /git-gui/lib/commit.tcl | |
parent | 9809d4ae9f5b577e0afd18082b095414ce046c00 (diff) |
pack-objects: factor out handling '--stdin-packs'
At the bottom of cmd_pack_objects() we check which mode the command is
running in (e.g., generating a cruft pack, handling '--stdin-packs',
using the internal rev-list, etc.) and handle the mode appropriately.
The '--stdin-packs' case is handled inline (dating back to its
introduction in 339bce27f4 (builtin/pack-objects.c: add '--stdin-packs'
option, 2021-02-22)) since it is relatively short. Extract the body of
"if (stdin_packs)" into its own function to prepare for the
implementation to become lengthier in a following commit.
Signed-off-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-gui/lib/commit.tcl')
0 files changed, 0 insertions, 0 deletions