All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] test shell-library cleanups
@ 2020-03-26  8:23 Jeff King
  2020-03-26  8:25 ` [PATCH 1/2] t/lib-credential.sh: drop shebang line Jeff King
  2020-03-26  8:25 ` [PATCH 2/2] t/lib-*.sh: drop executable bit Jeff King
  0 siblings, 2 replies; 4+ messages in thread
From: Jeff King @ 2020-03-26  8:23 UTC (permalink / raw)
  To: git; +Cc: Johannes Schindelin, Junio C Hamano

Inspired by Dscho's cleanup of lib-gpg.sh in [1], I noticed a few other
things.

  [1/2]: t/lib-credential.sh: drop shebang line
  [2/2]: t/lib-*.sh: drop executable bit

 t/lib-credential.sh       | 3 ++-
 t/lib-gpg.sh              | 0
 t/lib-log-graph.sh        | 0
 t/lib-submodule-update.sh | 0
 4 files changed, 2 insertions(+), 1 deletion(-)
 mode change 100755 => 100644 t/lib-credential.sh
 mode change 100755 => 100644 t/lib-gpg.sh
 mode change 100755 => 100644 t/lib-log-graph.sh
 mode change 100755 => 100644 t/lib-submodule-update.sh

-Peff

[1] https://lore.kernel.org/git/c1811d54190a62e3d35505e2b806c89238b56de8.1585114881.git.gitgitgadget@gmail.com/

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-03-26  8:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-26  8:23 [PATCH 0/2] test shell-library cleanups Jeff King
2020-03-26  8:25 ` [PATCH 1/2] t/lib-credential.sh: drop shebang line Jeff King
2020-03-26  8:33   ` Denton Liu
2020-03-26  8:25 ` [PATCH 2/2] t/lib-*.sh: drop executable bit Jeff King

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.