Commit Graph

1934 Commits

Author SHA1 Message Date
zowoq
5edaead2dc delta: 0.8.1 -> 0.8.2
https://github.com/dandavison/delta/releases/tag/0.8.2
2021-06-30 06:12:32 +10:00
zowoq
d7ea598b27 gh: 1.11.0 -> 1.12.0
https://github.com/cli/cli/releases/tag/v1.12.0
2021-06-30 06:09:55 +10:00
Robert Schütz
d6234c2165 Merge branch 'master' into staging-next 2021-06-26 00:33:58 +02:00
zowoq
cd50708ec8 delta: 0.8.0 -> 0.8.1
https://github.com/dandavison/delta/releases/tag/0.8.1
2021-06-25 21:45:25 +09:00
github-actions[bot]
bae6b2055f
Merge master into staging-next 2021-06-25 12:06:04 +00:00
Sandro
959014ce29
Merge pull request #127816 from VirtusLab/git-machete-3.2.1
gitAndTools.git-machete: 3.2.0 -> 3.2.1
2021-06-25 11:12:10 +02:00
Robert Schütz
c1dca92daf Merge branch 'master' into staging-next 2021-06-25 10:02:10 +02:00
V
56f5cd3343 git: add shellPath passthru
git features a restricted login shell for allowing Git-only SSH access.
2021-06-25 03:26:19 +02:00
Niklas Hambüchen
d22a561225 git-branchless: init at 0.3.2 2021-06-24 13:27:19 +02:00
Git Machete Release Bot
9c9f7cc27b gitAndTools.git-machete: 3.2.0 -> 3.2.1
###### Motivation for this change
Update to latest upstream version

###### Things done
 * [ ]  Tested using sandboxing ([nix.useSandbox](http://nixos.org/nixos/manual/options.html#opt-nix.useSandbox) on NixOS, or option `sandbox` in [`nix.conf`](http://nixos.org/nix/manual/#sec-conf-file) on non-NixOS linux)
 * Built on platform(s)

   * [x]  NixOS
   * [ ]  macOS
   * [ ]  other Linux distributions
 * [ ]  Tested via one or more NixOS test(s) if existing and applicable for the change (look inside [nixos/tests](https://github.com/NixOS/nixpkgs/blob/master/nixos/tests))
 * [ ]  Tested compilation of all pkgs that depend on this change using `nix-shell -p nix-review --run "nix-review wip"`
 * [x]  Tested execution of all binary files (usually in `./result/bin/`)
 * [ ]  Determined the impact on package closure size (by running `nix path-info -S` before and after)
 * [ ]  Ensured that relevant documentation is up to date
 * [x]  Fits [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/.github/CONTRIBUTING.md).
2021-06-22 17:29:34 +00:00
Martin Weinelt
eef9694ebc
Merge branch 'master' into staging-next 2021-06-22 00:58:31 +02:00
Maximilian Bosch
8e25802249
Merge pull request #127301 from r-ryantm/auto-update/gitstatus
gitstatus: 1.5.1 -> 1.5.2
2021-06-20 19:37:59 +02:00
github-actions[bot]
4ea74538ce
Merge master into staging-next 2021-06-18 18:04:25 +00:00
Sandro
13fcfce0af
Merge pull request #127228 from r-ryantm/auto-update/ghr
ghr: 0.13.0 -> 0.14.0
2021-06-18 17:10:42 +02:00
R. RyanTM
08aaf68511 gitstatus: 1.5.1 -> 1.5.2 2021-06-18 05:43:45 +00:00
R. RyanTM
3ac01fa851 ghr: 0.13.0 -> 0.14.0 2021-06-17 15:04:40 +00:00
github-actions[bot]
b859981601
Merge master into staging-next 2021-06-17 12:05:01 +00:00
Sandro
7b229db9e4
Merge pull request #127119 from VirtusLab/git-machete-3.2.0 2021-06-17 13:38:31 +02:00
github-actions[bot]
538d5cc5d0
Merge staging-next into staging 2021-06-17 00:09:51 +00:00
github-actions[bot]
51bf815af0
Merge master into staging-next 2021-06-17 00:09:48 +00:00
Sandro
eaef571d76
Merge pull request #125476 from LeSuisse/git-fix-pkgsStatic
git: fix pkgsStatic build
2021-06-17 01:10:00 +02:00
github-actions[bot]
8b9fa8d446
Merge staging-next into staging 2021-06-16 18:04:48 +00:00
github-actions[bot]
2d104c99a7
Merge master into staging-next 2021-06-16 18:04:45 +00:00
Jan Tojnar
e3dfa79441
Merge branch 'staging-next' into staging
Regenerated pkgs/servers/x11/xorg/default.nix to resolve the conflict.
2021-06-16 19:59:05 +02:00
Git Machete Release Bot
8aebc1b904 gitAndTools.git-machete: 3.1.1 -> 3.2.0
###### Motivation for this change
Update to latest upstream version

###### Things done
 * [ ]  Tested using sandboxing ([nix.useSandbox](http://nixos.org/nixos/manual/options.html#opt-nix.useSandbox) on NixOS, or option `sandbox` in [`nix.conf`](http://nixos.org/nix/manual/#sec-conf-file) on non-NixOS linux)
 * Built on platform(s)

   * [x]  NixOS
   * [ ]  macOS
   * [ ]  other Linux distributions
 * [ ]  Tested via one or more NixOS test(s) if existing and applicable for the change (look inside [nixos/tests](https://github.com/NixOS/nixpkgs/blob/master/nixos/tests))
 * [ ]  Tested compilation of all pkgs that depend on this change using `nix-shell -p nix-review --run "nix-review wip"`
 * [x]  Tested execution of all binary files (usually in `./result/bin/`)
 * [ ]  Determined the impact on package closure size (by running `nix path-info -S` before and after)
 * [ ]  Ensured that relevant documentation is up to date
 * [x]  Fits [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/.github/CONTRIBUTING.md).
2021-06-16 17:56:47 +00:00
Thomas Gerbet
fc1c4bab77 git: fix pkgsStatic build 2021-06-16 18:46:39 +02:00
Sandro
4d5f3b8d93
Merge pull request #127022 from r-ryantm/auto-update/glab
glab: 1.18.0 -> 1.18.1
2021-06-16 18:25:26 +02:00
github-actions[bot]
f060a3768b
Merge master into staging-next 2021-06-16 06:04:41 +00:00
R. RyanTM
76ceead4ec lefthook: 0.7.5 -> 0.7.6 2021-06-15 20:01:41 -07:00
Jonathan Ringer
d1d37feb6d
Merge branch 'master' into staging-next
Conflicts:
  pkgs/servers/x11/xorg/default.nix
2021-06-15 19:32:36 -07:00
R. RyanTM
29cf0172e0 glab: 1.18.0 -> 1.18.1 2021-06-16 01:39:44 +00:00
Jan Tojnar
91171e2955
Merge branch 'master' into staging-next
Regenerated pkgs/servers/x11/xorg/default.nix to resolve the conflict.
2021-06-15 11:19:41 +02:00
Maximilian Bosch
d387353590
gitAndTools.diff-so-fancy: 1.4.1 -> 1.4.2
ChangeLog: https://github.com/so-fancy/diff-so-fancy/releases/tag/v1.4.2
2021-06-14 22:36:43 +02:00
Martin Weinelt
38b5368b7e
gitAndTools.gitstatus: 1.4.4 -> 1.5.1 2021-06-10 21:35:57 +02:00
Jan Tojnar
ba733d435b
Merge branch 'staging-next' into staging 2021-06-10 14:07:45 +02:00
github-actions[bot]
51dce04dde
Merge master into staging-next 2021-06-10 12:05:05 +00:00
Mario Rodas
1027d970df
Merge pull request #126152 from r-ryantm/auto-update/git-filter-repo
git-filter-repo: 2.29.0 -> 2.32.0
2021-06-10 05:38:19 -05:00
github-actions[bot]
cf8441dd85
Merge staging-next into staging 2021-06-09 18:14:53 +00:00
github-actions[bot]
f242b07bc2
Merge master into staging-next 2021-06-09 18:14:51 +00:00
Ryan Mulligan
62c94205ab
Merge pull request #126318 from r-ryantm/auto-update/glab
glab: 1.17.0 -> 1.18.0
2021-06-09 06:00:19 -07:00
Martin Weinelt
3da00fa467
Merge branch 'master' into staging-next 2021-06-09 14:18:55 +02:00
R. RyanTM
e9d48ab799 git-vendor: 1.2.0 -> 1.2.1 2021-06-09 14:15:52 +02:00
R. RyanTM
a362b1e9ee glab: 1.17.0 -> 1.18.0 2021-06-09 07:03:20 +00:00
Michael Weiss
4ac67163c4
git: Drop POSIXPERM for the tests
Shared permissions are forbidden in the Nix build sandbox which is why
some of the tests fail. Dropping the POSIXPERM test prerequisite, that
is added unconditionally on Linux, should help us avoiding uninteresting
test failures after Git updates. The drawback is that this disables a
few additional tests (as of Git 2.32.0 approx. 71 out of more than 20k
subtests require POSIXPERM).
2021-06-08 20:36:34 +02:00
R. RyanTM
688a5b4c37 git-filter-repo: 2.29.0 -> 2.32.0 2021-06-08 03:48:25 +00:00
github-actions[bot]
e218376e4a
Merge staging-next into staging 2021-06-07 06:37:31 +00:00
github-actions[bot]
33d7555871
Merge master into staging-next 2021-06-07 06:37:28 +00:00
R. RyanTM
d4963ae435 gitui: 0.16.0 -> 0.16.1 2021-06-07 02:21:26 +00:00
Michael Weiss
752bfa0496
git: 2.31.1 -> 2.32.0 2021-06-06 16:35:32 +02:00
github-actions[bot]
51ecdeca84
Merge master into staging-next 2021-06-06 00:15:19 +00:00
Maximilian Bosch
cd7a26eb8c
gitAndTools.tig: 2.5.3 -> 2.5.4
ChangeLog: https://github.com/jonas/tig/releases/tag/tig-2.5.4
2021-06-05 20:51:07 +02:00
github-actions[bot]
5b9da195a0
Merge master into staging-next 2021-06-04 01:45:17 +00:00
zowoq
2959ad27de gh: 1.10.3 -> 1.11.0
https://github.com/cli/cli/releases/tag/v1.11.0
2021-06-04 10:18:55 +10:00
github-actions[bot]
59de269a92
Merge master into staging-next 2021-05-30 12:49:08 +00:00
Antonio Yang
a8daff8b1a gitui: 0.15.0 -> 0.16.0 2021-05-30 12:41:00 +08:00
github-actions[bot]
4cfefea5b2
Merge master into staging-next 2021-05-29 01:43:58 +00:00
Mario Rodas
4052d0eceb gitAndTools.delta: 0.7.1 -> 0.8.0
https://github.com/dandavison/delta/releases/tag/0.8.0
2021-05-28 04:20:00 +00:00
github-actions[bot]
a743ebe846
Merge master into staging-next 2021-05-27 18:58:59 +00:00
Sandro
ee74a87392
Merge pull request #124591 from SuperSandro2000/diff-so-fancy
diff-so-fancy: 1.4.0 -> 1.4.1
2021-05-27 19:39:19 +02:00
Sandro Jäckel
15eb917faf
diff-so-fancy: 1.4.0 -> 1.4.1 2021-05-27 17:04:19 +02:00
github-actions[bot]
df4ebfc46c
Merge master into staging-next 2021-05-26 12:31:55 +00:00
Profpatsch
005702524a git-vendor: init at 1.2.0 2021-05-26 11:36:30 +02:00
github-actions[bot]
0615bb674f
Merge master into staging-next 2021-05-25 00:59:01 +00:00
Josh Holland
6ce887b083
stgit: enable tests and install documentation (#122370) 2021-05-25 02:01:03 +02:00
github-actions[bot]
d0c1f6a78f
Merge staging-next into staging 2021-05-22 12:27:12 +00:00
github-actions[bot]
563389a7fd
Merge master into staging-next 2021-05-22 12:27:09 +00:00
Sandro
efee454783
Merge pull request #123981 from r-ryantm/auto-update/lab
lab: 0.21.0 -> 0.22.0
2021-05-22 09:16:50 +02:00
R. RyanTM
04cb517e7d lab: 0.21.0 -> 0.22.0 2021-05-22 06:36:22 +00:00
github-actions[bot]
d5714df652
Merge staging-next into staging 2021-05-22 06:21:58 +00:00
github-actions[bot]
cc35c7fc85
Merge master into staging-next 2021-05-22 06:21:55 +00:00
R. RyanTM
4d46cb67ad gh: 1.10.2 -> 1.10.3 2021-05-22 15:56:25 +10:00
Arnout Engelen
17ccfe3f51
Merge pull request #123502 from Atemu/minimalIso-remove-ruby2.7
minimalIso: remove ruby2.7
2021-05-21 18:41:02 +02:00
github-actions[bot]
929b12e7b5
Merge master into staging-next 2021-05-21 12:28:43 +00:00
Michael Weiss
d3ad6d42ca
Merge pull request #123713 from Mindavi/git/cross-compilation
git: support cross-compilation by disabling perl support
2021-05-21 12:50:47 +02:00
Atemu
88c2c543bf Revert "git: Use asciidoctor instead of asciidoc for manpages"
This reverts commit bbf96d898b.

Removes dependency on ruby 2.7 and isn't much slower.

See https://github.com/NixOS/nixpkgs/pull/123502 for more info
2021-05-21 09:50:48 +02:00
Jonathan Ringer
14f3686af1
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
  pkgs/applications/terminal-emulators/alacritty/default.nix
  pkgs/servers/clickhouse/default.nix
2021-05-20 09:12:42 -07:00
R. RyanTM
2bab7f632d gh: 1.10.1 -> 1.10.2 2021-05-20 18:31:56 +10:00
Rick van Schijndel
7dda632e2b git: support cross-compilation by disabling perl support 2021-05-19 20:35:30 +02:00
Jonathan Ringer
c1f8a15dac
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
  nixos/doc/manual/release-notes/rl-2105.xml
  pkgs/tools/security/sequoia/default.nix
2021-05-19 10:39:54 -07:00
zowoq
3aaa5c80ab gh: 1.10.0 -> 1.10.1
https://github.com/cli/cli/releases/tag/v1.10.1
2021-05-19 22:30:28 +10:00
github-actions[bot]
7000ae2b9a
Merge master into staging-next 2021-05-19 00:55:36 +00:00
zowoq
255de2ca30 gh: 1.9.2 -> 1.10.0
https://github.com/cli/cli/releases/tag/v1.10.0
2021-05-19 08:30:29 +10:00
Jonathan Ringer
f7a112f6c4
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
  pkgs/applications/graphics/emulsion/default.nix
  pkgs/development/tools/misc/texlab/default.nix
  pkgs/development/tools/rust/bindgen/default.nix
  pkgs/development/tools/rust/cargo-udeps/default.nix
  pkgs/misc/emulators/ruffle/default.nix
  pkgs/tools/misc/code-minimap/default.nix
2021-05-18 08:57:16 -07:00
R. RyanTM
50fbc6b6b3 git-secret: 0.3.3 -> 0.4.0 2021-05-17 13:56:55 -07:00
R. RyanTM
f7d1b76d33 glab: 1.16.0 -> 1.17.0 2021-05-17 10:55:23 -07:00
github-actions[bot]
3ff6965554
Merge master into staging-next 2021-05-17 06:22:23 +00:00
Sandro
700942d2a5
Merge pull request #121119 from SuperSandro2000/remove-gnidorah
treewide: remove gnidorah
2021-05-17 02:42:24 +02:00
github-actions[bot]
6cdac75d25
Merge staging-next into staging 2021-05-16 18:32:44 +00:00
Anderson Torres
cf45c45605
Merge pull request #121588 from eduardosm/sip-rename
pythonPackages.sip: rename to sip_4, pythonPackages.sip_5: rename to sip
2021-05-16 13:31:55 -03:00
R. RyanTM
fd79304769 lefthook: 0.7.4 -> 0.7.5 2021-05-16 02:49:14 -04:00
github-actions[bot]
9911b1c75b
Merge staging-next into staging 2021-05-16 01:01:01 +00:00
Stéphan Kochen
f00d022ebf git-workspace: fix darwin build 2021-05-15 16:27:23 -07:00
Eduardo Sánchez Muñoz
08a26e4579 pythonPackages.sip: rename to sip_4
sip 4 is the old and unmaintained version
2021-05-10 20:41:38 +02:00
Jan Tojnar
594a885912
Merge branch 'staging-next' into staging 2021-05-10 09:45:47 +02:00
Léo Gaspard
45d1222d47 git: add link to related nixos test
It'd be better to have a git-only test, but in the meantime this is the
first available test I could find, and it's still better than nothing.
2021-05-08 21:40:56 +02:00
Daniël de Kok
85f96822a0 treewide: fix cargoSha256/cargoHash
Rust 1.50.0 incorporated a Cargo change (rust-lang/cargo#8937) in
which cargo vendor erroneously changed permissions of vendored
crates. This was fixed in Rust
1.51.0 (rust-lang/cargo#9131). Unfortunately, this means that all
cargoSha256/cargoHashes produced during the Rust 1.50.0 cycle are
potentially broken.

This change updates cargoSha256/cargoHash tree-wide.

Fixes #121994.
2021-05-08 00:36:37 -07:00
Josh Holland
9622f8cad8 gitAndTools.stgit: 1.0 -> 1.1 2021-05-07 18:06:15 +01:00
Mario Rodas
0d1d2c6510
Merge pull request #121363 from r-ryantm/auto-update/lefthook
lefthook: 0.7.3 -> 0.7.4
2021-05-05 22:27:56 -05:00
David Terry
3f64800076
radicle-upstream: 0.1.11 -> 0.2.3 2021-05-03 23:26:04 +02:00
Git Machete Release Bot
ed3439be2f gitAndTools.git-machete: 3.1.0 -> 3.1.1
###### Motivation for this change
Update to latest upstream version

###### Things done
 * [ ]  Tested using sandboxing ([nix.useSandbox](http://nixos.org/nixos/manual/options.html#opt-nix.useSandbox) on NixOS, or option `sandbox` in [`nix.conf`](http://nixos.org/nix/manual/#sec-conf-file) on non-NixOS linux)
 * Built on platform(s)

   * [x]  NixOS
   * [ ]  macOS
   * [ ]  other Linux distributions
 * [ ]  Tested via one or more NixOS test(s) if existing and applicable for the change (look inside [nixos/tests](https://github.com/NixOS/nixpkgs/blob/master/nixos/tests))
 * [ ]  Tested compilation of all pkgs that depend on this change using `nix-shell -p nix-review --run "nix-review wip"`
 * [x]  Tested execution of all binary files (usually in `./result/bin/`)
 * [ ]  Determined the impact on package closure size (by running `nix path-info -S` before and after)
 * [ ]  Ensured that relevant documentation is up to date
 * [x]  Fits [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/.github/CONTRIBUTING.md).
2021-05-01 15:46:24 +00:00
R. RyanTM
66a96f031a lefthook: 0.7.3 -> 0.7.4 2021-05-01 05:55:57 +00:00
Sandro Jäckel
ae02415ee8
treewide: remove gnidorah
due to github account removal/deletion and not other mean of contact.
2021-04-30 01:48:19 +02:00
R. RyanTM
d3e48342a3 gitui: 0.14.0 -> 0.15.0 2021-04-27 23:45:06 -04:00
Arnout Engelen
1be3d412c0
treewide: go: inherit platforms instead of using platforms.all
`buildGoModule` and `buildGoPackage` by default inherit the `platforms`
from go. That seems better than explicitly configuring `platforms.all`.

There are also many packages that specify 'linux + darwin' - this is
even suggested in the documentation. We might also want to update those,
but let's do the noncontroversial change first.
2021-04-26 08:59:56 +02:00
hdhog
793562da34
git-chglog: 0.9.1 -> 0.14.2 (#120097) 2021-04-24 09:16:07 +02:00
Norbert Melzer
65499c8a82
lefthook: 0.7.2 -> 0.7.3 (#120346)
Co-authored-by: Louis Bettens <lourkeur@users.noreply.github.com>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-24 03:57:36 +02:00
R. RyanTM
a48b8974ee bit: 1.0.6 -> 1.1.1 2021-04-22 06:27:11 +00:00
Sandro
def594ee27
Merge pull request #119978 from SuperSandro2000/git-interactive-rebase-tool
git-interactive-rebase-tool: 2.0.0 -> 2.1.0
2021-04-21 05:10:17 +02:00
Sandro Jäckel
431db0eaad
git-interactive-rebase-tool: 2.0.0 -> 2.1.0 2021-04-21 03:12:11 +02:00
zowoq
00fe267003 gh: 1.9.1 -> 1.9.2
https://github.com/cli/cli/releases/tag/v1.9.2
2021-04-21 07:13:02 +10:00
zowoq
2f8a54eb09 gh: 1.9.0 -> 1.9.1
https://github.com/cli/cli/releases/tag/v1.9.1
2021-04-16 06:19:34 +10:00
zowoq
9c8cb61854 gh: 1.8.1 -> 1.9.0
https://github.com/cli/cli/releases/tag/v1.9.0
2021-04-15 10:22:29 +02:00
Alyssa Ross
715d5a73ae
git-cinnabar: 0.5.6 -> 0.5.7 2021-04-13 12:16:02 +00:00
Maximilian Bosch
d1572b7161
Merge pull request #119212 from jshholland/stgit-1.0
gitAndTools.stgit: 0.23 -> 1.0
2021-04-12 17:51:11 +02:00
Antonio Yang
e81d95ebcd gitui: 0.13.0 -> 0.14.0 2021-04-12 21:11:39 +08:00
Josh Holland
248a6da7f6 gitAndTools.stgit: 0.23 -> 1.0 2021-04-12 08:18:06 +01:00
github-actions[bot]
3bf92ca4db
Merge master into staging-next 2021-04-03 18:18:51 +00:00
Frederik Rietdijk
e5f9db3135 git-bz: stay with python2 2021-04-03 17:06:07 +02:00
github-actions[bot]
74200a7126
Merge master into staging-next 2021-04-03 00:14:57 +00:00
zowoq
941cb99cf2 gh: 1.8.0 -> 1.8.1
https://github.com/cli/cli/releases/tag/v1.8.1
2021-04-03 06:10:35 +10:00
github-actions[bot]
b3a0328b7f
Merge master into staging-next 2021-04-02 18:14:54 +00:00
Sandro
5a41d751ae
Merge pull request #104919 from gravndal/git-annex-remote-googledrive 2021-04-02 17:28:35 +02:00
Gaute Ravndal
e9f12cd9db git-annex-remote-googledrive: init at 1.3.0 2021-04-01 23:05:45 +02:00
github-actions[bot]
85e9b4acf4
Merge staging-next into staging 2021-04-01 12:06:32 +00:00
R. RyanTM
386b5cd123 bit: 1.0.5 -> 1.0.6 2021-04-01 05:33:55 +00:00
github-actions[bot]
cb1554f24c
Merge staging-next into staging 2021-03-31 00:12:32 +00:00
github-actions[bot]
4ba71fb819
Merge master into staging-next 2021-03-31 00:12:29 +00:00
zowoq
7248f89da2 gh: 1.7.0 -> 1.8.0
https://github.com/cli/cli/releases/tag/v1.8.0
2021-03-31 06:04:56 +10:00
github-actions[bot]
2d211c7a3a
Merge staging-next into staging 2021-03-30 06:05:44 +00:00
github-actions[bot]
ce7cdafed9
Merge master into staging-next 2021-03-30 06:05:42 +00:00
Mario Rodas
27a17ac2e4 gitAndTools.delta: 0.6.0 -> 0.7.1
https://github.com/dandavison/delta/releases/tag/0.7.1
2021-03-29 04:20:00 +00:00
github-actions[bot]
f311dede4c
Merge staging-next into staging 2021-03-29 00:15:53 +00:00
github-actions[bot]
d495e7527f
Merge master into staging-next 2021-03-29 00:15:48 +00:00
Thomas Gerbet
45cea67242 gitAndTools.git-bug: 0.7.1 -> 0.7.2
Fixes CVE-2021-28955.
2021-03-28 20:42:36 +02:00
github-actions[bot]
cbd2c726fb
Merge staging-next into staging 2021-03-28 12:06:24 +00:00
github-actions[bot]
25268aeaf7
Merge master into staging-next 2021-03-28 12:06:21 +00:00
Michael Weiss
1372aa414c
git: 2.31.0 -> 2.31.1 2021-03-27 13:44:34 +01:00
R. RyanTM
415788b8d3 git-extras: 6.1.0 -> 6.2.0 2021-03-27 11:09:44 +00:00
github-actions[bot]
8e2d0e45c0
Merge master into staging-next 2021-03-24 18:10:39 +00:00
Sandro
58b1c47c77
Merge pull request #117423 from fabaff/bit 2021-03-24 18:47:53 +01:00
Git Machete Release Bot
e485ab8ce5 gitAndTools.git-machete: 3.0.0 -> 3.1.0
###### Motivation for this change
Update to latest upstream version

###### Things done
 * [ ]  Tested using sandboxing ([nix.useSandbox](http://nixos.org/nixos/manual/options.html#opt-nix.useSandbox) on NixOS, or option `sandbox` in [`nix.conf`](http://nixos.org/nix/manual/#sec-conf-file) on non-NixOS linux)
 * Built on platform(s)

   * [x]  NixOS
   * [ ]  macOS
   * [ ]  other Linux distributions
 * [ ]  Tested via one or more NixOS test(s) if existing and applicable for the change (look inside [nixos/tests](https://github.com/NixOS/nixpkgs/blob/master/nixos/tests))
 * [ ]  Tested compilation of all pkgs that depend on this change using `nix-shell -p nix-review --run "nix-review wip"`
 * [x]  Tested execution of all binary files (usually in `./result/bin/`)
 * [ ]  Determined the impact on package closure size (by running `nix path-info -S` before and after)
 * [ ]  Ensured that relevant documentation is up to date
 * [x]  Fits [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/.github/CONTRIBUTING.md).

###### Notify maintainers
cc @blitz @Ma27 @tfc @worldofpeace
2021-03-24 14:50:19 +00:00
Fabian Affolter
0432eccae8 bit: init at 1.05 2021-03-24 01:05:55 +01:00
R. RyanTM
e669ec230f git-hub: 2.1.0 -> 2.1.1 2021-03-22 08:20:31 +00:00
github-actions[bot]
8c03075f07
Merge staging-next into staging 2021-03-19 00:41:08 +00:00
R. RyanTM
b5e9c378d4 lab: 0.20.0 -> 0.21.0 2021-03-17 14:10:13 +00:00
Michael Weiss
571ddf1ba5
git: 2.30.2 -> 2.31.0 (#116471) 2021-03-15 22:45:09 +01:00
github-actions[bot]
611019db38
Merge staging-next into staging 2021-03-15 18:16:53 +00:00
Antonio Yang
674c39c08f gitui: 0.12.0 -> 0.13.0 2021-03-15 23:24:24 +08:00
github-actions[bot]
6f1d8a6a11
Merge staging-next into staging 2021-03-15 12:25:49 +00:00
R. RyanTM
5a3feadb55 ghorg: 1.5.0 -> 1.5.1 2021-03-15 03:24:32 -04:00