Jeff King wrote:
Because bash completion is so slow to start, we need to entertain users with a splash screen, so reuse the one from git-gui. Signed-off-by: Sverre Rabbelier <srabbelier@xxxxxxxxx> Signed-off-by: Sam Vilain <sam@xxxxxxxxxx> Signed-off-by: Shawn O. Pearce <spearce@xxxxxxxxxxx> Signed-off-by: Nick Edelen <sirnot@xxxxxxxxx> Signed-off-by: "J.H." <warthog9@xxxxxxxxxx> Signed-off-by: Brandon Casey <drafnel@xxxxxxxxx> Signed-off-by: Jeff King <peff@xxxxxxxx> --- .gitignore | 1 + Makefile | 3 +++ git-splash.sh | 4 ++++ git.c | 6 ++++++ 4 files changed, 14 insertions(+), 0 deletions(-) create mode 100644 git-splash.sh
If you're going to assume that the user has a working network connection for every git command invoked for part 3 of this series, why not get the logo image from kernel.org also so you always have the most up-to-date logo?
-- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html