Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure git aliases are followed #8

Closed
sentientmonkey opened this issue Apr 19, 2017 · 0 comments
Closed

Ensure git aliases are followed #8

sentientmonkey opened this issue Apr 19, 2017 · 0 comments

Comments

@sentientmonkey
Copy link
Contributor

git ci when aliased to git commit doesn't set signed-off by. This may not be possible with the current setup, but ideally these are resolved prior to proxying down to git.

sentientmonkey added a commit to sentientmonkey/git-together that referenced this issue Apr 28, 2017
Resolving aliases (and looking at first subcommand) allows users to rely
on aliases for commit, revert, & merge.

Signed-off-by: Luke Winikates <[email protected]>
sentientmonkey added a commit to sentientmonkey/git-together that referenced this issue Apr 28, 2017
Resolving aliases (and looking at first subcommand) allows users to rely
on aliases for commit, revert, & merge.

Signed-off-by: Luke Winikates <[email protected]>
sgravrock added a commit to sgravrock/git-together that referenced this issue Sep 29, 2017
Supported aliases are pulled from the git-together.aliases config
variable, which (if set) should be a comma-separated list of aliases
e.g. "ci,rv,m".

Signed-off-by: Steve Gravrock <[email protected]>
@sgravrock sgravrock mentioned this issue Sep 29, 2017
kejadlen pushed a commit that referenced this issue Sep 30, 2017
Supported aliases are pulled from the git-together.aliases config
variable, which (if set) should be a comma-separated list of aliases
e.g. "ci,rv,m".

Signed-off-by: Steve Gravrock <[email protected]>
kejadlen pushed a commit that referenced this issue Oct 20, 2018
* Rustfmt

* Rustfmt

* Implementing --global flag

Signed-off-by: Andres Medina <[email protected]>

* Fix --global option implementation

Note: relies on global .gitconfig being copied vs. symlinked due to bug
in libgit2.

Signed-off-by: Andres Medina <[email protected]>

* Rustfmt all the things

via ```cargo fmt```

* Add rustfmt to the travis build step

Using http://johannh.me/blog/rustfmt-ci.html as a guide.

* Adding a license per the open issue

MIT because ¯\_(ツ)_/¯

* Add more detailed build instructions

* small clippy refactoring

* oops, I broke it

* Tweak `with` options

- Default to showing current pair
- `--list` to show all authors
- `--version` to show the version

Fixes #17

* Remove rustfmt from CI

* Remove misleading TODOs from README

* Add `together` as a trigger

Fixes #19

* Add directions on how to install git-together

* Shows how to use a global .git-together or one per project

* Moved list of signoff commands into GitTogether

* Added support for aliases. Fixes #8.

Supported aliases are pulled from the git-together.aliases config
variable, which (if set) should be a comma-separated list of aliases
e.g. "ci,rv,m".

Signed-off-by: Steve Gravrock <[email protected]>

* fixes from clippy

* rustfmt

* start keeping a changelog

* Add linux target to environment list.

* v0.1.0-alpha.15

* remove `advanced_slice_patterns`

* v0.1.0-alpha.16

* Updates version of git2 to 0.7

Authored-by: Todd Sedano <[email protected]>

* Implment --clear and linter fixes

Signed-off-by: Andres Medina <[email protected]>

* cargo fmt

Signed-off-by: Scott Windsor <[email protected]>

* Use --global for all commands

Signed-off-by: Andres Medina <[email protected]>

* Also clear users when clearing active user

Signed-off-by: Andres Medina <[email protected]>

* Update README for --global

Signed-off-by: Scott Windsor <[email protected]>

* Remove commented-out `rustfmt` installation

* Remove commented out code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant