Skip to content

Commit

Permalink
Allow my customization of this message to also be considered 'no info'-y
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebman committed Nov 19, 2024
1 parent c3f5b74 commit 26d089b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aliases/available/jake-aliases.aliases.bash
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function pull {
# lines in a repo report. Beautifully, info remains empty/false if concatenates an empty line
# so any number of prefixed empty lines are all eaten into the empty string
# SUBTLE: the trailing empty string DOES get glommed in here, and is a natural separator between sections
!/^mr update:/ && !/^Already up to date.$/ &&
!/^mr update:/ && !/^Already up to date./ &&
!/^Junk Drawer: Skipping junk drawer project.$/ && !/^Fetching / {
if (info) {
info = info "\n"
Expand Down

0 comments on commit 26d089b

Please sign in to comment.