Commit graph

7 commits

Author SHA1 Message Date
295a598f50
git: Move git-bug completion sourcing to correct shell 2025-02-25 23:25:22 +01:00
e523aa74b2
git: Add git-bug status toggle alias gbo
Requires bug-id to be passed and toggles the corresponding bug open or
closed (`gbo <bug-id>`). Otherwise just passes through any arguments to
the `git-bug bug status` command.
2025-02-25 23:25:21 +01:00
133910be08
git: Show bug description if bug id passed to gb
The alias `gb` will list all bugs (or allows to query for them) by
default. But if only a single argument is provided, and that argument is
a bug id then it shows the bug.

This allows a nice workflow like:

```sh
$ gb
# -> returns list of bugs, pick one from it
$ gb <bug-id>
# -> returns detailed description of bug
```
2025-02-25 23:25:21 +01:00
5986206e51
git: Add git-bug select alias gbs 2025-02-25 23:25:20 +01:00
53a1c049e0
git: Add git-bug edit function gbe
Can edit either the description of a bug (`gbe <bug-id>`) or a specific
comment (`gbe <comment-id>`).
2025-02-25 23:25:08 +01:00
1d2dbc0df2 git: Update basic git-bug aliases
Update for newer git-bug versions (compiled from main trunk not tags).
2025-02-24 14:22:36 +01:00
f6b1c5ff2e
vcs: Fix git program structure 2024-09-19 11:03:36 +02:00