From 27d63a874395a91a793b93d38cafb226d3a4139d Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Fri, 12 Jan 2018 20:09:03 +0000 Subject: [PATCH] etc/profile.d/git.sh --- etc/profile.d/git.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/profile.d/git.sh b/etc/profile.d/git.sh index 78743660..f191904e 100644 --- a/etc/profile.d/git.sh +++ b/etc/profile.d/git.sh @@ -8,7 +8,7 @@ unset -f git_create_branch 2>&1 | true alias git_grep="git grep --color=auto" alias git_ls_tree="git ls-tree --full-tree -r HEAD" -alias git_ls_files="git ls-files" +alias git_ls_files="git ls-files --full-name" git_new_branch() { git checkout -b "$1" -- 2.47.3