Skip to content

Releases: gogs/git-module

1.5.0

26 Mar 05:53
2a8fce5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.0...v1.5.0

1.4.0

15 Mar 13:37
93f85f8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.4.0

1.3.0

14 Mar 15:12
5028c0a
Compare
Choose a tag to compare

What's Changed

  • repo_tag: able to list tags using sort and filter options by @sermojohn in #71

New Contributors

Full Changelog: v1.2.0...v1.3.0

1.2.0

25 Feb 13:04
9a01961
Compare
Choose a tag to compare

What's Changed

  • repo: remotes family: implement list/get-url/set-url by @jtagcat in #67

New Contributors

Full Changelog: v1.1.5...v1.2.0

1.1.5

09 May 10:12
e4129b1
Compare
Choose a tag to compare
repo: add depth option when clone (#64)

Co-authored-by: ᴜɴᴋɴᴡᴏɴ <[email protected]>

1.1.4

22 Oct 15:48
1ff5b56
Compare
Choose a tag to compare
v1.1.4

Simplify Git blame implementation (#63)

1.1.3

03 Sep 19:36
0bb10af
Compare
Choose a tag to compare
Fix bad parsing for some .gitmodules that path and url not ordered (#61)

for example, the .gitmodules in https://git.zx2c4.com/cgit is like this:

```.gitmodules
[submodule "git"]
	url = https://git.kernel.org/pub/scm/git/git.git
	path = git
```

1.1.2

19 Aug 14:31
c523924
Compare
Choose a tag to compare
v1.1.2

tree_entry: fix CommitsInfo messed up with entries have the same SHA1…

0.8.3

17 Nov 05:11
Compare
Choose a tag to compare
README: update badges

[SKIP CI]