mirror of
https://github.com/git-quick-stats/git-quick-stats.git
synced 2025-12-16 12:00:12 +01:00
Compare commits
77 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
255f1a6976 | ||
|
|
2cc5cae1a8 | ||
|
|
4f95691967 | ||
|
|
36405591ec | ||
|
|
4e3f4ba826 | ||
|
|
83e96f8b80 | ||
|
|
206ebd8a76 | ||
|
|
2274ca1284 | ||
|
|
37f15f6381 | ||
|
|
337ead38e3 | ||
|
|
c38e4eb7b6 | ||
|
|
b767822eb3 | ||
|
|
08520bf068 | ||
|
|
374527dbe1 | ||
|
|
dba2d87206 | ||
|
|
8bfc58710a | ||
|
|
6f931ac9b5 | ||
|
|
42a657b0de | ||
|
|
a48347e0df | ||
|
|
f4930f152d | ||
|
|
e5727cf4e9 | ||
|
|
6b54e9d8df | ||
|
|
7f70c8b728 | ||
|
|
dc86f8b6ae | ||
|
|
36967bc6f4 | ||
|
|
cdfa6bf467 | ||
|
|
a496390884 | ||
|
|
e81d3ab9f4 | ||
|
|
b0e62d64c7 | ||
|
|
01b6e17007 | ||
|
|
ac730dbfbc | ||
|
|
37b37bb5c8 | ||
|
|
db8009ff6d | ||
|
|
5a275c87b8 | ||
|
|
98c0252e97 | ||
|
|
5a389f5071 | ||
|
|
382f6759cf | ||
|
|
6362149953 | ||
|
|
36cae305a4 | ||
|
|
90f6b631a9 | ||
|
|
6a894d9efe | ||
|
|
ef6120fa64 | ||
|
|
7c6b9b01e4 | ||
|
|
10353cbeff | ||
|
|
0f68ba1588 | ||
|
|
a985e4decf | ||
|
|
6b33554bea | ||
|
|
a6aed25d4b | ||
|
|
9418613d42 | ||
|
|
ab633cf8ea | ||
|
|
3c3f261a7c | ||
|
|
d6c1d1e4fd | ||
|
|
75e3a87a24 | ||
|
|
daa7b94103 | ||
|
|
515fdb3b08 | ||
|
|
aa6065ed3b | ||
|
|
66d7eee893 | ||
|
|
fe2557b92c | ||
|
|
5494388655 | ||
|
|
8d209e371f | ||
|
|
d2fe6fe5ce | ||
|
|
8f5dd5bed7 | ||
|
|
d4f09f23be | ||
|
|
89a62ebe06 | ||
|
|
481bc47482 | ||
|
|
29bbc98c87 | ||
|
|
f344f0dfb7 | ||
|
|
8b24e28c95 | ||
|
|
745b995f30 | ||
|
|
1a7abe3132 | ||
|
|
5a55f87ad7 | ||
|
|
11c1a9ff5c | ||
|
|
06563a2170 | ||
|
|
2e9b163766 | ||
|
|
8558eef324 | ||
|
|
6d0e1aa692 | ||
|
|
27f0857b77 |
3
.mailmap
Normal file
3
.mailmap
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
Lukas Mestan <lukas.mestan@gmail.com> Lukáš Mešťan <arzzen@users.noreply.github.com>
|
||||||
|
Lukas Mestan <lukas.mestan@gmail.com> arzzen
|
||||||
|
|
||||||
34
.travis.yml
Normal file
34
.travis.yml
Normal file
@@ -0,0 +1,34 @@
|
|||||||
|
language: generic
|
||||||
|
|
||||||
|
sudo: required
|
||||||
|
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
- libcurl4-openssl-dev
|
||||||
|
- libelf-dev
|
||||||
|
- libdw-dev
|
||||||
|
- cmake
|
||||||
|
|
||||||
|
install:
|
||||||
|
- git checkout ${TRAVIS_PULL_REQUEST_BRANCH:-$TRAVIS_BRANCH}
|
||||||
|
- git branch --set-upstream-to origin/$TRAVIS_BRANCH
|
||||||
|
- git rev-parse HEAD
|
||||||
|
|
||||||
|
script: make test
|
||||||
|
|
||||||
|
after_success: |
|
||||||
|
wget https://github.com/SimonKagstrom/kcov/archive/master.tar.gz &&
|
||||||
|
tar xzf master.tar.gz &&
|
||||||
|
cd kcov-master &&
|
||||||
|
mkdir build &&
|
||||||
|
cd build &&
|
||||||
|
cmake .. &&
|
||||||
|
make &&
|
||||||
|
sudo make install &&
|
||||||
|
cd ../.. &&
|
||||||
|
rm -rf kcov-master &&
|
||||||
|
mkdir -p coverage &&
|
||||||
|
kcov coverage git-quick-stats suggestReviewers && bash <(curl -s https://codecov.io/bash) -cF suggestReviewers &&
|
||||||
|
kcov coverage git-quick-stats detailedGitStats && bash <(curl -s https://codecov.io/bash) -cF detailedGitStats &&
|
||||||
|
kcov coverage git-quick-stats commitsPerDay && bash <(curl -s https://codecov.io/bash) -cF commitsPerDay
|
||||||
46
CODE_OF_CONDUCT.md
Normal file
46
CODE_OF_CONDUCT.md
Normal file
@@ -0,0 +1,46 @@
|
|||||||
|
# Contributor Covenant Code of Conduct
|
||||||
|
|
||||||
|
## Our Pledge
|
||||||
|
|
||||||
|
In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.
|
||||||
|
|
||||||
|
## Our Standards
|
||||||
|
|
||||||
|
Examples of behavior that contributes to creating a positive environment include:
|
||||||
|
|
||||||
|
* Using welcoming and inclusive language
|
||||||
|
* Being respectful of differing viewpoints and experiences
|
||||||
|
* Gracefully accepting constructive criticism
|
||||||
|
* Focusing on what is best for the community
|
||||||
|
* Showing empathy towards other community members
|
||||||
|
|
||||||
|
Examples of unacceptable behavior by participants include:
|
||||||
|
|
||||||
|
* The use of sexualized language or imagery and unwelcome sexual attention or advances
|
||||||
|
* Trolling, insulting/derogatory comments, and personal or political attacks
|
||||||
|
* Public or private harassment
|
||||||
|
* Publishing others' private information, such as a physical or electronic address, without explicit permission
|
||||||
|
* Other conduct which could reasonably be considered inappropriate in a professional setting
|
||||||
|
|
||||||
|
## Our Responsibilities
|
||||||
|
|
||||||
|
Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior.
|
||||||
|
|
||||||
|
Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.
|
||||||
|
|
||||||
|
## Scope
|
||||||
|
|
||||||
|
This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.
|
||||||
|
|
||||||
|
## Enforcement
|
||||||
|
|
||||||
|
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at lukas.mestan@googlemail.com. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
|
||||||
|
|
||||||
|
Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.
|
||||||
|
|
||||||
|
## Attribution
|
||||||
|
|
||||||
|
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]
|
||||||
|
|
||||||
|
[homepage]: http://contributor-covenant.org
|
||||||
|
[version]: http://contributor-covenant.org/version/1/4/
|
||||||
2
LICENSE
2
LICENSE
@@ -1,6 +1,6 @@
|
|||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 2017 Lukáš Mešťan
|
Copyright (c) 2018 Lukáš Mešťan
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
33
Makefile
33
Makefile
@@ -1,18 +1,39 @@
|
|||||||
prefix=/usr/local
|
PREFIX ?= /usr/local
|
||||||
|
TASK_DONE = echo -e "\n✓ $@ done\n"
|
||||||
# files that need mode 755
|
# files that need mode 755
|
||||||
EXEC_FILES=git-quick-stats
|
EXEC_FILES=git-quick-stats
|
||||||
|
|
||||||
|
.PHONY: test
|
||||||
|
|
||||||
all:
|
all:
|
||||||
@echo "usage: make install"
|
@echo "usage: make install"
|
||||||
|
@echo " make reinstall"
|
||||||
@echo " make uninstall"
|
@echo " make uninstall"
|
||||||
|
@echo " make test"
|
||||||
|
|
||||||
|
help:
|
||||||
|
$(MAKE) all
|
||||||
|
@$(TASK_DONE)
|
||||||
|
|
||||||
install:
|
install:
|
||||||
install -m 0755 $(EXEC_FILES) $(prefix)/bin
|
mkdir -p $(PREFIX)/bin
|
||||||
git config --global alias.quick-stats '! $(prefix)/bin/$(EXEC_FILES)'
|
install -m 0755 $(EXEC_FILES) $(PREFIX)/bin/$(EXEC_FILES)
|
||||||
|
git config --global alias.quick-stats '! $(PREFIX)/bin/$(EXEC_FILES)'
|
||||||
|
@$(TASK_DONE)
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
test -d $(prefix)/bin && \
|
test -d $(PREFIX)/bin && \
|
||||||
cd $(prefix)/bin && \
|
cd $(PREFIX)/bin && \
|
||||||
rm -f $(EXEC_FILES) && \
|
rm -f $(EXEC_FILES) && \
|
||||||
git config --global --unset alias.quick-stats
|
git config --global --unset alias.quick-stats
|
||||||
|
@$(TASK_DONE)
|
||||||
|
|
||||||
|
reinstall:
|
||||||
|
@curl -s https://raw.githubusercontent.com/arzzen/git-quick-stats/master/git-quick-stats > git-quick-stats
|
||||||
|
$(MAKE) uninstall && \
|
||||||
|
$(MAKE) install
|
||||||
|
@$(TASK_DONE)
|
||||||
|
|
||||||
|
test:
|
||||||
|
tests/commands_test.sh
|
||||||
|
@$(TASK_DONE)
|
||||||
|
|||||||
161
README.md
161
README.md
@@ -1,18 +1,50 @@
|
|||||||
|
|
||||||
## GIT quick statistics
|
## GIT quick statistics [](https://twitter.com/intent/tweet?text=Simple%20and%20efficient%20way%20to%20access%20various%20statistics%20in%20git%20repository&url=https://github.com/arzzen/git-quick-stat&via=arzzen&hashtags=git,stats,tool,statistics,developers)
|
||||||
|
|
||||||
|
[](https://travis-ci.org/arzzen/git-quick-stats)
|
||||||
|
[](http://braumeister.org/formula/git-quick-stats)
|
||||||
|
[](https://repology.org/metapackage/git-quick-stats/packages)
|
||||||
|
|
||||||
> `git quick-stats` is a simple and efficient way to access various statistics in git repository.
|
> `git quick-stats` is a simple and efficient way to access various statistics in git repository.
|
||||||
|
|
||||||
## Example
|
> Any git repository contains tons of information about commits, contributors, and files. Extracting this information is not always trivial, mostly because of a gadzillion options to a gadzillion git commands – I don’t think there is a single person alive who knows them all. Probably not even [Linus Torvalds](https://github.com/torvalds) himself :).
|
||||||
|
|
||||||
Suggested code reviewers (based on git history):
|
## Table of Contents
|
||||||

|
|
||||||
|
|
||||||
Asciinema preview:
|
[**Screenshots**](#screenshots)
|
||||||
[](https://asciinema.org/a/6fsugv3m2vygykk49bk7l49ut)
|
|
||||||
|
[**Installation**](#installation)
|
||||||
|
* [**Unix OS**](#unix-like-os)
|
||||||
|
* [**OS X**](#os-x-homebrew)
|
||||||
|
* [**Windows**](#windows-cygwin)
|
||||||
|
|
||||||
|
[**Usage**](#usage)
|
||||||
|
* [**Git log since/until**](#git-log-since-until)
|
||||||
|
* [**Git log limit**](#git-log-limit)
|
||||||
|
* [**Git pathspec**](#git-pathspec)
|
||||||
|
* [**Tests**](#tests)
|
||||||
|
|
||||||
|
[**System requirements**](#system-requirements)
|
||||||
|
* [**Dependences**](#dependences)
|
||||||
|
|
||||||
|
[**Contribution**](#contribution)
|
||||||
|
|
||||||
|
[**FAQ**](#faq)
|
||||||
|
|
||||||
|
[**License**](#licensing)
|
||||||
|
|
||||||
|
|
||||||
Want to contribute? Great! First, [read this page][].
|
## Screenshots
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
@@ -27,54 +59,128 @@ Or you can use (non-interactive) direct execution:
|
|||||||
|
|
||||||
`git quick-stats <optional-command-to-execute-directly>`
|
`git quick-stats <optional-command-to-execute-directly>`
|
||||||
|
|
||||||
> Possible arguments:
|
Possible arguments in short and long form:
|
||||||
> suggestReviewers, detailedGitStats, commitsByHour, commitsByWeekday, commitsByMonth, commitsPerDay, commitsPerAuthor, myDailyStats, contributors,
|
|
||||||
branchTree, branchesByDate, changelogs
|
|
||||||
|
|
||||||
|
```
|
||||||
|
-r, --suggest-reviewers
|
||||||
|
show the best people to contact to review code
|
||||||
|
-T, --detailed-git-stats
|
||||||
|
give a detailed list of git stats
|
||||||
|
-d, --commits-per-day
|
||||||
|
displays a list of commits per day
|
||||||
|
-m, --commits-by-month
|
||||||
|
displays a list of commits per month
|
||||||
|
-w, --commits-by-weekday
|
||||||
|
displays a list of commits per weekday
|
||||||
|
-o, --commits-by-hour
|
||||||
|
displays a list of commits per hour
|
||||||
|
-A, --commits-by-author-by-hour
|
||||||
|
displays a list of commits per hour by author
|
||||||
|
-a, --commits-per-author
|
||||||
|
displays a list of commits per author
|
||||||
|
-S, --my-daily-stats
|
||||||
|
see your current daily stats
|
||||||
|
-C, --contributors
|
||||||
|
see a list of everyone who contributed to the repo
|
||||||
|
-b, --branch-tree
|
||||||
|
show an ASCII graph of the git repo branch history
|
||||||
|
-D, --branches-by-date
|
||||||
|
show branches by date
|
||||||
|
-c, --changelogs
|
||||||
|
see changelogs
|
||||||
|
-L, --changelogs-by-author
|
||||||
|
see changelogs by author
|
||||||
|
-h, -?, --help
|
||||||
|
display this help text in the terminal
|
||||||
|
```
|
||||||
|
|
||||||
|
#### Git log since / until
|
||||||
|
|
||||||
You can set variable `_GIT_SINCE`, `_GIT_UNTIL` and limit the git log
|
You can set variable `_GIT_SINCE`, `_GIT_UNTIL` and limit the git log
|
||||||
|
|
||||||
eg:
|
```bash
|
||||||
|
export _GIT_SINCE="2017-20-01"
|
||||||
`export _GIT_SINCE="2017-20-01"`
|
export _GIT_UNTIL="2017-22-01"
|
||||||
|
```
|
||||||
`export _GIT_UNTIL="2017-22-01"`
|
|
||||||
|
|
||||||
then run `git quick-stats` (affect all stats, except "My daily status" and "Git changelogs" )
|
then run `git quick-stats` (affect all stats, except "My daily status" and "Git changelogs" )
|
||||||
|
|
||||||
|
|
||||||
|
#### Git log limit
|
||||||
|
|
||||||
|
You can set variable `_GIT_LIMIT` for limited output (it will affect: "Git changelogs" and "Branch tree view" )
|
||||||
|
|
||||||
|
```bash
|
||||||
|
export _GIT_LIMIT=20
|
||||||
|
```
|
||||||
|
|
||||||
|
#### Git pathspec
|
||||||
|
|
||||||
|
You can exclude directory from the stats by using [pathspec](https://git-scm.com/docs/gitglossary#gitglossary-aiddefpathspecapathspec)
|
||||||
|
|
||||||
|
```bash
|
||||||
|
export _GIT_PATHSPEC=':!directory'
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
```
|
#### Unix like OS
|
||||||
|
|
||||||
|
```bash
|
||||||
git clone https://github.com/arzzen/git-quick-stats.git && cd git-quick-stats
|
git clone https://github.com/arzzen/git-quick-stats.git && cd git-quick-stats
|
||||||
sudo make install
|
sudo make install
|
||||||
```
|
```
|
||||||
|
|
||||||
For uninstalling, open up the cloned directory and run
|
For uninstalling, open up the cloned directory and run
|
||||||
|
|
||||||
```
|
```bash
|
||||||
sudo make uninstall
|
sudo make uninstall
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Cygwin installation
|
For update/reinstall
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo make reinstall
|
||||||
|
```
|
||||||
|
|
||||||
|
#### OS X (homebrew)
|
||||||
|
|
||||||
|
```bash
|
||||||
|
brew install git-quick-stats
|
||||||
|
```
|
||||||
|
|
||||||
|
#### Windows (cygwin)
|
||||||
|
|
||||||
* [installer](https://gist.github.com/arzzen/35e09866dfdadf2108b2420045739245)
|
* [installer](https://gist.github.com/arzzen/35e09866dfdadf2108b2420045739245)
|
||||||
* [uninstaller](https://gist.github.com/arzzen/21c660014d0663b6c5710014714779d6)
|
* [uninstaller](https://gist.github.com/arzzen/21c660014d0663b6c5710014714779d6)
|
||||||
|
|
||||||
|
|
||||||
## System requirements
|
## System requirements
|
||||||
|
|
||||||
* Unix like OS with a proper shell
|
* Unix like OS with a proper shell
|
||||||
* Tools we use: git ; awk ; sed ; tr ; echo ; grep ; cut ; sort ; head ; uniq ; column.
|
* Tools we use: awk ; cat ; column ; echo ; git ; grep ; head ; seq ; sort ; tput ; tr ; uniq ; wc
|
||||||
|
|
||||||
|
#### Dependences
|
||||||
|
|
||||||
|
* [`bsdmainutils`](https://packages.debian.org/sid/bsdmainutils) `apt install bsdmainutils`
|
||||||
|
|
||||||
|
## FAQ
|
||||||
|
|
||||||
|
*Q:* I get some errors after run git-quick-stats in cygwin like `/usr/local/bin/git-quick-stats: line 2: $'\r': command not found`
|
||||||
|
|
||||||
|
*A:* You can run dos2unix app in cygwin `/bin/dos2unix.exe /usr/local/bin/git-quick-stats`. This will convert it to Unix format and you then should be able to run it.
|
||||||
|
|
||||||
## Contribution
|
## Contribution
|
||||||
|
|
||||||
Want to contribute? Great! First, read this page.
|
Want to contribute? Great! First, read this page.
|
||||||
|
|
||||||
#### Code reviews
|
#### Code reviews
|
||||||
All submissions, including submissions by project members, require review.
|
All submissions, including submissions by project members, require review.</br>
|
||||||
We use Github pull requests for this purpose.
|
We use Github pull requests for this purpose.
|
||||||
|
|
||||||
#### Some tips for good pull requests:
|
#### Some tips for good pull requests:
|
||||||
* Use our code
|
* Use our code </br>
|
||||||
When in doubt, try to stay true to the existing code of the project.
|
When in doubt, try to stay true to the existing code of the project.
|
||||||
* Write a descriptive commit message. What problem are you solving and what
|
* Write a descriptive commit message. What problem are you solving and what
|
||||||
are the consequences? Where and what did you test? Some good tips:
|
are the consequences? Where and what did you test? Some good tips:
|
||||||
@@ -90,9 +196,18 @@ We use Github pull requests for this purpose.
|
|||||||
|
|
||||||
This documentation is written using standard [markdown syntax](https://help.github.com/articles/markdown-basics/). Please submit your changes using the same syntax.
|
This documentation is written using standard [markdown syntax](https://help.github.com/articles/markdown-basics/). Please submit your changes using the same syntax.
|
||||||
|
|
||||||
|
#### Tests
|
||||||
|
|
||||||
|
[](https://codecov.io/gh/arzzen/git-quick-stats)
|
||||||
|
|
||||||
|
```bash
|
||||||
|
make test
|
||||||
|
```
|
||||||
|
|
||||||
## Licensing
|
## Licensing
|
||||||
MIT see [LICENSE][] for the full license text.
|
MIT see [LICENSE][] for the full license text.
|
||||||
|
|
||||||
[read this page]: http://github.com/arzzen/git-quick-stats/blob/master/CONTRIBUTING.md
|
[read this page]: http://github.com/arzzen/git-quick-stats/blob/master/docs/CONTRIBUTING.md
|
||||||
[landing page]: http://arzzen.github.io/git-quick-stats
|
[landing page]: http://arzzen.github.io/git-quick-stats
|
||||||
[LICENSE]: https://github.com/arzzen/git-quick-stats/blob/master/LICENSE.txt
|
[LICENSE]: https://github.com/arzzen/git-quick-stats/blob/master/LICENSE
|
||||||
|
|
||||||
|
|||||||
BIN
docs/bg.png
Normal file
BIN
docs/bg.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 55 KiB |
6
docs/css/animate.min.css
vendored
Normal file
6
docs/css/animate.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
5
docs/css/bootstrap.min.css
vendored
Normal file
5
docs/css/bootstrap.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
509
docs/css/creative.css
Normal file
509
docs/css/creative.css
Normal file
@@ -0,0 +1,509 @@
|
|||||||
|
/*!
|
||||||
|
* Start Bootstrap - Creative Bootstrap Theme (http://startbootstrap.com)
|
||||||
|
* Code licensed under the Apache License v2.0.
|
||||||
|
* For details, see http://www.apache.org/licenses/LICENSE-2.0.
|
||||||
|
*/
|
||||||
|
|
||||||
|
html,
|
||||||
|
body {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
font-family: Merriweather,'Helvetica Neue',Arial,sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
hr {
|
||||||
|
max-width: 50px;
|
||||||
|
border-color: #f05f40;
|
||||||
|
border-width: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
|
hr.light {
|
||||||
|
border-color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: #f05f40;
|
||||||
|
-webkit-transition: all .35s;
|
||||||
|
-moz-transition: all .35s;
|
||||||
|
transition: all .35s;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:hover,
|
||||||
|
a:focus {
|
||||||
|
color: #eb3812;
|
||||||
|
}
|
||||||
|
|
||||||
|
#about a {
|
||||||
|
color: rgba(52, 52, 52, .7);
|
||||||
|
}
|
||||||
|
|
||||||
|
#about a:hover,
|
||||||
|
#about a:focus {
|
||||||
|
color: rgb(52, 52, 52);
|
||||||
|
}
|
||||||
|
|
||||||
|
h1,
|
||||||
|
h2,
|
||||||
|
h3,
|
||||||
|
h4,
|
||||||
|
h5,
|
||||||
|
h6 {
|
||||||
|
font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
margin-bottom: 20px;
|
||||||
|
font-size: 16px;
|
||||||
|
line-height: 1.5;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bg-primary {
|
||||||
|
background-color: #f05f40;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bg-dark {
|
||||||
|
color: #fff;
|
||||||
|
background-color: #222;
|
||||||
|
}
|
||||||
|
|
||||||
|
.text-faded {
|
||||||
|
color: rgba(255,255,255,.7);
|
||||||
|
}
|
||||||
|
|
||||||
|
section {
|
||||||
|
padding: 100px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
aside {
|
||||||
|
padding: 50px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.no-padding {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar-default {
|
||||||
|
border-color: rgba(34,34,34,.05);
|
||||||
|
font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
|
||||||
|
background-color: #fff;
|
||||||
|
-webkit-transition: all .35s;
|
||||||
|
-moz-transition: all .35s;
|
||||||
|
transition: all .35s;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar-default .navbar-header .navbar-brand {
|
||||||
|
text-transform: uppercase;
|
||||||
|
font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
|
||||||
|
font-weight: 700;
|
||||||
|
color: #2d8888;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar-default .navbar-header .navbar-brand:hover,
|
||||||
|
.navbar-default .navbar-header .navbar-brand:focus {
|
||||||
|
color: #eb3812;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar-default .nav > li>a,
|
||||||
|
.navbar-default .nav>li>a:focus {
|
||||||
|
text-transform: uppercase;
|
||||||
|
font-size: 13px;
|
||||||
|
font-weight: 700;
|
||||||
|
color: #222;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar-default .nav > li>a:hover,
|
||||||
|
.navbar-default .nav>li>a:focus:hover {
|
||||||
|
color: #f05f40;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar-default .nav > li.active>a,
|
||||||
|
.navbar-default .nav>li.active>a:focus {
|
||||||
|
color: #f05f40!important;
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar-default .nav > li.active>a:hover,
|
||||||
|
.navbar-default .nav>li.active>a:focus:hover {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media(min-width:768px) {
|
||||||
|
.navbar-default {
|
||||||
|
border-color: rgba(255,255,255,.3);
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar-default .navbar-header .navbar-brand {
|
||||||
|
color: rgba(255,255,255,.7);
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar-default .navbar-header .navbar-brand:hover,
|
||||||
|
.navbar-default .navbar-header .navbar-brand:focus {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar-default .nav > li>a,
|
||||||
|
.navbar-default .nav>li>a:focus {
|
||||||
|
color: rgba(255,255,255,.7);
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar-default .nav > li>a:hover,
|
||||||
|
.navbar-default .nav>li>a:focus:hover {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar-default.affix {
|
||||||
|
border-color: rgba(34,34,34,.05);
|
||||||
|
background-color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar-default.affix .navbar-header .navbar-brand {
|
||||||
|
font-size: 14px;
|
||||||
|
color: #f05f40;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar-default.affix .navbar-header .navbar-brand:hover,
|
||||||
|
.navbar-default.affix .navbar-header .navbar-brand:focus {
|
||||||
|
color: #eb3812;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar-default.affix .nav > li>a,
|
||||||
|
.navbar-default.affix .nav>li>a:focus {
|
||||||
|
color: #222;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar-default.affix .nav > li>a:hover,
|
||||||
|
.navbar-default.affix .nav>li>a:focus:hover {
|
||||||
|
color: #f05f40;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
header {
|
||||||
|
position: relative;
|
||||||
|
width: 100%;
|
||||||
|
min-height: auto;
|
||||||
|
text-align: center;
|
||||||
|
color: #fff;
|
||||||
|
background-color: #2f2d2f;
|
||||||
|
/*background-color: #2c3333;*/
|
||||||
|
/*background-image: url(../img/header.jpg);*/
|
||||||
|
/*background-position: center;*/
|
||||||
|
/*-webkit-background-size: cover;*/
|
||||||
|
/*-moz-background-size: cover;*/
|
||||||
|
/*background-size: cover;*/
|
||||||
|
/*-o-background-size: cover;*/
|
||||||
|
}
|
||||||
|
|
||||||
|
header .header-content {
|
||||||
|
position: relative;
|
||||||
|
width: 100%;
|
||||||
|
padding: 100px 15px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
header .header-content .header-content-inner h1 {
|
||||||
|
margin-top: 0;
|
||||||
|
margin-bottom: 0;
|
||||||
|
/* text-transform: uppercase; */
|
||||||
|
font-weight: 700;
|
||||||
|
font-size: 120px;
|
||||||
|
}
|
||||||
|
|
||||||
|
header .header-content .header-content-inner hr {
|
||||||
|
margin: 30px auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
header .header-content .header-content-inner p {
|
||||||
|
margin-bottom: 50px;
|
||||||
|
font-size: 16px;
|
||||||
|
font-weight: 300;
|
||||||
|
color: rgba(255,255,255,.7);
|
||||||
|
}
|
||||||
|
|
||||||
|
@media(min-width:768px) {
|
||||||
|
header {
|
||||||
|
min-height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
header .header-content {
|
||||||
|
position: absolute;
|
||||||
|
top: 50%;
|
||||||
|
padding: 0 50px;
|
||||||
|
-webkit-transform: translateY(-50%);
|
||||||
|
-ms-transform: translateY(-50%);
|
||||||
|
transform: translateY(-50%);
|
||||||
|
}
|
||||||
|
|
||||||
|
header .header-content .header-content-inner {
|
||||||
|
margin-right: auto;
|
||||||
|
margin-left: auto;
|
||||||
|
max-width: 1000px;
|
||||||
|
}
|
||||||
|
|
||||||
|
header .header-content .header-content-inner p {
|
||||||
|
margin-right: auto;
|
||||||
|
margin-left: auto;
|
||||||
|
max-width: 80%;
|
||||||
|
font-size: 18px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.section-heading {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.service-box {
|
||||||
|
margin: 50px auto 0;
|
||||||
|
max-width: 400px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media(min-width:992px) {
|
||||||
|
.service-box {
|
||||||
|
margin: 20px auto 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.service-box p {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.portfolio-box {
|
||||||
|
display: block;
|
||||||
|
position: relative;
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 650px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.portfolio-box .portfolio-box-caption {
|
||||||
|
display: block;
|
||||||
|
position: absolute;
|
||||||
|
bottom: 0;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
text-align: center;
|
||||||
|
color: #fff;
|
||||||
|
opacity: 0;
|
||||||
|
background: rgba(240,95,64,.9);
|
||||||
|
-webkit-transition: all .35s;
|
||||||
|
-moz-transition: all .35s;
|
||||||
|
transition: all .35s;
|
||||||
|
}
|
||||||
|
|
||||||
|
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
|
||||||
|
position: absolute;
|
||||||
|
top: 50%;
|
||||||
|
width: 100%;
|
||||||
|
text-align: center;
|
||||||
|
transform: translateY(-50%);
|
||||||
|
}
|
||||||
|
|
||||||
|
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
|
||||||
|
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
|
||||||
|
padding: 0 15px;
|
||||||
|
font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
|
||||||
|
text-transform: uppercase;
|
||||||
|
font-size: 14px;
|
||||||
|
font-weight: 600;
|
||||||
|
}
|
||||||
|
|
||||||
|
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
|
||||||
|
font-size: 18px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.portfolio-box:hover .portfolio-box-caption {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media(min-width:768px) {
|
||||||
|
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
|
||||||
|
font-size: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
|
||||||
|
font-size: 22px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.call-to-action h2 {
|
||||||
|
margin: 0 auto 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.text-primary {
|
||||||
|
color: #f05f40;
|
||||||
|
}
|
||||||
|
|
||||||
|
.no-gutter > [class*=col-] {
|
||||||
|
padding-right: 0;
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-default {
|
||||||
|
border-color: #fff;
|
||||||
|
color: #222;
|
||||||
|
background-color: #fff;
|
||||||
|
-webkit-transition: all .35s;
|
||||||
|
-moz-transition: all .35s;
|
||||||
|
transition: all .35s;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-default:hover,
|
||||||
|
.btn-default:focus,
|
||||||
|
.btn-default.focus,
|
||||||
|
.btn-default:active,
|
||||||
|
.btn-default.active,
|
||||||
|
.open > .dropdown-toggle.btn-default {
|
||||||
|
border-color: #ededed;
|
||||||
|
color: #222;
|
||||||
|
background-color: #f2f2f2;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-default:active,
|
||||||
|
.btn-default.active,
|
||||||
|
.open > .dropdown-toggle.btn-default {
|
||||||
|
background-image: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-default.disabled,
|
||||||
|
.btn-default[disabled],
|
||||||
|
fieldset[disabled] .btn-default,
|
||||||
|
.btn-default.disabled:hover,
|
||||||
|
.btn-default[disabled]:hover,
|
||||||
|
fieldset[disabled] .btn-default:hover,
|
||||||
|
.btn-default.disabled:focus,
|
||||||
|
.btn-default[disabled]:focus,
|
||||||
|
fieldset[disabled] .btn-default:focus,
|
||||||
|
.btn-default.disabled.focus,
|
||||||
|
.btn-default[disabled].focus,
|
||||||
|
fieldset[disabled] .btn-default.focus,
|
||||||
|
.btn-default.disabled:active,
|
||||||
|
.btn-default[disabled]:active,
|
||||||
|
fieldset[disabled] .btn-default:active,
|
||||||
|
.btn-default.disabled.active,
|
||||||
|
.btn-default[disabled].active,
|
||||||
|
fieldset[disabled] .btn-default.active {
|
||||||
|
border-color: #fff;
|
||||||
|
background-color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-default .badge {
|
||||||
|
color: #fff;
|
||||||
|
background-color: #222;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-primary {
|
||||||
|
border-color: #f05f40;
|
||||||
|
color: #fff;
|
||||||
|
background-color: #2d8888;
|
||||||
|
-webkit-transition: all .35s;
|
||||||
|
-moz-transition: all .35s;
|
||||||
|
transition: all .35s;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-primary:hover,
|
||||||
|
.btn-primary:focus,
|
||||||
|
.btn-primary.focus,
|
||||||
|
.btn-primary:active,
|
||||||
|
.btn-primary.active,
|
||||||
|
.open > .dropdown-toggle.btn-primary {
|
||||||
|
color: #fff;
|
||||||
|
background-color: #68a9a9;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-primary:active,
|
||||||
|
.btn-primary.active,
|
||||||
|
.open > .dropdown-toggle.btn-primary {
|
||||||
|
background-image: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-primary.disabled,
|
||||||
|
.btn-primary[disabled],
|
||||||
|
fieldset[disabled] .btn-primary,
|
||||||
|
.btn-primary.disabled:hover,
|
||||||
|
.btn-primary[disabled]:hover,
|
||||||
|
fieldset[disabled] .btn-primary:hover,
|
||||||
|
.btn-primary.disabled:focus,
|
||||||
|
.btn-primary[disabled]:focus,
|
||||||
|
fieldset[disabled] .btn-primary:focus,
|
||||||
|
.btn-primary.disabled.focus,
|
||||||
|
.btn-primary[disabled].focus,
|
||||||
|
fieldset[disabled] .btn-primary.focus,
|
||||||
|
.btn-primary.disabled:active,
|
||||||
|
.btn-primary[disabled]:active,
|
||||||
|
fieldset[disabled] .btn-primary:active,
|
||||||
|
.btn-primary.disabled.active,
|
||||||
|
.btn-primary[disabled].active,
|
||||||
|
fieldset[disabled] .btn-primary.active {
|
||||||
|
border-color: #f05f40;
|
||||||
|
background-color: #f05f40;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-primary .badge {
|
||||||
|
color: #f05f40;
|
||||||
|
background-color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn {
|
||||||
|
border: 0;
|
||||||
|
border-radius: 300px;
|
||||||
|
text-transform: uppercase;
|
||||||
|
font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
|
||||||
|
font-weight: 700;
|
||||||
|
font-size: 1.4em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-xl {
|
||||||
|
padding: 15px 30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
::-moz-selection {
|
||||||
|
text-shadow: none;
|
||||||
|
color: #fff;
|
||||||
|
background: #222;
|
||||||
|
}
|
||||||
|
|
||||||
|
::selection {
|
||||||
|
text-shadow: none;
|
||||||
|
color: #fff;
|
||||||
|
background: #222;
|
||||||
|
}
|
||||||
|
|
||||||
|
img::selection {
|
||||||
|
color: #fff;
|
||||||
|
background: 0 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
img::-moz-selection {
|
||||||
|
color: #fff;
|
||||||
|
background: 0 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
webkit-tap-highlight-color: #222;
|
||||||
|
}
|
||||||
|
|
||||||
|
#map {
|
||||||
|
height: 300px;
|
||||||
|
overflow: visible;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
|
.subtitle {
|
||||||
|
color: #b1b1b1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.logo {
|
||||||
|
width: 50%;
|
||||||
|
padding-bottom: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.screencap {
|
||||||
|
width: 80%;
|
||||||
|
padding-top: 20px;
|
||||||
|
padding-bottom: 30px;
|
||||||
|
}
|
||||||
81
docs/css/modals.css
Normal file
81
docs/css/modals.css
Normal file
@@ -0,0 +1,81 @@
|
|||||||
|
/*!
|
||||||
|
* The code below adds the modal functionality of the Freelancer Bootstrap Theme
|
||||||
|
* and was originally part of this theme.
|
||||||
|
*
|
||||||
|
*
|
||||||
|
* Start Bootstrap - Freelancer Bootstrap Theme (http://startbootstrap.com)
|
||||||
|
* Code licensed under the Apache License v2.0.
|
||||||
|
* For details, see http://www.apache.org/licenses/LICENSE-2.0.
|
||||||
|
*/
|
||||||
|
|
||||||
|
body {
|
||||||
|
overflow-x: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
.img-centered {
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.portfolio-modal .modal-content {
|
||||||
|
padding: 100px 0;
|
||||||
|
min-height: 100%;
|
||||||
|
border: 0;
|
||||||
|
border-radius: 0;
|
||||||
|
text-align: center;
|
||||||
|
background-clip: border-box;
|
||||||
|
-webkit-box-shadow: none;
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.portfolio-modal .modal-content h2 {
|
||||||
|
margin: 0;
|
||||||
|
font-size: 3em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.portfolio-modal .modal-content img {
|
||||||
|
margin-bottom: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.portfolio-modal .modal-content .item-details {
|
||||||
|
margin: 30px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.portfolio-modal .close-modal {
|
||||||
|
position: absolute;
|
||||||
|
top: 25px;
|
||||||
|
right: 25px;
|
||||||
|
width: 75px;
|
||||||
|
height: 75px;
|
||||||
|
background-color: transparent;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
.portfolio-modal .close-modal:hover {
|
||||||
|
opacity: .3;
|
||||||
|
}
|
||||||
|
|
||||||
|
.portfolio-modal .close-modal .lr {
|
||||||
|
z-index: 1051;
|
||||||
|
width: 1px;
|
||||||
|
height: 75px;
|
||||||
|
margin-left: 35px;
|
||||||
|
background-color: #2c3e50;
|
||||||
|
-webkit-transform: rotate(45deg);
|
||||||
|
-ms-transform: rotate(45deg);
|
||||||
|
transform: rotate(45deg);
|
||||||
|
}
|
||||||
|
|
||||||
|
.portfolio-modal .close-modal .lr .rl {
|
||||||
|
z-index: 1052;
|
||||||
|
width: 1px;
|
||||||
|
height: 75px;
|
||||||
|
background-color: #2c3e50;
|
||||||
|
-webkit-transform: rotate(90deg);
|
||||||
|
-ms-transform: rotate(90deg);
|
||||||
|
transform: rotate(90deg);
|
||||||
|
}
|
||||||
|
|
||||||
|
.portfolio-modal .modal-backdrop {
|
||||||
|
display: none;
|
||||||
|
opacity: 0;
|
||||||
|
}
|
||||||
BIN
docs/favicon.ico
Normal file
BIN
docs/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
35
docs/index.html
Normal file
35
docs/index.html
Normal file
@@ -0,0 +1,35 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en-us">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<meta name="author" content="Lukas Mestan">
|
||||||
|
<meta name="description" content="Commandline GIT statistics">
|
||||||
|
<title>git quick stats</title>
|
||||||
|
<link rel="shortcut icon" href="favicon.ico?v=1" type="image/x-icon">
|
||||||
|
<link rel="stylesheet" href="css/bootstrap.min.css" type="text/css">
|
||||||
|
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
|
||||||
|
<link rel="stylesheet" href="css/animate.min.css" type="text/css">
|
||||||
|
<link rel="stylesheet" href="css/creative.css" type="text/css">
|
||||||
|
<link rel="stylesheet" href="css/modals.css" type="text/css">
|
||||||
|
<!--[if lt IE 9]>
|
||||||
|
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
||||||
|
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
||||||
|
<![endif]-->
|
||||||
|
<meta http-equiv="refresh" content="0;url=https://lukasmestan.com/git-quick-stats/">
|
||||||
|
</head>
|
||||||
|
<body id="page-top">
|
||||||
|
<header>
|
||||||
|
<div class="header-content">
|
||||||
|
<div class="header-content-inner">
|
||||||
|
<h1>git quick stats</h1>
|
||||||
|
<h3 class="subtitle"> simple and efficient way to access various statistics in git repository</h3>
|
||||||
|
<img class="screencap" src="bg.png" \>
|
||||||
|
<br>
|
||||||
|
<a href="https://github.com/arzzen/git-quick-stats" class="btn btn-primary btn-xl page-scroll">download</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
9
docs/issue_template.md
Normal file
9
docs/issue_template.md
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
#### Expected behavior and actual behavior.
|
||||||
|
|
||||||
|
|
||||||
|
#### Steps to reproduce the problem.
|
||||||
|
|
||||||
|
|
||||||
|
#### Specifications like the version of the project, operating system, or hardware.
|
||||||
|
|
||||||
|
|
||||||
409
git-quick-stats
409
git-quick-stats
@@ -4,56 +4,140 @@ set -o nounset
|
|||||||
set -o errexit
|
set -o errexit
|
||||||
|
|
||||||
_since=${_GIT_SINCE:-}
|
_since=${_GIT_SINCE:-}
|
||||||
if [ ! -z ${_since} ]
|
[[ -n "${_since}" ]] && _since="--since=$_since"
|
||||||
then _since="--since=$_since"
|
|
||||||
fi
|
|
||||||
|
|
||||||
_until=${_GIT_UNTIL:-}
|
_until=${_GIT_UNTIL:-}
|
||||||
if [ ! -z ${_until} ]
|
[[ -n "${_until}" ]] && _until="--until=$_until"
|
||||||
then _until="--until=$_until"
|
|
||||||
|
_pathspec=${_GIT_PATHSPEC:-}
|
||||||
|
[[ -n "${_pathspec}" ]] && _pathspec="-- $_pathspec"
|
||||||
|
|
||||||
|
|
||||||
|
_limit=${_GIT_LIMIT:-}
|
||||||
|
if [[ -n "${_limit}" ]];
|
||||||
|
then _limit=$_limit
|
||||||
|
else
|
||||||
|
_limit=10
|
||||||
fi
|
fi
|
||||||
|
|
||||||
show_menu() {
|
function check_utils() {
|
||||||
NORMAL=`echo "\033[m"`
|
local HELP_MSG="not found. Please make sure this is installed and in PATH."
|
||||||
MENU=`echo "\033[36m"`
|
|
||||||
NUMBER=`echo "\033[33m"`
|
|
||||||
FGRED=`echo "\033[41m"`
|
|
||||||
RED_TEXT=`echo "\033[31m"`
|
|
||||||
ENTER_LINE=`echo "\033[33m"`
|
|
||||||
|
|
||||||
echo -e ""
|
command -v awk >/dev/null 2>&1 || { echo >&2 "awk ${HELP_MSG}"; exit 1; }
|
||||||
echo -e "${RED_TEXT} Generate: ${NORMAL}"
|
command -v basename >/dev/null 2>&1 || { echo >&2 "basename ${HELP_MSG}"; exit 1; }
|
||||||
echo -e "${MENU} ${NUMBER} 1)${MENU} Contribution stats (by author) ${NORMAL}"
|
command -v cat > /dev/null 2>&1 || { echo >&2 "cat ${HELP_MSG}"; exit 1; }
|
||||||
echo -e "${MENU} ${NUMBER} 2)${MENU} Git changelogs ${NORMAL}"
|
command -v column > /dev/null 2>&1 || { echo >&2 "column ${HELP_MSG}"; exit 1; }
|
||||||
echo -e "${MENU} ${NUMBER} 3)${MENU} My daily status ${NORMAL}"
|
command -v echo > /dev/null 2>&1 || { echo >&2 "echo ${HELP_MSG}"; exit 1; }
|
||||||
|
command -v git > /dev/null 2>&1 || { echo >&2 "git ${HELP_MSG}"; exit 1; }
|
||||||
|
command -v grep > /dev/null 2>&1 || { echo >&2 "grep ${HELP_MSG}"; exit 1; }
|
||||||
|
command -v head > /dev/null 2>&1 || { echo >&2 "head ${HELP_MSG}"; exit 1; }
|
||||||
|
command -v seq > /dev/null 2>&1 || { echo >&2 "seq ${HELP_MSG}"; exit 1; }
|
||||||
|
command -v sort > /dev/null 2>&1 || { echo >&2 "sort ${HELP_MSG}"; exit 1; }
|
||||||
|
command -v tput > /dev/null 2>&1 || { echo >&2 "tput ${HELP_MSG}"; exit 1; }
|
||||||
|
command -v tr > /dev/null 2>&1 || { echo >&2 "tr ${HELP_MSG}"; exit 1; }
|
||||||
|
command -v uniq > /dev/null 2>&1 || { echo >&2 "uniq ${HELP_MSG}"; exit 1; }
|
||||||
|
command -v wc > /dev/null 2>&1 || { echo >&2 "wc ${HELP_MSG}"; exit 1; }
|
||||||
|
}
|
||||||
|
|
||||||
|
function usage() {
|
||||||
|
local program=$(basename "$0")
|
||||||
|
|
||||||
|
echo "
|
||||||
|
NAME
|
||||||
|
${program} - Simple and efficient way to access various stats in a git repo
|
||||||
|
|
||||||
|
SYNOPSIS
|
||||||
|
For non-interactive mode: ${program} [OPTIONS]
|
||||||
|
For interactive mode: ${program}
|
||||||
|
|
||||||
|
DESCRIPTION
|
||||||
|
Any git repository contains tons of information about commits, contributors,
|
||||||
|
and files. Extracting this information is not always trivial, mostly because
|
||||||
|
of a gadzillion options to a gadzillion git commands.
|
||||||
|
|
||||||
|
This program allows you to see detailed information about a git repository.
|
||||||
|
|
||||||
|
OPTIONS
|
||||||
|
-r, --suggest-reviewers
|
||||||
|
show the best people to contact to review code
|
||||||
|
-T, --detailed-git-stats
|
||||||
|
give a detailed list of git stats
|
||||||
|
-d, --commits-per-day
|
||||||
|
displays a list of commits per day
|
||||||
|
-m, --commits-by-month
|
||||||
|
displays a list of commits per month
|
||||||
|
-w, --commits-by-weekday
|
||||||
|
displays a list of commits per weekday
|
||||||
|
-o, --commits-by-hour
|
||||||
|
displays a list of commits per hour
|
||||||
|
-A, --commits-by-author-by-hour
|
||||||
|
displays a list of commits per hour by author
|
||||||
|
-a, --commits-per-author
|
||||||
|
displays a list of commits per author
|
||||||
|
-S, --my-daily-stats
|
||||||
|
see your current daily stats
|
||||||
|
-C, --contributors
|
||||||
|
see a list of everyone who contributed to the repo
|
||||||
|
-b, --branch-tree
|
||||||
|
show an ASCII graph of the git repo branch history
|
||||||
|
-D, --branches-by-date
|
||||||
|
show branches by date
|
||||||
|
-c, --changelogs
|
||||||
|
see changelogs
|
||||||
|
-L, --changelogs-by-author
|
||||||
|
see changelogs by author
|
||||||
|
-h, -?, --help
|
||||||
|
display this help text in the terminal
|
||||||
|
|
||||||
|
ADDITIONAL USAGE
|
||||||
|
You can set _GIT_SINCE and _GIT_UNTIL to limit the git time log
|
||||||
|
ex: export _GIT_SINCE=\"2017-20-01\"
|
||||||
|
You can set _GIT_LIMIT for limited output log
|
||||||
|
ex: export _GIT_LIMIT=20
|
||||||
|
You can exclude a directory from the stats by using pathspec
|
||||||
|
ex: export _GIT_PATHSPEC=':!directory'"
|
||||||
|
}
|
||||||
|
|
||||||
|
function show_menu() {
|
||||||
|
local NORMAL=$(tput sgr0)
|
||||||
|
local CYAN_TEXT=$(tput setaf 6)
|
||||||
|
local RED_TEXT=$(tput setaf 1)
|
||||||
|
local YELLOW_TEXT=$(tput setaf 3)
|
||||||
|
|
||||||
|
echo -e "\n${RED_TEXT} Generate: ${NORMAL}"
|
||||||
|
echo -e "${CYAN_TEXT} ${YELLOW_TEXT} 1)${CYAN_TEXT} Contribution stats (by author) ${NORMAL}"
|
||||||
|
echo -e "${CYAN_TEXT} ${YELLOW_TEXT} 2)${CYAN_TEXT} Git changelogs (last $_limit days)${NORMAL}"
|
||||||
|
echo -e "${CYAN_TEXT} ${YELLOW_TEXT} 3)${CYAN_TEXT} Git changelogs by author ${NORMAL}"
|
||||||
|
echo -e "${CYAN_TEXT} ${YELLOW_TEXT} 4)${CYAN_TEXT} My daily status ${NORMAL}"
|
||||||
echo -e "${RED_TEXT} List: ${NORMAL}"
|
echo -e "${RED_TEXT} List: ${NORMAL}"
|
||||||
echo -e "${MENU} ${NUMBER} 4)${MENU} Branch tree view (last 10)${NORMAL}"
|
echo -e "${CYAN_TEXT} ${YELLOW_TEXT} 5)${CYAN_TEXT} Branch tree view (last $_limit)${NORMAL}"
|
||||||
echo -e "${MENU} ${NUMBER} 5)${MENU} All branches (sorted by most recent commit) ${NORMAL}"
|
echo -e "${CYAN_TEXT} ${YELLOW_TEXT} 6)${CYAN_TEXT} All branches (sorted by most recent commit) ${NORMAL}"
|
||||||
echo -e "${MENU} ${NUMBER} 6)${MENU} All contributors (sorted by name) ${NORMAL}"
|
echo -e "${CYAN_TEXT} ${YELLOW_TEXT} 7)${CYAN_TEXT} All contributors (sorted by name) ${NORMAL}"
|
||||||
echo -e "${MENU} ${NUMBER} 7)${MENU} Git commits per author ${NORMAL}"
|
echo -e "${CYAN_TEXT} ${YELLOW_TEXT} 8)${CYAN_TEXT} Git commits per author ${NORMAL}"
|
||||||
echo -e "${MENU} ${NUMBER} 8)${MENU} Git commits per date ${NORMAL}"
|
echo -e "${CYAN_TEXT} ${YELLOW_TEXT} 9)${CYAN_TEXT} Git commits per date ${NORMAL}"
|
||||||
echo -e "${MENU} ${NUMBER} 9)${MENU} Git commits per month ${NORMAL}"
|
echo -e "${CYAN_TEXT} ${YELLOW_TEXT} 10)${CYAN_TEXT} Git commits per month ${NORMAL}"
|
||||||
echo -e "${MENU} ${NUMBER} 10)${MENU} Git commits per weekday ${NORMAL}"
|
echo -e "${CYAN_TEXT} ${YELLOW_TEXT} 11)${CYAN_TEXT} Git commits per weekday ${NORMAL}"
|
||||||
echo -e "${MENU} ${NUMBER} 11)${MENU} Git commits per hour ${NORMAL}"
|
echo -e "${CYAN_TEXT} ${YELLOW_TEXT} 12)${CYAN_TEXT} Git commits per hour ${NORMAL}"
|
||||||
|
echo -e "${CYAN_TEXT} ${YELLOW_TEXT} 13)${CYAN_TEXT} Git commits by author per hour ${NORMAL}"
|
||||||
echo -e "${RED_TEXT} Suggest: ${NORMAL}"
|
echo -e "${RED_TEXT} Suggest: ${NORMAL}"
|
||||||
echo -e "${MENU} ${NUMBER} 12)${MENU} Code reviewers (based on git history) ${NORMAL}"
|
echo -e "${CYAN_TEXT} ${YELLOW_TEXT} 14)${CYAN_TEXT} Code reviewers (based on git history) ${NORMAL}"
|
||||||
echo -e ""
|
echo -e "\n${YELLOW_TEXT}Please enter a menu option or ${RED_TEXT}press enter to exit. ${NORMAL}"
|
||||||
echo -e "${ENTER_LINE}Please enter a menu option or ${RED_TEXT}press enter to exit. ${NORMAL}"
|
read -r opt
|
||||||
read opt
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function option_picked() {
|
function option_picked() {
|
||||||
COLOR='\033[01;31m'
|
local BOLD=$(tput bold)
|
||||||
RESET='\033[00;00m'
|
local RED_TEXT=$(tput setaf 1)
|
||||||
MESSAGE=${@:-"${RESET}Error: No message passed"}
|
local COLOR="${BOLD}${RED_TEXT}"
|
||||||
echo -e "${COLOR}${MESSAGE}${RESET}"
|
local RESET=$(tput sgr0)
|
||||||
echo ""
|
local MESSAGE=${*:-"${RESET}Error: No message passed"}
|
||||||
|
|
||||||
|
echo -e "${COLOR}${MESSAGE}${RESET}\n"
|
||||||
}
|
}
|
||||||
|
|
||||||
function detailedGitStats() {
|
function detailedGitStats() {
|
||||||
option_picked "Contribution stats (by author):"
|
option_picked "Contribution stats (by author):"
|
||||||
|
git log --use-mailmap --no-merges --numstat --pretty="format:commit %H%nAuthor: %aN <%aE>%nDate: %ad%n%n%w(0,4,4)%B%n" $_since $_until $_pathspec | LC_ALL=C awk '
|
||||||
git log --no-merges --numstat --pretty="format:commit %H%nAuthor: %an <%ae>%nDate: %ad%n%n%w(0,4,4)%B%n" $_since $_until | LC_ALL=C awk '
|
|
||||||
function printStats(author) {
|
function printStats(author) {
|
||||||
printf "\t%s:\n", author
|
printf "\t%s:\n", author
|
||||||
|
|
||||||
@@ -74,6 +158,7 @@ function detailedGitStats() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ( first[author] != "" ) {
|
if ( first[author] != "" ) {
|
||||||
|
printf "\t lines changed: %s\n", more[author] + less[author]
|
||||||
printf "\t first commit: %s\n", first[author]
|
printf "\t first commit: %s\n", first[author]
|
||||||
printf "\t last commit: %s\n", last[author]
|
printf "\t last commit: %s\n", last[author]
|
||||||
}
|
}
|
||||||
@@ -82,7 +167,8 @@ function detailedGitStats() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/^Author:/ {
|
/^Author:/ {
|
||||||
author = $2 " " $3
|
$1 = ""
|
||||||
|
author = $0
|
||||||
commits[author] += 1
|
commits[author] += 1
|
||||||
commits["total"] += 1
|
commits["total"] += 1
|
||||||
}
|
}
|
||||||
@@ -115,7 +201,7 @@ function detailedGitStats() {
|
|||||||
|
|
||||||
function suggestReviewers() {
|
function suggestReviewers() {
|
||||||
option_picked "Suggested code reviewers (based on git history):"
|
option_picked "Suggested code reviewers (based on git history):"
|
||||||
git log --no-merges $_since $_until --pretty=%an $* | head -n 100 | sort | uniq -c | sort -nr | LC_ALL=C awk '
|
git log --use-mailmap --no-merges $_since $_until --pretty=%aN $_pathspec $* | head -n 100 | sort | uniq -c | sort -nr | LC_ALL=C awk '
|
||||||
{ args[NR] = $0; }
|
{ args[NR] = $0; }
|
||||||
END {
|
END {
|
||||||
for (i = 1; i <= NR; ++i) {
|
for (i = 1; i <= NR; ++i) {
|
||||||
@@ -127,22 +213,24 @@ function suggestReviewers() {
|
|||||||
function commitsByMonth() {
|
function commitsByMonth() {
|
||||||
option_picked "Git commits by month:"
|
option_picked "Git commits by month:"
|
||||||
echo -e "\tmonth\tsum"
|
echo -e "\tmonth\tsum"
|
||||||
for i in Jan Feb Mar Apr May Jun Jul Aug Sep Oct Dec
|
for i in Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
|
||||||
do
|
do
|
||||||
echo -en "\t$i\t"
|
echo -en "\t$i\t"
|
||||||
echo $(git shortlog -n --no-merges --format='%ad %s' $_since $_until | grep " $i " | wc -l)
|
git shortlog -n --no-merges --format='%ad %s' $_since $_until | grep " $i " | wc -l
|
||||||
done | awk '{
|
done | awk '{
|
||||||
count[$1] = $2
|
count[$1] = $2
|
||||||
total += $2
|
total += $2
|
||||||
}
|
}
|
||||||
END{
|
END{
|
||||||
for (month in count) {
|
for (month in count) {
|
||||||
s="";
|
s="|";
|
||||||
|
if (total > 0) {
|
||||||
percent = ((count[month] / total) * 100) / 1.25;
|
percent = ((count[month] / total) * 100) / 1.25;
|
||||||
for (i = 1; i <= percent; ++i) {
|
for (i = 1; i <= percent; ++i) {
|
||||||
s=s"="
|
s=s"█"
|
||||||
|
}
|
||||||
|
printf( "\t%s\t%-0s\t%s\n", month, count[month], s );
|
||||||
}
|
}
|
||||||
printf( "\t%s\t%-0s\t|%s\n", month, count[month], s );
|
|
||||||
}
|
}
|
||||||
}' | LC_TIME="en_EN.UTF-8" sort -M
|
}' | LC_TIME="en_EN.UTF-8" sort -M
|
||||||
}
|
}
|
||||||
@@ -153,7 +241,7 @@ function commitsByWeekday() {
|
|||||||
for i in Mon Tue Wed Thu Fri Sat Sun
|
for i in Mon Tue Wed Thu Fri Sat Sun
|
||||||
do
|
do
|
||||||
echo -en "\t$i\t"
|
echo -en "\t$i\t"
|
||||||
echo $(git shortlog -n --no-merges --format='%ad %s' $_since $_until | grep "$i " | wc -l)
|
git shortlog -n --no-merges --format='%ad %s' $_since $_until | grep "$i " | wc -l
|
||||||
done | awk '{
|
done | awk '{
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -163,43 +251,57 @@ function commitsByWeekday() {
|
|||||||
next
|
next
|
||||||
}
|
}
|
||||||
END{
|
END{
|
||||||
|
|
||||||
for (day in count) {
|
for (day in count) {
|
||||||
s="";
|
s="|";
|
||||||
|
if (total > 0) {
|
||||||
percent = ((count[day] / total) * 100) / 1.25;
|
percent = ((count[day] / total) * 100) / 1.25;
|
||||||
for (i = 1; i <= percent; ++i) {
|
for (i = 1; i <= percent; ++i) {
|
||||||
s=s"="
|
s=s"█"
|
||||||
}
|
}
|
||||||
printf( "\t%s\t%-0s\t|%s\n", day, count[day], s );
|
printf( "\t%s\t%-0s\t%s\n", day, count[day], s );
|
||||||
}
|
}
|
||||||
}'
|
}
|
||||||
|
}' | sort -k 2 -n -r
|
||||||
}
|
}
|
||||||
|
|
||||||
function commitsByHour() {
|
function commitsByHour() {
|
||||||
|
local author="${1:-}"
|
||||||
|
local _author=""
|
||||||
|
|
||||||
|
if [[ -z "${author}" ]]; then
|
||||||
option_picked "Git commits by hour:"
|
option_picked "Git commits by hour:"
|
||||||
|
_author="--author=**"
|
||||||
|
else
|
||||||
|
option_picked "Git commits by hour for author '${author}':"
|
||||||
|
_author="--author=${author}"
|
||||||
|
fi
|
||||||
echo -e "\thour\tsum"
|
echo -e "\thour\tsum"
|
||||||
for i in `seq -w 0 23`
|
for i in $(seq -w 0 23)
|
||||||
do
|
do
|
||||||
echo -ne "\t$i\t"
|
echo -ne "\t$i\t"
|
||||||
echo $(git shortlog -n --no-merges --format='%ad %s' $_since $_until | grep " $i:" | wc -l)
|
git shortlog -n --no-merges --format='%ad %s' "${_author}" $_since $_until | grep ' '$i: | wc -l
|
||||||
done | awk '{
|
done | awk '{
|
||||||
count[$1] = $2
|
count[$1] = $2
|
||||||
total += $2
|
total += $2
|
||||||
}
|
}
|
||||||
END{
|
END{
|
||||||
for (hour in count) {
|
for (hour in count) {
|
||||||
s="";
|
s="|";
|
||||||
|
if (total > 0) {
|
||||||
percent = ((count[hour] / total) * 100) / 1.25;
|
percent = ((count[hour] / total) * 100) / 1.25;
|
||||||
for (i = 1; i <= percent; ++i) {
|
for (i = 1; i <= percent; ++i) {
|
||||||
s=s"="
|
s=s"█"
|
||||||
|
}
|
||||||
|
printf( "\t%s\t%-0s\t%s\n", hour, count[hour], s );
|
||||||
}
|
}
|
||||||
printf( "\t%s\t%-0s\t|%s\n", hour, count[hour], s );
|
|
||||||
}
|
}
|
||||||
}' | sort
|
}' | sort
|
||||||
}
|
}
|
||||||
|
|
||||||
function commitsPerDay() {
|
function commitsPerDay() {
|
||||||
option_picked "Git commits per date:";
|
option_picked "Git commits per date:";
|
||||||
git log --no-merges $_since $_until --date=short --format='%ad' | sort | uniq -c
|
git log --use-mailmap --no-merges $_since $_until --date=short --format='%ad' $_pathspec | sort | uniq -c
|
||||||
}
|
}
|
||||||
|
|
||||||
function commitsPerAuthor() {
|
function commitsPerAuthor() {
|
||||||
@@ -223,17 +325,17 @@ function myDailyStats() {
|
|||||||
}
|
}
|
||||||
}'
|
}'
|
||||||
|
|
||||||
echo -e "\t" $(git log --author="$(git config user.name)" --no-merges --since=$(date "+%Y-%m-%dT00:00:00") --until=$(date "+%Y-%m-%dT23:59:59") --reverse | grep commit | wc -l) "commits"
|
echo -e "\t" $(git log --use-mailmap --author="$(git config user.name)" --no-merges --since=$(date "+%Y-%m-%dT00:00:00") --until=$(date "+%Y-%m-%dT23:59:59") --reverse | grep commit | wc -l) "commits"
|
||||||
}
|
}
|
||||||
|
|
||||||
function contributors() {
|
function contributors() {
|
||||||
option_picked "All contributors (sorted by name):"
|
option_picked "All contributors (sorted by name):"
|
||||||
git log --no-merges $_since $_until --format='%aN' | sort -u | cat -n
|
git log --use-mailmap --no-merges $_since $_until --format='%aN' $_pathspec | sort -u | cat -n
|
||||||
}
|
}
|
||||||
|
|
||||||
function branchTree() {
|
function branchTree() {
|
||||||
option_picked "Branching tree view:"
|
option_picked "Branching tree view:"
|
||||||
git log --graph --abbrev-commit $_since $_until --decorate --format=format:'--+ Commit: %h %n | Date: %aD (%ar) %n'' | Message: %s %d %n'' + Author: %an %n' --all | head -n 50
|
git log --use-mailmap --graph --abbrev-commit $_since $_until --decorate --format=format:'--+ Commit: %h %n | Date: %aD (%ar) %n'' | Message: %s %d %n'' + Author: %aN %n' --all | head -n $((_limit*5))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -243,135 +345,96 @@ function branchesByDate() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function changelogs() {
|
function changelogs() {
|
||||||
|
local author="${1:-}"
|
||||||
|
local _author=""
|
||||||
|
|
||||||
|
if [[ -z "${author}" ]]; then
|
||||||
option_picked "Git changelogs:"
|
option_picked "Git changelogs:"
|
||||||
git log --pretty=format:"- %s%n%b" --since="$(git show -s --format=%ad `git rev-list --all --max-count=1`)" | sort -nr
|
_author="--author=**"
|
||||||
|
else
|
||||||
|
option_picked "Git changelogs for author '${author}':"
|
||||||
|
_author="--author=${author}"
|
||||||
|
fi
|
||||||
|
|
||||||
|
NEXT=$(date +%F)
|
||||||
|
git log --use-mailmap --no-merges --format="%cd" --date=short "${_author}" $_since $_until $_pathspec | sort -u -r | head -n $_limit | while read DATE ; do
|
||||||
|
echo
|
||||||
|
echo "[$DATE]"
|
||||||
|
GIT_PAGER=cat git log --use-mailmap --no-merges --format=" * %s (%aN)" "${_author}" --since=$DATE --until=$NEXT
|
||||||
|
NEXT=$DATE
|
||||||
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Check to make sure all utilities required for this script are installed
|
||||||
|
check_utils
|
||||||
|
|
||||||
# Check if we are currently in a git repo.
|
# Check if we are currently in a git repo.
|
||||||
git rev-parse --is-inside-work-tree > /dev/null
|
git rev-parse --is-inside-work-tree > /dev/null
|
||||||
|
|
||||||
if [ $# -eq 1 ]
|
# Parse non-interative commands
|
||||||
then
|
if [[ "$#" -eq 1 ]]; then
|
||||||
case $1 in
|
case "$1" in
|
||||||
"suggestReviewers")
|
-r|--suggest-reviewers) suggestReviewers;;
|
||||||
suggestReviewers
|
-T|--detailed-git-stats) detailedGitStats;;
|
||||||
;;
|
-b|--branch-tree) branchTree;;
|
||||||
"detailedGitStats")
|
-d|--commits-per-day) commitsPerDay;;
|
||||||
detailedGitStats
|
-a|--commits-per-author) commitsPerAuthor;;
|
||||||
;;
|
-S|--my-daily-stats) myDailyStats;;
|
||||||
"branchTree")
|
-C|--contributors) contributors;;
|
||||||
branchTree
|
-D|--branches-by-date) branchesByDate;;
|
||||||
;;
|
-c|--changelogs) changelogs;;
|
||||||
"commitsPerDay")
|
-L|--changelogs-by-author)
|
||||||
commitsPerDay
|
author="${_GIT_AUTHOR:-}"
|
||||||
;;
|
while [[ -z "${author}" ]]; do
|
||||||
"commitsPerAuthor")
|
read -r -p "Which author? " author
|
||||||
commitsPerAuthor
|
done
|
||||||
;;
|
changelogs "${author}";;
|
||||||
"myDailyStats")
|
-w|--commits-by-weekday) commitsByWeekday;;
|
||||||
myDailyStats
|
-o|--commits-by-hour) commitsByHour;;
|
||||||
;;
|
-A|--commits-by-author-by-hour)
|
||||||
"contributors")
|
author="${_GIT_AUTHOR:-}"
|
||||||
contributors
|
while [[ -z "${author}" ]]; do
|
||||||
;;
|
read -r -p "Which author? " author
|
||||||
"branchesByDate")
|
done
|
||||||
branchesByDate
|
commitsByHour "${author}";;
|
||||||
;;
|
-m|--commits-by-month) commitsByMonth;;
|
||||||
"changelogs")
|
-h|-\?|--help) usage;;
|
||||||
changelogs
|
*) echo "Invalid argument"; usage; exit 1;;
|
||||||
;;
|
|
||||||
"commitsByWeekday")
|
|
||||||
commitsByWeekday
|
|
||||||
;;
|
|
||||||
"commitsByHour")
|
|
||||||
commitsByHour
|
|
||||||
;;
|
|
||||||
"commitsByMonth")
|
|
||||||
commitsByMonth
|
|
||||||
;;
|
|
||||||
*)
|
|
||||||
echo "Invalid argument. Possible arguments: suggestReviewers, detailedGitStats, commitsPerDay, commitsByMonth, commitsByWeekday, commitsByHour, commitsPerAuthor, myDailyStats, contributors, branchTree, branchesByDate, changelogs"
|
|
||||||
;;
|
|
||||||
esac
|
esac
|
||||||
exit 0;
|
exit 0;
|
||||||
fi
|
fi
|
||||||
|
[[ "$#" -gt 1 ]] && { echo "Invalid arguments"; usage; exit 1; }
|
||||||
|
|
||||||
if [ $# -gt 1 ]
|
# Parse interactive commands
|
||||||
then
|
|
||||||
echo "Usage: git quick-stats <optional-command-to-execute-directly>";
|
|
||||||
exit 1;
|
|
||||||
fi
|
|
||||||
|
|
||||||
clear
|
clear
|
||||||
show_menu
|
show_menu
|
||||||
|
|
||||||
while [ opt != '' ]
|
while [[ "${opt}" != "" ]]; do
|
||||||
do
|
|
||||||
if [[ $opt = "" ]]; then
|
|
||||||
exit;
|
|
||||||
else
|
|
||||||
clear
|
clear
|
||||||
case $opt in
|
case "${opt}" in
|
||||||
1)
|
1) detailedGitStats; show_menu;;
|
||||||
detailedGitStats
|
2) changelogs; show_menu;;
|
||||||
show_menu
|
3) author=""
|
||||||
;;
|
while [[ -z "${author}" ]]; do
|
||||||
2)
|
read -r -p "Which author? " author
|
||||||
changelogs
|
done
|
||||||
show_menu
|
changelogs "${author}"; show_menu;;
|
||||||
;;
|
4) myDailyStats; show_menu;;
|
||||||
3)
|
5) branchTree; show_menu;;
|
||||||
myDailyStats
|
6) branchesByDate; show_menu;;
|
||||||
show_menu
|
7) contributors; show_menu;;
|
||||||
;;
|
8) commitsPerAuthor; show_menu;;
|
||||||
4)
|
9) commitsPerDay; show_menu;;
|
||||||
branchTree
|
10) commitsByMonth; show_menu;;
|
||||||
show_menu
|
11) commitsByWeekday; show_menu;;
|
||||||
;;
|
12) commitsByHour; show_menu;;
|
||||||
5)
|
13) author=""
|
||||||
branchesByDate
|
while [[ -z "${author}" ]]; do
|
||||||
show_menu
|
read -r -p "Which author? " author
|
||||||
;;
|
done
|
||||||
6)
|
commitsByHour "${author}"; show_menu;;
|
||||||
contributors
|
14) suggestReviewers; show_menu;;
|
||||||
show_menu
|
q|"\n") exit;;
|
||||||
;;
|
*) clear; option_picked "Pick an option from the menu"; show_menu;;
|
||||||
7)
|
|
||||||
commitsPerAuthor
|
|
||||||
show_menu
|
|
||||||
;;
|
|
||||||
8)
|
|
||||||
commitsPerDay
|
|
||||||
show_menu
|
|
||||||
;;
|
|
||||||
9)
|
|
||||||
commitsByMonth
|
|
||||||
show_menu
|
|
||||||
;;
|
|
||||||
10)
|
|
||||||
commitsByWeekday
|
|
||||||
show_menu
|
|
||||||
;;
|
|
||||||
11)
|
|
||||||
commitsByHour
|
|
||||||
show_menu
|
|
||||||
;;
|
|
||||||
12)
|
|
||||||
suggestReviewers
|
|
||||||
show_menu
|
|
||||||
;;
|
|
||||||
q)
|
|
||||||
exit
|
|
||||||
;;
|
|
||||||
\n)
|
|
||||||
exit
|
|
||||||
;;
|
|
||||||
*)
|
|
||||||
clear
|
|
||||||
option_picked "Pick an option from the menu"
|
|
||||||
show_menu
|
|
||||||
;;
|
|
||||||
|
|
||||||
esac
|
esac
|
||||||
fi
|
|
||||||
done
|
done
|
||||||
|
|||||||
214
tests/assert.sh
Executable file
214
tests/assert.sh
Executable file
@@ -0,0 +1,214 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
# assert.sh 1.1 - bash unit testing framework
|
||||||
|
# Copyright (C) 2009-2015 Robert Lehmann
|
||||||
|
#
|
||||||
|
# http://github.com/lehmannro/assert.sh
|
||||||
|
#
|
||||||
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU Lesser General Public License as published
|
||||||
|
# by the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU Lesser General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU Lesser General Public License
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
export DISCOVERONLY=${DISCOVERONLY:-}
|
||||||
|
export DEBUG=${DEBUG:-}
|
||||||
|
export STOP=${STOP:-}
|
||||||
|
export INVARIANT=${INVARIANT:-}
|
||||||
|
export CONTINUE=${CONTINUE:-}
|
||||||
|
|
||||||
|
args="$(getopt -n "$0" -l \
|
||||||
|
verbose,help,stop,discover,invariant,continue vhxdic $*)" \
|
||||||
|
|| exit -1
|
||||||
|
for arg in $args; do
|
||||||
|
case "$arg" in
|
||||||
|
-h)
|
||||||
|
echo "$0 [-vxidc]" \
|
||||||
|
"[--verbose] [--stop] [--invariant] [--discover] [--continue]"
|
||||||
|
echo "`sed 's/./ /g' <<< "$0"` [-h] [--help]"
|
||||||
|
exit 0;;
|
||||||
|
--help)
|
||||||
|
cat <<EOF
|
||||||
|
Usage: $0 [options]
|
||||||
|
Language-agnostic unit tests for subprocesses.
|
||||||
|
|
||||||
|
Options:
|
||||||
|
-v, --verbose generate output for every individual test case
|
||||||
|
-x, --stop stop running tests after the first failure
|
||||||
|
-i, --invariant do not measure timings to remain invariant between runs
|
||||||
|
-d, --discover collect test suites only, do not run any tests
|
||||||
|
-c, --continue do not modify exit code to test suite status
|
||||||
|
-h show brief usage information and exit
|
||||||
|
--help show this help message and exit
|
||||||
|
EOF
|
||||||
|
exit 0;;
|
||||||
|
-v|--verbose)
|
||||||
|
DEBUG=1;;
|
||||||
|
-x|--stop)
|
||||||
|
STOP=1;;
|
||||||
|
-i|--invariant)
|
||||||
|
INVARIANT=1;;
|
||||||
|
-d|--discover)
|
||||||
|
DISCOVERONLY=1;;
|
||||||
|
-c|--continue)
|
||||||
|
CONTINUE=1;;
|
||||||
|
esac
|
||||||
|
done
|
||||||
|
|
||||||
|
_indent=$'\n\t' # local format helper
|
||||||
|
|
||||||
|
_assert_reset() {
|
||||||
|
tests_ran=0
|
||||||
|
tests_failed=0
|
||||||
|
tests_errors=()
|
||||||
|
tests_starttime="$(date +%s%N)" # nanoseconds_since_epoch
|
||||||
|
}
|
||||||
|
|
||||||
|
assert_end() {
|
||||||
|
# assert_end [suite ..]
|
||||||
|
tests_endtime="$(date +%s%N)"
|
||||||
|
# required visible decimal place for seconds (leading zeros if needed)
|
||||||
|
local tests_time="$( \
|
||||||
|
printf "%010d" "$(( ${tests_endtime/%N/000000000}
|
||||||
|
- ${tests_starttime/%N/000000000} ))")" # in ns
|
||||||
|
tests="$tests_ran ${*:+$* }tests"
|
||||||
|
[[ -n "$DISCOVERONLY" ]] && echo "collected $tests." && _assert_reset && return
|
||||||
|
[[ -n "$DEBUG" ]] && echo
|
||||||
|
# to get report_time split tests_time on 2 substrings:
|
||||||
|
# ${tests_time:0:${#tests_time}-9} - seconds
|
||||||
|
# ${tests_time:${#tests_time}-9:3} - milliseconds
|
||||||
|
[[ -z "$INVARIANT" ]] \
|
||||||
|
&& report_time=" in ${tests_time:0:${#tests_time}-9}.${tests_time:${#tests_time}-9:3}s" \
|
||||||
|
|| report_time=
|
||||||
|
|
||||||
|
if [[ "$tests_failed" -eq 0 ]]; then
|
||||||
|
echo "all $tests passed$report_time."
|
||||||
|
else
|
||||||
|
for error in "${tests_errors[@]}"; do echo "$error"; done
|
||||||
|
echo "$tests_failed of $tests failed$report_time."
|
||||||
|
fi
|
||||||
|
tests_failed_previous=$tests_failed
|
||||||
|
[[ $tests_failed -gt 0 ]] && tests_suite_status=1
|
||||||
|
_assert_reset
|
||||||
|
}
|
||||||
|
|
||||||
|
assert() {
|
||||||
|
# assert <command> <expected stdout> [stdin]
|
||||||
|
(( tests_ran++ )) || :
|
||||||
|
[[ -z "$DISCOVERONLY" ]] || return
|
||||||
|
expected=$(echo -ne "${2:-}")
|
||||||
|
result="$(eval 2>/dev/null $1 <<< ${3:-})" || true
|
||||||
|
if [[ "$result" == "$expected" ]]; then
|
||||||
|
[[ -z "$DEBUG" ]] || echo -n .
|
||||||
|
return
|
||||||
|
fi
|
||||||
|
result="$(sed -e :a -e '$!N;s/\n/\\n/;ta' <<< "$result")"
|
||||||
|
[[ -z "$result" ]] && result="nothing" || result="\"$result\""
|
||||||
|
[[ -z "$2" ]] && expected="nothing" || expected="\"$2\""
|
||||||
|
_assert_fail "expected $expected${_indent}got $result" "$1" "$3"
|
||||||
|
}
|
||||||
|
|
||||||
|
assert_raises() {
|
||||||
|
# assert_raises <command> <expected code> [stdin]
|
||||||
|
(( tests_ran++ )) || :
|
||||||
|
[[ -z "$DISCOVERONLY" ]] || return
|
||||||
|
status=0
|
||||||
|
(eval $1 <<< ${3:-}) > /dev/null 2>&1 || status=$?
|
||||||
|
expected=${2:-0}
|
||||||
|
if [[ "$status" -eq "$expected" ]]; then
|
||||||
|
[[ -z "$DEBUG" ]] || echo -n .
|
||||||
|
return
|
||||||
|
fi
|
||||||
|
_assert_fail "program terminated with code $status instead of $expected" "$1" "$3"
|
||||||
|
}
|
||||||
|
|
||||||
|
# _assert_with_grep <grep modifiers> <command> <expected output...>
|
||||||
|
_assert_with_grep() {
|
||||||
|
local grep_modifier="$1"
|
||||||
|
local output="$($2)"
|
||||||
|
local exitcode="$4" || 0
|
||||||
|
shift 2
|
||||||
|
|
||||||
|
while [ $# != 0 ]; do
|
||||||
|
assert_raises "echo '$output' | $GREP $grep_modifier '$1'" $exitcode || return 1
|
||||||
|
shift
|
||||||
|
done
|
||||||
|
}
|
||||||
|
|
||||||
|
# assert_startswith <command> <expected start to stdout>
|
||||||
|
assert_startswith() {
|
||||||
|
assert_success "[[ '$($1)' == '$2'* ]]"
|
||||||
|
}
|
||||||
|
|
||||||
|
# assert_endswith <command> <expected start to stdout>
|
||||||
|
assert_endswith() {
|
||||||
|
assert_success "[[ '$($1)' == *'$2' ]]"
|
||||||
|
}
|
||||||
|
|
||||||
|
# assert_contains <command> <expected output...>
|
||||||
|
assert_contains() {
|
||||||
|
_assert_with_grep '-F' "$@"
|
||||||
|
}
|
||||||
|
|
||||||
|
_assert_fail() {
|
||||||
|
# _assert_fail <failure> <command> <stdin>
|
||||||
|
[[ -n "$DEBUG" ]] && echo -n X
|
||||||
|
report="test #$tests_ran \"$2${3:+ <<< $3}\" failed:${_indent}$1"
|
||||||
|
if [[ -n "$STOP" ]]; then
|
||||||
|
[[ -n "$DEBUG" ]] && echo
|
||||||
|
echo "$report"
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
tests_errors[$tests_failed]="$report"
|
||||||
|
(( tests_failed++ )) || :
|
||||||
|
}
|
||||||
|
|
||||||
|
skip_if() {
|
||||||
|
# skip_if <command ..>
|
||||||
|
(eval $@) > /dev/null 2>&1 && status=0 || status=$?
|
||||||
|
[[ "$status" -eq 0 ]] || return
|
||||||
|
skip
|
||||||
|
}
|
||||||
|
|
||||||
|
skip() {
|
||||||
|
# skip (no arguments)
|
||||||
|
shopt -q extdebug && tests_extdebug=0 || tests_extdebug=1
|
||||||
|
shopt -q -o errexit && tests_errexit=0 || tests_errexit=1
|
||||||
|
# enable extdebug so returning 1 in a DEBUG trap handler skips next command
|
||||||
|
shopt -s extdebug
|
||||||
|
# disable errexit (set -e) so we can safely return 1 without causing exit
|
||||||
|
set +o errexit
|
||||||
|
tests_trapped=0
|
||||||
|
trap _skip DEBUG
|
||||||
|
}
|
||||||
|
_skip() {
|
||||||
|
if [[ $tests_trapped -eq 0 ]]; then
|
||||||
|
# DEBUG trap for command we want to skip. Do not remove the handler
|
||||||
|
# yet because *after* the command we need to reset extdebug/errexit (in
|
||||||
|
# another DEBUG trap.)
|
||||||
|
tests_trapped=1
|
||||||
|
[[ -z "$DEBUG" ]] || echo -n s
|
||||||
|
return 1
|
||||||
|
else
|
||||||
|
trap - DEBUG
|
||||||
|
[[ $tests_extdebug -eq 0 ]] || shopt -u extdebug
|
||||||
|
[[ $tests_errexit -eq 1 ]] || set -o errexit
|
||||||
|
return 0
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
_assert_reset
|
||||||
|
: ${tests_suite_status:=0} # remember if any of the tests failed so far
|
||||||
|
_assert_cleanup() {
|
||||||
|
local status=$?
|
||||||
|
# modify exit code if it's not already non-zero
|
||||||
|
[[ $status -eq 0 && -z $CONTINUE ]] && exit $tests_suite_status
|
||||||
|
}
|
||||||
|
trap _assert_cleanup EXIT
|
||||||
19
tests/commands_test.sh
Executable file
19
tests/commands_test.sh
Executable file
@@ -0,0 +1,19 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
. tests/assert.sh -v
|
||||||
|
|
||||||
|
src="./git-quick-stats"
|
||||||
|
#assert "$src fail" "Invalid argument\n\nNAME\n git-quick-stats - Simple and efficient way to access various stats in a git repo\n\nSYNOPSIS\n For non-interactive mode: git-quick-stats [OPTIONS]\n For interactive mode: git-quick-stats\n\nDESCRIPTION\n Any git repository contains tons of information about commits, contributors,\n and files. Extracting this information is not always trivial, mostly because\n of a gadzillion options to a gadzillion git commands.\n\n This program allows you to see detailed information about a git repository.\n\nOPTIONS\n suggestReviewers - see best people to contact to review code\n detailedGitStats - displays a detailed list of git status\n commitsPerDay - displays a list of commits per day\n commitsByMonth - displays a list of commits per month\n commitsByWeekday - displays a list of commits per weekday\n commitsByHour - displays a list of commits per hour\n commitsByAuthorByHour - see a list of commits per hour by author\n commitsPerAuthor - displays a list of commits per author\n myDailyStats - see your current daily stats\n contributors - see a list of all contributors\n branchTree - see an ASCII graph of the git repo\n branchesByDate - show branches by date\n changelogs - see changelogs\n changelogsByAuthor - see changelogs by author\n\nADDITIONAL USAGE\n You can set _GIT_SINCE and _GIT_UNTIL to limit the git time log\n ex: export _GIT_SINCE=2017-20-01\n You can set _GIT_LIMIT for limited output log\n ex: export _GIT_LIMIT=20\n You can exclude a directory from the stats by using pathspec\n ex: export _GIT_PATHSPEC=':!directory'\n \nCONTRIBUTION\n For details regarding contribution, please see the contribution.md document\n\nLICENSE\n This is under the MIT license. See LICENSE in the repo for more info"
|
||||||
|
assert "$src fail" "Invalid argument\n\nNAME\n git-quick-stats - Simple and efficient way to access various stats in a git repo\n\nSYNOPSIS\n For non-interactive mode: git-quick-stats [OPTIONS]\n For interactive mode: git-quick-stats\n\nDESCRIPTION\n Any git repository contains tons of information about commits, contributors,\n and files. Extracting this information is not always trivial, mostly because\n of a gadzillion options to a gadzillion git commands.\n\n This program allows you to see detailed information about a git repository.\n\nOPTIONS\n -r, --suggest-reviewers\n show the best people to contact to review code\n -T, --detailed-git-stats\n give a detailed list of git stats\n -d, --commits-per-day\n displays a list of commits per day\n -m, --commits-by-month\n displays a list of commits per month\n -w, --commits-by-weekday\n displays a list of commits per weekday\n -o, --commits-by-hour\n displays a list of commits per hour\n -A, --commits-by-author-by-hour\n displays a list of commits per hour by author\n -a, --commits-per-author\n displays a list of commits per author\n -S, --my-daily-stats\n see your current daily stats\n -C, --contributors\n see a list of everyone who contributed to the repo\n -b, --branch-tree\n show an ASCII graph of the git repo branch history\n -D, --branches-by-date\n show branches by date\n -c, --changelogs\n see changelogs\n -L, --changelogs-by-author\n see changelogs by author\n -h, -?, --help\n display this help text in the terminal\n\nADDITIONAL USAGE\n You can set _GIT_SINCE and _GIT_UNTIL to limit the git time log\n ex: export _GIT_SINCE=\"2017-20-01\"\n You can set _GIT_LIMIT for limited output log\n ex: export _GIT_LIMIT=20\n You can exclude a directory from the stats by using pathspec\n ex: export _GIT_PATHSPEC=':!directory'"
|
||||||
|
assert_raises "$src fail" 1
|
||||||
|
|
||||||
|
assert_contains "$src --suggest-reviewers" "Suggested code reviewers (based on git history)" 127
|
||||||
|
assert_raises "$src --suggest-reviewers" 0
|
||||||
|
|
||||||
|
assert_contains "$src --detailed-git-stats" "Contribution stats" 127
|
||||||
|
assert_raises "$src --detailed-git-stats" 0
|
||||||
|
|
||||||
|
assert_contains "$src --commits-per-day" "Git commits per date" 127
|
||||||
|
assert_raises "$src --commits-per-day" 0
|
||||||
|
|
||||||
|
assert_end
|
||||||
Reference in New Issue
Block a user