Files
dotfiles/.config
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-12-28 03:09:02 +01:00
2021-05-04 10:50:45 +02:00
2020-12-18 23:34:10 +01:00
2021-04-02 18:36:03 +02:00
2020-11-23 01:36:55 +01:00
2021-04-08 18:42:13 +02:00