We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1ffbc85 + 6ccd9f5 commit b950941Copy full SHA for b950941
lib/helpers.bash
@@ -290,6 +290,7 @@ function _bash-it-update-() {
290
DIFF=$(git diff --name-status)
291
if [[ -n "$DIFF" ]]; then
292
echo -e "Local changes detected in bash-it directory. Clean '$BASH_IT' directory to proceed.\n$DIFF"
293
+ popd > /dev/null || return
294
return 1
295
fi
296
@@ -334,7 +335,7 @@ function _bash-it-update-() {
334
335
log_color="%Cred"
336
337
- git log --format="${log_color}%h: %s (%an)" "${revision}"
338
+ git log --no-merges --format="${log_color}%h: %s (%an)" "${revision}"
339
echo ""
340
341
if [[ -n "${silent}" ]]; then
0 commit comments