Frederik Rietdijk
cb04c2ae0e
Merge pull request #27845 from mimadrid/update/git-cola-2.11
...
git-cola: 2.10 -> 2.11
2017-08-01 21:52:09 +02:00
Frederik Rietdijk
3eaa599699
Merge pull request #27846 from mimadrid/update/git-hub-0.11.1
...
git-hub: 0.11.0 -> 0.11.1
2017-08-01 21:51:56 +02:00
mimadrid
5234545da8
git-hub: 0.11.0 -> 0.11.1
2017-08-01 20:49:48 +02:00
mimadrid
bc563c5973
git-cola: 2.10 -> 2.11
2017-08-01 20:48:21 +02:00
mimadrid
efb2b32bd7
gitAndTools.diff-so-fancy: 1.1.0 -> 1.1.1
2017-08-01 00:13:31 +02:00
Winnie Quinn
66cd042802
gitkraken: 2.6.0 -> 2.7.0
2017-07-22 17:29:35 -04:00
Eric Sagnes
a6bcc158cf
blackbox: init at 1.20170611
2017-07-22 18:15:45 +09:00
Franz Pletz
75d53270cb
gitAndTools.diff-so-fancy: 0.11.4 -> 1.1.0
2017-07-18 18:04:16 +02:00
Thomas Tuegel
ac50c4d72e
vcsh: Patch for Git 2.13.2
...
Fixes #27134 .
2017-07-17 22:44:44 +02:00
Tim Steinbach
eb5263a9f1
git: 2.13.2 -> 2.13.3
2017-07-13 08:45:43 -04:00
Jörg Thalheim
9d28cd9ca4
Merge pull request #27206 from nthorne/InitGitBigPicture
...
git-big-picture: init at 0.9.0
2017-07-13 09:54:26 +01:00
Alexander Schmolck
2c1097a83b
git: add missing deps for filter-branch etc ( #27221 )
...
Several git commands are implemented as shell scripts that run awk, sed, grep
and perl. There is some existing patching in the postinstall for perl to rewrite
it to an absolute reference to pkgs.perl, but several other packages are both
missing as a dependency and have no rewrite logic.
In particular git filter-branch depends on sed and grep.
Additionally, the perl logic also seds git-am, which is now a binary not a shell
script anymore (see <github.com/git/git/blob/master/builtin/am.c>), so this part
was obsolete.
I tested this by grepping all shell scripts for the relevant commands and then
comparing the diffs of the new version to what is produced in master. All
changes in the scripts seem good to me.
2017-07-11 17:00:17 +01:00
Niklas Thörne
4ae629dd91
git-big-picture: init at 0.9.0
...
Updated after review comments.
2017-07-09 21:21:51 +02:00
Niklas Thorne
17dbed4c07
git-big-picture: init at 0.9.0
2017-07-07 14:12:02 +02:00
Linus Heckemann
3f8f8bf5f6
fossil: 1.36 -> 2.2
2017-07-06 23:08:47 +02:00
Josef Kemetmueller
7f7b74dfed
gogs: Fix cyclic dependency on darwin
...
This fixes the "cycle detected in the references of" error when building
on darwin. The fix is based on the solution in issue #18131 .
2017-07-03 23:47:39 +02:00
Jörg Thalheim
793620eff4
Merge pull request #26898 from knedlsepp/update-gogs
...
gogs: 0.10.18 -> 0.11.19
2017-06-29 08:14:43 +01:00
Jörg Thalheim
f14cd40c4b
gogs: remove old deps.nix
...
gogs code is now fully vendored.
2017-06-29 08:12:32 +01:00
John Ericson
e1faeb574a
Merge pull request #26884 from obsidiansystems/purge-stdenv-cross
...
Purge stdenv cross
2017-06-28 21:39:16 -04:00
John Ericson
ffa535a0cc
fossil: Don't use stdenv.cross
2017-06-28 18:21:05 -04:00
Josef Kemetmueller
2cb5246dd8
gogs: 0.10.18 -> 0.11.19
2017-06-27 11:41:19 +00:00
Tim Steinbach
1a25495b63
git: 2.13.1 -> 2.13.2
2017-06-25 21:13:23 -04:00
Peter Simons
f59104bc73
vcsh: patch broken parser for $GIT_VERSION_MINOR
2017-06-14 21:28:28 +02:00
Peter Simons
14283b6a95
vcsh: update to latest Git head, enable test suite, install man page
2017-06-13 20:16:30 +02:00
Peter Simons
b7f71bd2ad
mr: update to version 1.20170129
2017-06-13 16:55:50 +02:00
Florent Becker
1951578395
pijul: 0.4.4 -> 0.6.0
2017-06-12 13:37:14 +02:00
Franz Pletz
48996dba46
gitlab: fix build, add nokogiri exception to Gemfile.lock
2017-06-07 06:55:39 +02:00
Tim Steinbach
385ba07615
git: 2.13.0 -> 2.13.1
2017-06-05 09:10:26 -04:00
Jörg Thalheim
725f6a174a
Merge pull request #26363 from winniequinn/gitkraken-2.6.0
...
gitkraken: 2.5.0 -> 2.6.0
2017-06-04 10:45:56 +01:00
montag451
cce8dbf8d3
git-annex-remote-rclone: 0.4 -> 0.5
2017-05-28 18:16:00 +02:00
Winnie Quinn
63b3212471
gitkraken: 2.5.0 -> 2.6.0
2017-05-27 13:04:08 -04:00
Michael Weiss
175ecbab91
gitRepo: Improve the packaging
...
Improvements:
- Use a versioned URL
- The build won't break anymore (due to a wrong hash) after a new
version is being released
- It will be possible to build older versions
- Add (hopefully all) runtime dependencies (Git, GnuPG and less (for
"repo help"))
- Add the upstream license
- Add a long description
- Use the name of the Git tag for the version
- The version number from the script (currently 1.23) is only
incremented after "important" changes (i.e. there are slightly
different different scripts with "VERSION = (1, 23)")
2017-05-26 16:04:15 +02:00
leenaars
92964a2ea8
srcml: init at 0.9.5 ( #25395 )
2017-05-20 17:23:55 +01:00
Jaakko Luttinen
4a9acbb79a
nbstripout: fix build on darwin
2017-05-17 11:06:59 +03:00
Frederik Rietdijk
9468764b15
Merge pull request #25609 from jluttine/add-nbstripout
...
nbstripout: init at 0.3.0
2017-05-15 08:47:12 +02:00
Tim Steinbach
ce8662e693
git: 2.12.2 -> 2.13.0
2017-05-09 21:57:24 -04:00
Franz Pletz
326efe5fdc
gitlab: 8.17.5 -> 8.17.6
...
Security release: https://about.gitlab.com/2017/05/08/gitlab-9-dot-1-dot-3-security-release/
2017-05-09 18:19:38 +02:00
Jaakko Luttinen
1745b7e949
nbstripout: init at 0.3.0
2017-05-08 18:58:37 +03:00
Yann Hodique
c2cbe7c4cd
tig: 2.2.1 -> 2.2.2
2017-05-07 14:22:29 -07:00
Frederik Rietdijk
ef4442e827
Python: replace requests2 with requests tree-wide
...
See f63eb58573
The `requests2` attribute now throws an error informing that `requests`
should be used instead.
2017-05-07 12:56:09 +02:00
Jaakko Luttinen
dee8865d03
gitAndTools.gitflow: fix runtime dependencies #25487
...
If `git-flow` was installed without explicitly installing `getopt` and `git`
too, it couldn't find those executables. Now it can find those and it can be
used as `git-flow` executable. Note, however, that in order to use `git-flow` as
git subcommand (`git flow`), one needs to install `git` too.
2017-05-06 09:33:27 +03:00
Winnie Quinn
b7ea2a4f39
gitkraken: 2.4.0 -> 2.5.0
2017-05-05 20:29:55 -04:00
José Romildo Malaquias
be55657958
smartgithg: 8_0_3 -> 17_0_3 ( #25343 )
2017-05-02 10:10:06 +01:00
Bjørn Forsman
83129a6eed
qgit: fix meta: maintainer -> maintainers
2017-04-30 16:54:59 +02:00
Jörg Thalheim
f47921f3d4
Merge pull request #25036 from xNWDD/gitkraken/2.4.0
...
gitkraken: 2.3.3 -> 2.4.0
2017-04-20 13:11:30 +02:00
Michael Raskin
9c16f669b9
Merge pull request #24244 from mythmon/mercurial-upgrade
...
Upgrade mercrial and tortoisehg to 4.1.1
2017-04-20 08:34:16 +02:00
NWDD
940a71faed
gitkraken: 2.3.3 -> 2.4.0
2017-04-19 22:56:16 +02:00
James ‘Twey’ Kay
cba00cb44b
git-lfs: 1.3.1 -> 2.0.2
...
fixes #25004
2017-04-18 21:39:12 +02:00
José Luis Lafuente
7b20341727
git-recent: init at 1.0.3
2017-04-18 11:09:33 +02:00
Jörg Thalheim
7283aa6063
Merge pull request #24877 from FlorentBecker/pijul_044
...
pijul: 0.4.1 -> 0.4.4
2017-04-16 20:37:15 +02:00