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.
1 parent d613b3e commit b3d9243Copy full SHA for b3d9243
git-branch-status
@@ -328,7 +328,7 @@ function Init # (cli_args)
328
case "$1" in
329
'-a'|'--all' ) show_all=1 ;;
330
'-b'|'--branch' ) [ "$2" ] && branch_a="$2" || branch_a=$(GetCurrentBranch) ;;
331
- '-d'|'--dates' ) show_dates=1 ;;
+ '-d'|'--dates' ) branch_a="$2" ; branch_b="$3" ; show_dates=1 ;;
332
'-h'|'--help' ) EXIT "$USAGE" $EXIT_SUCCESS ;;
333
'-l'|'--local' ) show_all_local=1 ; show_all_synced=1 ; ;;
334
'-r'|'--remotes' ) show_all_remote=1 ; show_all_synced=1 ; ;;
0 commit comments