From 89831c4dd0368fb9a8dac6b9d73dd5586d0174e7 Mon Sep 17 00:00:00 2001 From: xengineering Date: Thu, 21 Nov 2024 20:54:04 +0100 Subject: posix-shell: Remove `--all` from `igit` alias This allows to select either all branches to display with `igit --all` or a subset of branches with `igit branch1 branch2 ...`. With this change it is possible to get a better overview in repositories with a huge number of branches. --- posix-shell/aliases.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'posix-shell/aliases.sh') diff --git a/posix-shell/aliases.sh b/posix-shell/aliases.sh index 4f9e53e..cb7eb80 100644 --- a/posix-shell/aliases.sh +++ b/posix-shell/aliases.sh @@ -7,7 +7,7 @@ alias la='ls -A' alias l='ls -CF' alias ip='ip --color=auto' alias gitstat='git status' -alias igit='git log --all --oneline --decorate --graph' +alias igit='git log --oneline --decorate --graph' alias horizons='telnet horizons.jpl.nasa.gov 6775' # a NASA server providing data about planet positions and velocities alias wlrecord='wf-recorder -a -g "$(slurp)"' alias ranger='ranger --choosedir=$HOME/.local/share/ranger/lastdir && cd "$(cat $HOME/.local/share/ranger/lastdir)"' -- cgit v1.2.3-70-g09d2