Skip to content

Commit

Permalink
log command fails if you don't see all output?
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebman committed Jan 25, 2024
1 parent f48fc24 commit 7ec77bf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions aliases/available/jake-aliases.aliases.bash
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,9 @@ alias unlock='git unlock'
# bare command's behavior to continue to track as-if it were just adding git to it. I do expect their
# behavior to remain how it's described here, though.
alias rainbow='git rainbow' # colored graphlines in the terminal
# TODO: why does quitting `less` with q cause these commands to fail?
# Testing seems to indicate that git considers a failure to get to the end of output
# to be a failure in this way
alias logp='git logp' # log with patch
alias logs='git logs' # log with stats (+++-- indicators)
alias logn='git logn' # log with numstats
Expand Down

0 comments on commit 7ec77bf

Please sign in to comment.