Files
dotfiles/.config/zsh
druckdev ed215a35f7 zsh:alias:git-base-branch: Make regexs more robust
Fixes (in order of the patterns that were touched):

- Only match `*` that come between BOL and the branch name in brackets,
  as another branch could be checked out at a commit containing a `*`

- Only throw out commits that were committed on our current branch and
  not those that contain the branch name in the message (e.g. `test`).

- Only match until first bracket as the commit message could also
  contain a pattern like `[.*]` that would be matched instead.
2021-05-15 22:52:33 +02:00
..
2020-11-10 02:58:22 +01:00
2021-03-08 01:05:32 +01:00
2021-04-12 21:01:31 +02:00
2021-04-12 21:01:31 +02:00
2021-02-26 12:26:57 +01:00