From 2e7dbe75d979eab16828a0399c8bd5cf21896a90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Thu, 13 Jul 2017 18:53:22 +0200 Subject: [PATCH] Package skeleton --- .gitignore | 4 ++++ LICENSE-more.md | 24 ++++++++++++++++++++++++ LICENSE.txt | 24 ++++++++++++++++++++++++ README.md | 10 ++++++++++ 4 files changed, 62 insertions(+) create mode 100644 .gitignore create mode 100644 LICENSE-more.md create mode 100644 LICENSE.txt create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c27c5c8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*~ +\#* +.\#* +.DS_Store diff --git a/LICENSE-more.md b/LICENSE-more.md new file mode 100644 index 0000000..6045316 --- /dev/null +++ b/LICENSE-more.md @@ -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. diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..6045316 --- /dev/null +++ b/LICENSE.txt @@ -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. diff --git a/README.md b/README.md new file mode 100644 index 0000000..d5bf25e --- /dev/null +++ b/README.md @@ -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