-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #140 from neithernut/release-prep
Preparations for the 0.3.0 release
- Loading branch information
Showing
9 changed files
with
103 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "git-dit" | ||
version = "0.2.1" | ||
version = "0.3.0" | ||
description = "A CLI frontend for libgitdit - a distributed issue tracker" | ||
authors = ["Matthias Beyer <[email protected]>", | ||
"Julian Ganz <[email protected]>"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
% GIT-DIT(1) User Manuals | ||
% Matthias Beyer, Julian Ganz | ||
% July 16, 2017 | ||
% August 13, 2017 | ||
|
||
# NAME | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "libgitdit" | ||
version = "0.2.1" | ||
version = "0.3.0" | ||
description = "A library for distributed issue tracking in git" | ||
authors = ["Matthias Beyer <[email protected]>", | ||
"Julian Ganz <[email protected]>"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name: git-dit | ||
version: 0.2.1 | ||
version: 0.3.0 | ||
authors: | ||
- Julian Ganz <[email protected]> | ||
- Matthias Beyer <mail@beyermatthias> | ||
|
@@ -23,7 +23,7 @@ subcommands: | |
# Plumbing subcommands | ||
- check-message: | ||
about: This command checks the message in file for validity | ||
version: 0.2.1 | ||
version: 0.3.0 | ||
authors: | ||
- Matthias Beyer <[email protected]> | ||
- Julian Ganz <[email protected]> | ||
|
@@ -36,7 +36,7 @@ subcommands: | |
|
||
- check-refname: | ||
about: Checks whether a reference is a dit reference of a known type, by name | ||
version: 0.2.1 | ||
version: 0.3.0 | ||
authors: | ||
- Matthias Beyer <[email protected]> | ||
- Julian Ganz <[email protected]> | ||
|
@@ -70,7 +70,7 @@ subcommands: | |
Supplying an issue hash but no parent is considered an error. | ||
Returns (prints) the hash of the new commit. | ||
version: 0.2.1 | ||
version: 0.3.0 | ||
authors: | ||
- Matthias Beyer <[email protected]> | ||
- Julian Ganz <[email protected]> | ||
|
@@ -88,7 +88,7 @@ subcommands: | |
|
||
- find-tree-init-hash: | ||
about: This command prints the init hash of the issue commit belongs to. | ||
version: 0.2.1 | ||
version: 0.3.0 | ||
authors: | ||
- Matthias Beyer <[email protected]> | ||
- Julian Ganz <[email protected]> | ||
|
@@ -103,7 +103,7 @@ subcommands: | |
about: > | ||
Prints a log of commit tags, from the supplied issue head to | ||
the initial issue message. | ||
version: 0.2.1 | ||
version: 0.3.0 | ||
authors: | ||
- Matthias Beyer <[email protected]> | ||
- Julian Ganz <[email protected]> | ||
|
@@ -140,7 +140,7 @@ subcommands: | |
|
||
- get-issue-tree-init-hashes: | ||
about: Lists all SHA1 hashes of all issues (introducing commit) | ||
version: 0.2.1 | ||
version: 0.3.0 | ||
authors: | ||
- Matthias Beyer <[email protected]> | ||
- Julian Ganz <[email protected]> | ||
|
@@ -149,7 +149,7 @@ subcommands: | |
# Porcelain subcommands | ||
- fetch: | ||
about: Fetch issues | ||
version: 0.2.1 | ||
version: 0.3.0 | ||
authors: | ||
- Matthias Beyer <[email protected]> | ||
- Julian Ganz <[email protected]> | ||
|
@@ -179,7 +179,7 @@ subcommands: | |
Perform garbage collection: | ||
delete references which are no longer required | ||
version: 0.2.1 | ||
version: 0.3.0 | ||
authors: | ||
- Matthias Beyer <[email protected]> | ||
- Julian Ganz <[email protected]> | ||
|
@@ -208,7 +208,7 @@ subcommands: | |
<hash> (<date when the issue was added, human readable>) <header line> | ||
More functionality may come and the output format may change. | ||
version: 0.2.1 | ||
version: 0.3.0 | ||
authors: | ||
- Matthias Beyer <[email protected]> | ||
- Julian Ganz <[email protected]> | ||
|
@@ -238,7 +238,7 @@ subcommands: | |
|
||
- mirror: | ||
about: Clone issue references from remotes | ||
version: 0.2.1 | ||
version: 0.3.0 | ||
authors: | ||
- Matthias Beyer <[email protected]> | ||
- Julian Ganz <[email protected]> | ||
|
@@ -287,7 +287,7 @@ subcommands: | |
|
||
- new: | ||
about: Create a new bug report | ||
version: 0.2.1 | ||
version: 0.3.0 | ||
authors: | ||
- Matthias Beyer <[email protected]> | ||
- Julian Ganz <[email protected]> | ||
|
@@ -343,7 +343,7 @@ subcommands: | |
about: > | ||
Push all refs associated with issues. | ||
If no issue were supplied, all issues will be pushed. | ||
version: 0.2.1 | ||
version: 0.3.0 | ||
authors: | ||
- Matthias Beyer <[email protected]> | ||
- Julian Ganz <[email protected]> | ||
|
@@ -360,7 +360,7 @@ subcommands: | |
|
||
- reply: | ||
about: Reply to a specific message in an issue. | ||
version: 0.2.1 | ||
version: 0.3.0 | ||
authors: | ||
- Matthias Beyer <[email protected]> | ||
- Julian Ganz <[email protected]> | ||
|
@@ -414,7 +414,7 @@ subcommands: | |
|
||
- show: | ||
about: This uses 'git log' to print the issues. | ||
version: 0.2.1 | ||
version: 0.3.0 | ||
authors: | ||
- Matthias Beyer <[email protected]> | ||
- Julian Ganz <[email protected]> | ||
|
@@ -480,7 +480,7 @@ subcommands: | |
<value> part can be in quotes to permit spaces. | ||
Multiple -s are permitted, later specified values will override | ||
former. Alter tags of an issue. | ||
version: 0.2.1 | ||
version: 0.3.0 | ||
authors: | ||
- Matthias Beyer <[email protected]> | ||
- Julian Ganz <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
// git-dit - the distributed issue tracker for git | ||
// Copyright (C) 2016 Matthias Beyer <[email protected]> | ||
// Copyright (C) 2016 Julian Ganz <[email protected]> | ||
// Copyright (C) 2016, 2017 Matthias Beyer <[email protected]> | ||
// Copyright (C) 2016, 2017 Julian Ganz <[email protected]> | ||
// | ||
// This program is free software; you can redistribute it and/or modify | ||
// it under the terms of the GNU General Public License version 2 as | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
// git-dit - the distributed issue tracker for git | ||
// Copyright (C) 2016 Matthias Beyer <[email protected]> | ||
// Copyright (C) 2016 Julian Ganz <[email protected]> | ||
// Copyright (C) 2016, 2017 Matthias Beyer <[email protected]> | ||
// Copyright (C) 2016, 2017 Julian Ganz <[email protected]> | ||
// | ||
// This program is free software; you can redistribute it and/or modify | ||
// it under the terms of the GNU General Public License version 2 as | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
// git-dit - the distributed issue tracker for git | ||
// Copyright (C) 2016 Matthias Beyer <[email protected]> | ||
// Copyright (C) 2016 Julian Ganz <[email protected]> | ||
// Copyright (C) 2016, 2017 Matthias Beyer <[email protected]> | ||
// Copyright (C) 2016, 2017 Julian Ganz <[email protected]> | ||
// | ||
// This program is free software; you can redistribute it and/or modify | ||
// it under the terms of the GNU General Public License version 2 as | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
// git-dit - the distributed issue tracker for git | ||
// Copyright (C) 2016 Matthias Beyer <[email protected]> | ||
// Copyright (C) 2016 Julian Ganz <[email protected]> | ||
// Copyright (C) 2016, 2017 Matthias Beyer <[email protected]> | ||
// Copyright (C) 2016, 2017 Julian Ganz <[email protected]> | ||
// | ||
// This program is free software; you can redistribute it and/or modify | ||
// it under the terms of the GNU General Public License version 2 as | ||
|