Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
robotdana committed Dec 2, 2023
1 parent 9126e11 commit ef550cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/git_log_oneline
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

echo ${COLOR_GREY}$(git log --oneline $(git_log_range "$1"))$COLOR_RESET 1>&2;
echo ${COLOR_GREY}git log --oneline $(git_log_range "$1")$COLOR_RESET 1>&2;
commits_in_origin=$(echo $(git log --format="%h" $(git merge-base --fork-point $(git_main_base_branch)) 2>/dev/null));
# local commits_in_origin=$(echo -e $(git log --format="%h" $(git_log_range "$1" HEAD) 2>/dev/null))
commit_in_origin_condition='index("'$commits_in_origin'", $2) > 0';
Expand Down

0 comments on commit ef550cd

Please sign in to comment.