summary refs log tree commit diff
path: root/pkgs/applications/version-management
Commit message (Collapse)AuthorAge
* haskell-git-annex: update to version 5.20140817Peter Simons2014-08-19
|
* git: Add git-prompt.sh to /etc/bash_completion.d.Rüdiger Sonderfeld2014-08-19
| | | | | This will make the git-prompt.sh features available to bash users when completions are enabled. It is done in this way in Debian/Ubuntu as well.
* git: Update to 2.1.0Linquize2014-08-17
|
* meld: update to latest stableVladimír Čunát2014-08-16
|
* Don't build broken Haskell packages on Hydra.Peter Simons2014-08-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These packages don't compile: - cabal-delete - cabal-file-th - categories - cmdtheline - codec-image-devil - concurrent-extra - cryptol 1.8.x - data-lens - diagrams-postscript - djinn - download - dstring - enummapset - git-date - github-backup - gtkglext - happyy-meta - haskeline-class - pakcs These packages depend on some of the packages listed before: - Chart-diagrams - data-lens-template - hp2any-manager - purescript - repr These packages fail with GHC 7.8.3 but still compile with older compilers: - happy: 1.18.4, 1.18.5, 1.18.6
* Update Mercurial to version 3.1Michael Raskin2014-08-12
|
* subversion: Fix build on DarwinEelco Dolstra2014-08-09
|
* Merge remote-tracking branch 'origin/master' into staging.Peter Simons2014-08-08
|\
| * subversion: Update to 1.8.9Eelco Dolstra2014-08-05
| |
* | Merge remote-tracking branch 'origin/master' into staging.Peter Simons2014-08-04
|\| | | | | | | | | Conflicts: pkgs/desktops/e18/enlightenment.nix
| * Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
| |
* | Merge remote-tracking branch 'origin/master' into stagingEelco Dolstra2014-07-28
|\| | | | | | | | | | | | | | | | | Conflicts: pkgs/applications/audio/espeak/edit.nix pkgs/applications/audio/lmms/default.nix pkgs/desktops/e18/enlightenment.nix pkgs/games/exult/default.nix pkgs/os-specific/linux/alsa-plugins/default.nix
| * haskell-github-backup: update to version 1.20140721Peter Simons2014-07-22
| |
* | Merge remote-tracking branch 'origin/master' into stagingEelco Dolstra2014-07-22
|\| | | | | | | | | Conflicts: pkgs/misc/vim-plugins/default.nix
| * git: Update to 2.0.2Linquize2014-07-20
| |
| * haskell-git-annex: fix for darwinJohn Wiegley2014-07-18
| | | | | | | | | | | | @peti I don't see in the cabal2nix repository how to change the buildDepends for git-annex the way that I need to. Can you offer some guidance there?
| * haskell-git-annex: update to version 5.20140717Peter Simons2014-07-18
| |
| * haskell-git-annex: corrections for darwinJohn Wiegley2014-07-16
| |
* | Merge remote-tracking branch 'origin/master' into stagingEelco Dolstra2014-07-15
|\|
| * Re-generate Haskell packages with cabal2nix.Peter Simons2014-07-14
| |
| * haskell-github-backup: update to version 1.20140707Peter Simons2014-07-14
| |
| * haskell-git-annex: update to version 5.20140709Peter Simons2014-07-14
| |
* | Merge remote-tracking branch 'origin/master' into stagingEelco Dolstra2014-07-14
|\|
| * Add "please don't edit" comment at the top of every auto-generated Haskell file.Peter Simons2014-07-14
| |
| * gitolite: fix aborted build due to non-deterministic fetchgitLuca Bruno2014-07-13
| |
| * git-annex: Allow building on darwin againJohn Wiegley2014-07-09
| |
| * haskell-git-annex: update to version 5.20140707Peter Simons2014-07-08
| |
* | Merge remote-tracking branch 'origin/master' into stagingEelco Dolstra2014-07-07
|\|
| * vcprompt: new packageCharles Strahan2014-07-02
| | | | | | | | | | | | This adds the vcprompt utility, a little C program that prints a short string with barebones information about the current working directory for various version control systems.
* | Merge remote-tracking branch 'origin/master' into stagingEelco Dolstra2014-07-01
|\| | | | | | | | | Conflicts: pkgs/servers/serfdom/default.nix
| * git-remote-add: new package addedRok Garbas2014-06-28
| |
| * git: Updated to 2.0.1 (close #3096)Georges Dubus2014-06-26
| |
| * gitolite: fix default update hooksAustin Seipp2014-06-26
| | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
| * Fix gitolite docsAustin Seipp2014-06-25
| | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
| * gitolite: 3.6.1Austin Seipp2014-06-25
| | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | Another attempt to eradicate ensureDirEelco Dolstra2014-06-30
|/ | | | See c556a6ea46e71e1907d78b71fab36df30297b3ad.
* enable bazaar on darwinCharles Strahan2014-06-22
|
* tig: enable command line history/completion supportBjørn Forsman2014-06-21
| | | | | | | Since version 2.0, tig can use readline for history/completion support, so add readline as a build input. Increases closure size from 53 MiB to 54 MiB.
* git-annex: Build on Darwin, let Cabal determine proper flagsJohn Wiegley2014-06-21
|
* Revert "add OPENSSL_X509_CERT_FILE to the `git` command environment"Peter Simons2014-06-21
| | | | | | | | | | | | | | | | | | | This reverts commit 88b5578a579ca7eefc8ac5507f9a5be3cc3684ca because of the following issues: 1) If $OPENSSL_X509_CERT_FILE is set in the current shell environment, then its value will overwrite any settings the user may have configured in http.sslCAInfo via git-config(1). If you are unaware of the wrapper, then this behavior is totally unexpected as $OPENSSL_X509_CERT_FILE is not supposed to have an effect on Git. 2) The patch makes it impossible for Git users to use the $GIT_SSL_CAINFO environment variable as documented in git-config(1), because anything set there will be overwritten with the value of $OPENSSL_X509_CERT_FILE (which might be empty). 3) The patch breaks other builds of packages that depend on Git, i.e. <http://hydra.nixos.org/build/11995872/nixlog/1/raw>.
* add OPENSSL_X509_CERT_FILE to the `git` command environmentPaul Woolcock2014-06-16
|
* haskell-git-annex: update to version 5.20140613Peter Simons2014-06-16
|
* Update Monotone and add source-updater scriptMichael Raskin2014-06-10
|
* git-annex: build on Darwin, and rely on cabal to set flagsJohn Wiegley2014-06-10
| | | | Fixes #2519
* haskell-git-annex: update to version 5.20140606Peter Simons2014-06-09
|
* haskell-git-annex: update to version 5.20140529Peter Simons2014-06-09
|
* tig: update to 2.0.2Rok Garbas2014-06-01
|
* git: Update to 1.9.4Eelco Dolstra2014-05-31
|
* haskell-git-annex: update to version 5.20140517Peter Simons2014-05-21
|
* cgit: improve a commentBjørn Forsman2014-05-17
|