Skip to content

Commit 0c0be92

Browse files
committed
Version 6.3.0
1 parent cc9b972 commit 0c0be92

File tree

3 files changed

+55
-2
lines changed

3 files changed

+55
-2
lines changed

AUTHORS

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,10 @@ Patches and Suggestions
3636
- Mark Pitman
3737
- Luke Childs
3838
- Sasha Khamkov
39+
- Tobias Fendin
3940
- equt
4041
- vyas
42+
- Don Harper
4143
- Robin Winslow
4244
- Yi EungJun
4345
- grindhold
@@ -65,6 +67,7 @@ Patches and Suggestions
6567
- Philipp Klose
6668
- Richard Russon
6769
- Sam Bostock
70+
- Vladimir Jimenez
6871
- gisphm
6972
- jacobherrington
7073
- phigoro
@@ -133,6 +136,7 @@ Patches and Suggestions
133136
- Carlos Rodríguez
134137
- Christophe Badoit
135138
- Ciro Nunes
139+
- CleanMachine1
136140
- Craig MacGregor
137141
- Dan Jackson
138142
- Dan Kilman
@@ -152,6 +156,7 @@ Patches and Suggestions
152156
- Guillermo Rauch
153157
- Gunnlaugur Thor Briem
154158
- Hasse Ramlev Hansen
159+
- Heiko Becker
155160
- Isaac Mungai
156161
- J.C. Yamokoski
157162
- James Manning
@@ -175,6 +180,7 @@ Patches and Suggestions
175180
- Luis Miguel Hernanz
176181
- Maarten Winter
177182
- Marco Glasbergen
183+
- Matan Rosenberg
178184
- Mathieu D. (MatToufoutu)
179185
- Matt
180186
- Matt Colyer
@@ -188,11 +194,13 @@ Patches and Suggestions
188194
- Nathan Rajlich
189195
- Nick Campbell
190196
- Nick Payne
197+
- Nicolas Kosinski
191198
- Niklas Fiekas
192199
- Oliver Kopp
193200
- Orestis
194201
- Peter Bittner
195202
- Prayag Verma
203+
- Przemek Kitszel
196204
- R. Martinho Fernandes
197205
- Raphael Fleischlin
198206
- Rasmus Wriedt Larsen
@@ -205,6 +213,7 @@ Patches and Suggestions
205213
- Sean Molenaar
206214
- Sebastian Gniazdowski
207215
- Sebastián Mancilla
216+
- Simon Tate
208217
- Stefan VanBuren
209218
- Stephen Mathieson
210219
- Steve Mao
@@ -222,6 +231,7 @@ Patches and Suggestions
222231
- Xavier Krantz
223232
- Xiaopei Li
224233
- Zeeshan Ahmed
234+
- ax1036
225235
- creynders
226236
- dead-horse
227237
- eszabpt
@@ -237,4 +247,3 @@ Patches and Suggestions
237247
- Étienne BERSAC
238248
- ☃ pitr
239249
- 单元源
240-
- Don 'duckunix' Harper

History.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,48 @@
11

2+
6.3.0 / 2021-10-02
3+
==================
4+
5+
* Merge pull request #942 from spacewander/ffgd
6+
* git-delete-squashed-branches: fail fast if can't checkout
7+
* Merge pull request #939 from SimonTate/feature/force-clear
8+
* git-clear: add force option
9+
* Merge pull request #936 from tfendin/multiline_synopsis_fix
10+
* Merge pull request #937 from tfendin/dedup_email_case_insensitive
11+
* Merge pull request #934 from tfendin/no-merge-summary
12+
* Adopted git --dedup-by-email to the project coding style
13+
* summary --dedup-by-email now compares email adresses case insensitive.
14+
* Updated lines under Synopsis in the manuals so they are commonly formatted
15+
* Add incompability check for git summary --line --no-merges, split synopsis in its manual.
16+
* Merge pull request #935 from ax1036/git-un-lock
17+
* fix git (un)lock with spaced filenames
18+
* Updated completion for git summary
19+
* Updated documentation for git-summary --no-merges
20+
* Added option --no-merges to git summary
21+
* Merge pull request #932 from spacewander/git-su
22+
* git-summary: support filtering `--line` with path
23+
* Merge pull request #865 from pkitszel/pkitszel-git-abort
24+
* Add git-abort
25+
* Merge pull request #928 from duckunix/master
26+
* Update point to github docs for forks from API
27+
* update working
28+
* git-fork | Update man/md/html pages to talk about need of the github personal access token
29+
* Updated documentation (AUTHORS)
30+
* bin/git-fork | updating for feedback from PR #928
31+
* git-fork | update to match REST-API auth standards as of 2021-06
32+
* Merge pull request #926 from nicokosi/patch-1
33+
* Update install doc: Homebrew is not just for macOS
34+
* Merge pull request #924 from allejo/feature/delete-squashed-branches
35+
* delete-squashed-branches: Make side-effect clear in docs
36+
* delete-squashed-branches: Make branch checkout side effect clear
37+
* Add delete-squashed-branches command
38+
* Merge pull request #923 from CleanMachine1/patch-1
39+
* Picture is broken
40+
* Merge pull request #920 from matan129/patch-1
41+
* Ignore checked-out branches on different worktrees
42+
* Merge pull request #917 from heirecka/remove-git-line-summary-man-page
43+
* Bump version to 6.3.0-dev
44+
* doc: Remove man page for git-line-summary
45+
246
6.2.0 / 2021-03-26
347
==================
448

bin/git-extras

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

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

66
update() {

0 commit comments

Comments
 (0)