Skip to content

Releases: hekmekk/git-team

v1.5.1

30 Oct 11:06

Choose a tag to compare

sha256 checksum (deb): 11435f4c961ae01539831cd2bcd2c8e0e64c02bb4338bab5346d967901c292be
sha256 checksum (rpm): 6429c2dd6050c17fbbfcf48c7a99ffef061a47923e7256594246798dbb79261c

v1.4.1

13 Sep 17:00

Choose a tag to compare

sha256 checksum (deb): aac79c332b515e4d72a47f79d46e5b3e5a99d83b874bac06adf4430685fd1d3e
sha256 checksum (rpm): 9143f0319a3c7cfb8f79047fd20320fb56a2d8e49745f016d93de6c92f59ef36

v1.4.0

10 May 14:45

Choose a tag to compare

sha256 checksum (deb): fcf000f789a7ad1fddf547bf03d52902d0c40d0cc19cad7845b903f64f629da7
sha256 checksum (rpm): 1ffc68f6a31b2f027f97cb3d453c62a9be678006755af8c5c0390c9c5ea8662a

v1.3.8

26 Oct 10:25

Choose a tag to compare

sha256 checksum (deb): 0ed0e820960f9eb052ff9f5814f0cd34a03a16f002c5ad00782680c20038e300
sha256 checksum (rpm): bfb34b2694df7e788dc212cc0e1f679bdbea6087d52805cb9fd58622cfa71fb7

changes:

feat: append co-authors for git merge [--squash]

v1.3.7

04 Oct 11:15

Choose a tag to compare

sha256 checksum (deb): 882a7abe708cdde317229e8244a17bcf6b9e72fd9ad85854d810414dd4b46ef4
sha256 checksum (rpm): 887c106290604bba1bff57a3a77497977ec0e8da070803b453c3f0bc6091b86f

changes:

chore: some adjustments to the bash_completion script

v1.3.6

02 Oct 10:20

Choose a tag to compare

sha256 checksum (deb): c087ee560f74b7890871be4d47467dc0aab0c3607ffb05aed50c12f6fc4ec136
sha256 checksum (rpm): 0eb31cd5eac531c198a3cf965108aadf914b5029f4fc3438d7bf760f1333746d

changes:

feat: add --force-override | -f option to the assignments add subcommand
style: display enumerations with simple dash (cli)

v1.3.5

20 Sep 13:14

Choose a tag to compare

sha256 checksum (deb): 01d28ad1fd27ef60b4e338437c075327c7d858259f4fa8faee67f59ae80ec5b4
sha256 checksum (rpm): 5a801914922211514ec8cc0affe0168920b9b628919aec69985ea9cee664f3e5

changes:

feat: implement assignments command with subcommands (add, rm, ls)
fix: signal error when trying to remove a non-existing assignment
style: adjust output format
refactor: use gitconfig as state storage backend

v1.3.4

04 Sep 16:20

Choose a tag to compare

sha256 checksum (deb): 62a9c6602ce5bf9349b867a0ecd83ec4fd17e4a2bf51fc3f9615d00ce07ed4f2
sha256 checksum (rpm): 589cf2510b354f293347f257b5f58cb5e983b6d858cf0e26b580d16ce28a9af9

v1.3.3

03 Sep 18:46

Choose a tag to compare

sha256 checksum (deb): a56bb1c32c560069fe03c5f64e59f220ce90cc2b620a6a38fad755be28923806
sha256 checksum (rpm): bc718b81b2dd666d2823978aebee80ec7f2abbd31efe10d3f2f865c524ef0d80

Notes:

  • [FIX] repo-local git hooks will no longer be ignored when git-team is enabled.
    When git-team was enabled, the git config option core.hooksPath was set to the git-team hooks path. As a result, all other previously configured hooks were no longer being triggered.

v1.3.2

30 Aug 10:19

Choose a tag to compare

sha256 checksum (deb): ca9510464b393d0b363529f74da122408a8ec273daa32b8ff662ec96e8377621
sha256 checksum (rpm): be725844b2692a475fd2255497c5c4eecafbb01945245fd6d781d011ae9d6052

Notes:

  • [FIX] Show an empty list of assignments when the corresponding git config section is empty or doesn't exist.