Skip to content
This repository was archived by the owner on Sep 10, 2023. It is now read-only.

Commit 22089ef

Browse files
author
crazy-max
committed
New release : 2.14.1 (Issue neard/neard#306)
1 parent b2edaa5 commit 22089ef

File tree

6 files changed

+15
-2
lines changed

6 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## r10 (2017/08/13)
4+
5+
* New bundle : 2.14.1 (Issue crazy-max/neard#306)
6+
37
## r9 (2017/07/04)
48

59
* New bundle : 2.13.2 (Issue crazy-max/neard#279)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[![GitHub release](https://img.shields.io/github/release/crazy-max/neard-tool-git.svg?style=flat-square)](https://github.com/crazy-max/neard-tool-git/releases/latest)
22
![Total downloads](https://img.shields.io/github/downloads/crazy-max/neard-tool-git/total.svg?style=flat-square)
33

4-
This a module of [Neard project](https://github.com/crazy-max/neard) involving Git tool bundles.
4+
This is a module of [Neard project](https://github.com/crazy-max/neard) involving Git.
55

66
## Documentation and downloads
77

bin/git2.14.1/neard.conf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
gitVersion = "2.14.1"
2+
gitExe = "bin/git.exe"
3+
gitBash = "bin/sh.exe"
4+
gitScanStartup = "0"
5+
6+
bundleRelease = "@RELEASE_VERSION@"

bin/git2.14.1/repos.dat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
www
2+
C:\gitRepos

build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
bundle.name = git
2-
bundle.release = r9
2+
bundle.release = r10
33
bundle.type = tools
44
bundle.format = 7z
55

releases.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
2.12.1 = https://github.com/crazy-max/neard-tool-git/releases/download/r7/neard-git-2.12.1-r7.7z
88
2.13.0 = https://github.com/crazy-max/neard-tool-git/releases/download/r8/neard-git-2.13.0-r8.7z
99
2.13.2 = https://github.com/crazy-max/neard-tool-git/releases/download/r9/neard-git-2.13.2-r9.7z
10+
2.14.1 = https://github.com/crazy-max/neard-tool-git/releases/download/r10/neard-git-2.14.1-r10.7z

0 commit comments

Comments
 (0)