Replace use of git alias by actual command
This commit is contained in:
parent
361e906250
commit
a2cfb64f1b
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ aur_update() {
|
|||
if [ "$unpulled" -eq 0 ]; then
|
||||
echo "$(basename "$repo") is up to date"
|
||||
else
|
||||
git pull && git chlog -p
|
||||
git pull && git log --no-merges --oneline --stat @{1}.. -p
|
||||
echo -n "Update $repo? [y/N] "
|
||||
read -r answer
|
||||
if [ ! "$answer" = 'y' ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue