Package skeleton

This commit is contained in:
Georges Dupéron 2017-07-13 18:53:22 +02:00
commit 2e7dbe75d9
4 changed files with 62 additions and 0 deletions

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
*~
\#*
.\#*
.DS_Store

24
LICENSE-more.md Normal file
View File

@ -0,0 +1,24 @@
$$$PKG_NAME$$$
Copyright (c) 2016-2017 Georges Dupéron
This package is in distributed under the Creative Commons CC0 license
https://creativecommons.org/publicdomain/zero/1.0/, as specified by
the LICENSE.txt file.
The CC0 license is equivalent to a dedication to the Public Domain
in most countries, but is also effective in countries which do not
recognize explicit dedications to the Public Domain.
In order to avoid any potential licensing issues, this package is explicitly
distributed under the Creative Commons CC0 license
https://creativecommons.org/publicdomain/zero/1.0/, or under the GNU Lesser
General Public License (LGPL) https://opensource.org/licenses/LGPL-3.0, or
under the Apache License Version 2.0
https://opensource.org/licenses/Apache-2.0, or under the MIT license
https://opensource.org/licenses/MIT, at your option.

24
LICENSE.txt Normal file
View File

@ -0,0 +1,24 @@
$$$PKG_NAME$$$
Copyright (c) 2016-2017 Georges Dupéron
This package is in distributed under the Creative Commons CC0 license
https://creativecommons.org/publicdomain/zero/1.0/, as specified by
the LICENSE.txt file.
The CC0 license is equivalent to a dedication to the Public Domain
in most countries, but is also effective in countries which do not
recognize explicit dedications to the Public Domain.
In order to avoid any potential licensing issues, this package is explicitly
distributed under the Creative Commons CC0 license
https://creativecommons.org/publicdomain/zero/1.0/, or under the GNU Lesser
General Public License (LGPL) https://opensource.org/licenses/LGPL-3.0, or
under the Apache License Version 2.0
https://opensource.org/licenses/Apache-2.0, or under the MIT license
https://opensource.org/licenses/MIT, at your option.

10
README.md Normal file
View File

@ -0,0 +1,10 @@
[![Build Status,](https://img.shields.io/travis/jsmaniac/git-rebasei/master.svg)](https://travis-ci.org/jsmaniac/git-rebasei)
[![Coverage Status,](https://img.shields.io/codecov/c/github/jsmaniac/git-rebasei/master.svg)](https://codecov.io/gh/jsmaniac/git-rebasei)
[![Build Stats,](https://img.shields.io/badge/build-stats-blue.svg)](http://jsmaniac.github.io/travis-stats/#jsmaniac/git-rebasei)
[![Maintained as of 2018,](https://img.shields.io/maintenance/yes/2018.svg)](https://github.com/jsmaniac/git-rebasei/issues)
[![License: CC0 v1.0.](https://img.shields.io/badge/license-CC0-blue.svg)](https://creativecommons.org/publicdomain/zero/1.0/)
git-rebasei
===========
A small wrapper around git rebase -i to show commits in the same order and with the same information as git log --oneline --decorate