aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/commit-tree.c
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>2023-01-12 16:19:10 +0100
committerJunio C Hamano <gitster@pobox.com>2023-01-13 14:17:13 -0800
commit6f977922853d7d1d99dc07f2f33ed0af54148834 (patch)
tree19533cf3a3b24c8fd970ee60009918e8944a86ca /builtin/commit-tree.c
parentbisect--helper: simplify exit code computation (diff)
downloadgit-6f977922853d7d1d99dc07f2f33ed0af54148834.tar.gz
git-6f977922853d7d1d99dc07f2f33ed0af54148834.zip
bisect--helper: make the order consistently `argc, argv`
In C, the natural order is for `argc` to come before `argv` by virtue of the `main()` function declaring the parameters in precisely that order. It is confusing & distracting, then, when readers familiar with the C language read code where that order is switched around. Let's just change the order and avoid that type of developer friction. Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/commit-tree.c')
0 files changed, 0 insertions, 0 deletions