Skip to content

Commit a73c19c

Browse files
committed
Version 6.4.0
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
1 parent 6bf2b0b commit a73c19c

File tree

3 files changed

+51
-2
lines changed

3 files changed

+51
-2
lines changed

AUTHORS

+6-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Patches and Suggestions
1717
- Jonhnny Weslley
1818
- LeeW
1919
- Niklas Schlimm
20+
- Tobias Fendin
2021
- nickl-
2122
- timfeirg
2223
- CJ
@@ -36,7 +37,6 @@ Patches and Suggestions
3637
- Mark Pitman
3738
- Luke Childs
3839
- Sasha Khamkov
39-
- Tobias Fendin
4040
- equt
4141
- vyas
4242
- Don Harper
@@ -49,6 +49,7 @@ Patches and Suggestions
4949
- Chris Hall
5050
- Damian Krzeminski
5151
- NANRI
52+
- Peter Benjamin
5253
- Alexander Krasnukhin
5354
- Phally
5455
- Rico Sta. Cruz
@@ -70,6 +71,7 @@ Patches and Suggestions
7071
- Vladimir Jimenez
7172
- gisphm
7273
- jacobherrington
74+
- overengineer
7375
- phigoro
7476
- wooorm
7577
- Alexis GRIMALDI
@@ -159,6 +161,7 @@ Patches and Suggestions
159161
- Heiko Becker
160162
- Isaac Mungai
161163
- J.C. Yamokoski
164+
- Jack O. Wasey
162165
- James Manning
163166
- James Zhu
164167
- Jan Krueger
@@ -174,6 +177,7 @@ Patches and Suggestions
174177
- Jon Ander Peñalba
175178
- Joshua Appelman
176179
- José María Gutiérrez @TheTechOddBug
180+
- Katrin Leinweber
177181
- Kevin Woo
178182
- Konstantin Schukraft
179183
- Leandro López
@@ -241,6 +245,7 @@ Patches and Suggestions
241245
- neydroid
242246
- nulltask
243247
- sgleizes
248+
- tfendin
244249
- tiemonl
245250
- zentarul
246251
- zeroDivisible

History.md

+44
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,47 @@
1+
6.4.0 / 2022-04-22
2+
==================
3+
4+
* Merge pull request #964 from spacewander/bro
5+
* git-browse/browse-ci: use powershell.exe only when it is available
6+
* Merge pull request #944 from SimonTate/feature/sem-ver-prefix
7+
* Merge pull request #957 from jackwasey/quiet-or-stderr
8+
* git-release: Add prefix to semver
9+
* Merge pull request #959 from pbnj/feat/git-browse-ci
10+
* fix: fix stderr & stdout redirect
11+
* Merge pull request #962 from spacewander/gicc
12+
* git-ignore-io: make sure .gi_list is created before access
13+
* git-ignore: the directory of target file may not exist
14+
* fix(git-browse-ci): set pipefail
15+
* docs: fix docs
16+
* chore: update docs & completions
17+
* feat: implement git-browse-ci
18+
* quiet option, errors to stderr
19+
* Merge pull request #956 from tfendin/xargs-conflicting-args
20+
* Removed xargs from git-effort
21+
* Merge pull request #955 from katrinleinweber/summary-highlight-path-opt
22+
* Highlight path option more
23+
* Merge pull request #951 from tfendin/local-commits-all-remotes
24+
* Updated manual for git local-commits, must track a branch
25+
* Merge pull request #946 from tfendin/default_branch_logic
26+
* Made local-commits work with all remotes
27+
* Updated Readme.md after review
28+
* Merge pull request #949 from tfendin/git-ignore-ensure-newline
29+
* Added section about main branch to the Readme file
30+
* Merge pull request #947 from tfendin/git-unlock-synopsis-fix
31+
* Merge pull request #948 from tfendin/git-ignore-core-excludesFile
32+
* Clarified comment of when newline should be added
33+
* Updated git-extras manual after review.
34+
* git-ignore: ensure new patterns comes after a newline
35+
* Fixed bug in git-ignore which ignored config core.excludeFiles
36+
* Spell corr in git-unlock synopsis
37+
* Consider init.defaultBranch in git_extra_default_branch, changed default branch to main.
38+
* Merge pull request #885 from spacewander/add_pkg
39+
* doc: add packaging status
40+
* Merge pull request #940 from overengineer/feature/magic
41+
* Ignored error when git restore --staged fails when there is no commit
42+
* Merge branch 'master' into merge/magic
43+
* Added git-magic command
44+
* Bump version to 6.4.0-dev
145

246
6.3.0 / 2021-10-02
347
==================

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="6.4.0-dev"
3+
VERSION="6.4.0"
44
INSTALL_SCRIPT="https://raw.githubusercontent.com/tj/git-extras/master/install.sh"
55

66
update() {

0 commit comments

Comments
 (0)