Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2a65a7a

Browse files
committedDec 21, 2019
Version 5.1.0
1 parent 2c689db commit 2a65a7a

File tree

3 files changed

+89
-3
lines changed

3 files changed

+89
-3
lines changed
 

‎AUTHORS

+10-2
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,13 @@ Patches and Suggestions
2020
- nickl-
2121
- timfeirg
2222
- CJ
23+
- Paul Wise
2324
- Damien Tardy-Panis
2425
- Mark Eissler
2526
- Leila Muhtasib
2627
- Richard Fearn
27-
- Paul Wise
2828
- Jesús Espino
29+
- go2null
2930
- Andrew Janke
3031
- David Baumgold
3132
- Jan Schulz
@@ -56,6 +57,7 @@ Patches and Suggestions
5657
- Richard Russon
5758
- Sam Bostock
5859
- gisphm
60+
- jacobherrington
5961
- wooorm
6062
- Alexis GRIMALDI
6163
- Allan Odgaard
@@ -84,8 +86,8 @@ Patches and Suggestions
8486
- Wil Moore III
8587
- William Montgomery
8688
- Ye Lin Aung
87-
- go2null
8889
- phigoro
90+
- roxchgt
8991
- soffolk
9092
- Abdullah
9193
- Adam Parkin
@@ -112,6 +114,7 @@ Patches and Suggestions
112114
- Bruno Sutic
113115
- Carl Casbolt
114116
- Carlos Rodríguez
117+
- Christophe Badoit
115118
- Ciro Nunes
116119
- Craig MacGregor
117120
- Dan Jackson
@@ -124,6 +127,7 @@ Patches and Suggestions
124127
- Dominic Barnes
125128
- Dung Quang
126129
- Edward Betts
130+
- Eli Schwartz
127131
- Emil Kjelsrud
128132
- François M
129133
- George Crabtree
@@ -159,6 +163,7 @@ Patches and Suggestions
159163
- Matthew Avant
160164
- Michael Komitee
161165
- Michael Matuzak
166+
- Michele Bologna
162167
- Montak Oleg
163168
- Moritz Grauel
164169
- Nate Fischer
@@ -175,6 +180,7 @@ Patches and Suggestions
175180
- Rasmus Wriedt Larsen
176181
- Riceball LEE
177182
- Rob Kennedy
183+
- Robin von Bülow
178184
- Ryan Bohn
179185
- Sachin Gupta
180186
- Sam Thursfield
@@ -187,6 +193,7 @@ Patches and Suggestions
187193
- Stu Feldt
188194
- Timothy Hwang
189195
- Todd Wolfson
196+
- Tom Andrade
190197
- Tom Ashworth
191198
- Tony
192199
- TweeKane
@@ -197,6 +204,7 @@ Patches and Suggestions
197204
- creynders
198205
- dead-horse
199206
- eszabpt
207+
- fengkx
200208
- jykntr
201209
- meza
202210
- neydroid

‎History.md

+78
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,82 @@
11

2+
5.1.0 / 2019-12-21
3+
==================
4+
5+
* git-bulk: support cloning from a relative path
6+
* git-standuo: clarify the -a option
7+
* git-paste: check pastebinit before running it
8+
* git-coauthor: quote variable in the comparison
9+
* git-bulk: don't disappoint shellcheck
10+
* Merge pull request #812 from spacewander/git-sed-escape
11+
* git-sed: escape special characters for tr
12+
* Merge pull request #811 from eli-schwartz/portability
13+
* build: do not require the nonstandard and unpredictable 'which' utility
14+
* add repositories to workspace from source (#804)
15+
* Merge pull request #810 from roxchgt/read-not-need-repo
16+
* read COMMANDS_WIHOUT_REPO from not_need_git_repo file
17+
* Merge pull request #806 from spacewander/retire_make_with_msys
18+
* Merge pull request #808 from drasill/master
19+
* git-ignore: support non-default .git directory
20+
* retire the msysgit installation script
21+
* Merge pull request #802 from spacewander/fix-git-bulk-arg-count
22+
* git-bulk: line break is need in the SYNOPSIS doc section
23+
* fix bug in allowedargcount() to not execute command if wrong args count
24+
* Merge pull request #801 from spacewander/fix-delete-submodule
25+
* git-delete-submodule: don't remove the history of deleted submodule
26+
* Merge pull request #798 from wolviecb/signed_release
27+
* Add flags -s and -u for signed tags
28+
* Merge pull request #795 from spacewander/git-squash-commit-msg
29+
* Merge pull request #793 from spacewander/git-standup-group-by-branch
30+
* git-squash: miss completion script change
31+
* git-squash: clean up shellcheck warnings
32+
* git-squash: add --squash-messages to concat commit messages into one.
33+
* git-standup: add option to limit the number of commit
34+
* Merge pull request #789 from go2null/delete-empty-gitmodules
35+
* git-delete-submodule: comment the DUMMY prefix and ignore the output of grep -v.
36+
* git-standup: add separate newline between the output
37+
* add PR changes
38+
* add --force option to continue on error
39+
* improve readability
40+
* display git submodule status output before exiting
41+
* check git submodule status before declaring success
42+
* reorganize flow
43+
* delete empty .gitmodules
44+
* git-standup: add option '-B' to group the commits by branch
45+
* Merge pull request #792 from spacewander/git-summary-cleanup
46+
* git-summary: clean up other shellcheck warnings
47+
* git-summary: fix incorrect active days when commits range is given
48+
* git-summary: remove useless result function.
49+
* Merge pull request #790 from spacewander/git-summary-merge-email
50+
* git-summary: add --dedup-by-email to remove duplicate users
51+
* Merge pull request #788 from spacewander/doc_git_summary_line
52+
* git-summary: add missing example of --line option
53+
* Merge pull request #787 from rvbuelow/patch-1
54+
* Merge pull request #786 from mbologna/patch-1
55+
* Use GIT_DIR environment variable to to set .git directory
56+
* Docs: add OpenSUSE distribution information
57+
* Merge pull request #784 from spacewander/git-effort-col-len
58+
* git-effort: adjust column limit according to the paths
59+
* Merge pull request #708 from pabs3/git-paste
60+
* Regenerate docs
61+
* Add git-paste for sending patches to pastebin
62+
* Merge pull request #778 from pabs3/cleanups
63+
* Switch from using /tmp to using mktemp
64+
* Switch http URLs to https where possible
65+
* Fix typos
66+
* Fix an indefinite article in the documentation
67+
* Merge pull request #776 from spacewander/update_git_pr_doc
68+
* Merge pull request #777 from fengkx/zplugin-install-completion
69+
* docs(Installation): :memo: add src in zplugin ice modifier to source the completion file
70+
* git-pr: mention the limitation of -m option
71+
* Merge pull request #772 from jacobherrington/add-git-coauthor
72+
* Add conditional logic for linebreaks
73+
* Ensure arguments exist
74+
* Add git coauthor command
75+
* improve the quality of the integrity check.
76+
* Merge pull request #774 from jacobherrington/patch-2
77+
* Bump version to 5.1.0-dev.
78+
* Link to the contributing document
79+
280
5.0.0 / 2019-08-16
381
==================
482

‎bin/git-extras

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
VERSION="5.1.0-dev"
3+
VERSION="5.1.0"
44
INSTALL_SCRIPT="https://raw.githubusercontent.com/tj/git-extras/master/install.sh"
55

66
update() {

0 commit comments

Comments
 (0)
Failed to load comments.