summary refs log tree commit diff
path: root/pkgs/applications/version-management/git-and-tools/tig
AgeCommit message (Collapse)AuthorFilesLines
2022-01-13tig: 2.5.4 -> 2.5.5Matthias Beyer1-2/+2
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2021-06-05gitAndTools.tig: 2.5.3 -> 2.5.4Maximilian Bosch1-2/+2
ChangeLog: https://github.com/jonas/tig/releases/tag/tig-2.5.4
2021-03-07gitAndTools.tig: 2.5.2 -> 2.5.3Maximilian Bosch1-2/+2
ChangeLog: https://github.com/jonas/tig/releases/tag/tig-2.5.3
2021-02-12gitAndTools.tig: 2.5.1 -> 2.5.2Maximilian Bosch1-3/+3
ChangeLog: https://github.com/jonas/tig/releases/tag/tig-2.5.2
2021-02-12tig: cleanupSandro Jäckel1-2/+2
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-2/+2
continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
2021-01-16treewide: stdenv.lib -> libBen Siraphob1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-07-31tig: Don't install the broken ZSH completionMichael Weiss1-4/+5
There are some Nixpkgs specific issues that we could fix but due to changes in Git it currently isn't possible to source git-completion.bash from ZSH (at least not how tig-completion.bash expects it). Upstream issue: https://github.com/jonas/tig/issues/940 For the meantime it seems best to simply not install it anymore so that the fallback implementation from ZSH can be used (more inaccurate as the git-log completion is reused but it is helpful to complete remotes, branches, tags, etc. and doesn't emit an error to the console).
2020-04-15tig: fix tig-completion's dependency on __git_completevasile luta1-2/+5
tig recently updated it's bash-completion making it depend on __git-complete from git. Becase __git-complete is not automatically sourced tig bash completion fails. Also this PR makes tig completion load on-demand.
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-04-09gitAndTools.tig: 2.5.0 -> 2.5.1Maximilian Bosch1-11/+3
https://github.com/jonas/tig/releases/tag/tig-2.5.1
2019-11-29gitAndTools.tig: 2.4.1 -> 2.5.0R. RyanTM1-3/+11
2019-08-24Merge branch 'master' into staging-nextVladimír Čunát1-1/+1
There ver very many conflicts, basically all due to name -> pname+version. Fortunately, almost everything was auto-resolved by kdiff3, and for now I just fixed up a couple evaluation problems, as verified by the tarball job. There might be some fallback to these conflicts, but I believe it should be minimal. Hydra nixpkgs: ?compare=1538299
2019-08-20treewide: update globin's maintained drvsRobin Gloster1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-07-03Remove me (garbas) as maintainer since I don't have much time to maintain ↵Rok Garbas1-1/+1
anything
2018-09-23tig: fix zsh completionMaximilian Bosch1-0/+4
The ZSH completion script of `tig` basically imports the bash completion script and uses it as completion approach. Unfortunately the script takes several assumptions about the directory structure using `$funcsourcetrace`[1] that don't apply on NixOS. The easiest workaround is t opatch the completion script and import the bash completion script from `$out`. [1] http://zsh.sourceforge.net/Doc/Release/Zsh-Modules.html#index-funcsourcetrace
2018-08-16gitAndTools.tig: 2.4.0 -> 2.4.1R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/tig/versions.
2018-07-23tig: 2.3.3 -> 2.4.0Will Dietz1-2/+2
https://github.com/jonas/tig/releases/tag/tig-2.4.0
2018-07-12tig: zsh completion should be named _tigJörg Thalheim1-4/+2
2018-07-12tig: add zsh completionMatthieu Coudron1-0/+3
along with contrib/vim.tigrc config in case users want to use it.
2018-02-25tig: 2.3.2 -> 2.3.3Miguel Madrid Mencía1-2/+2
2017-12-26tig: 2.3.0 -> 2.3.2Miguel Madrid Mencía1-2/+2
2017-10-01tig: 2.2.2 -> 2.3.0Yann Hodique1-2/+2
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger1-1/+1
* pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
2017-05-07tig: 2.2.1 -> 2.2.2Yann Hodique1-4/+4
2017-04-10tig: 2.2 -> 2.2.1 (#24770)Yann Hodique1-11/+20
* tig: 2.2 -> 2.2.1 Also move to different project URLs, as requested in https://github.com/jonas/tig/releases/tag/tig-2.2.1 * tig: fix fetching mechanism Rework the dependencies to allow use of fetchFromGitHub.
2016-08-18tig: 2.1.1 -> 2.2Silvio Fricke1-2/+2
Signed-off-by: Silvio Fricke <silvio.fricke@gmail.com>
2016-05-17rename iElectric to domenkozar to match GitHubDomen Kožar1-1/+1
2015-11-07tig: add libiconv dep on darwinStéphane Jourdois1-2/+3
2015-04-29tig-2.1.1: version bumpJoachim Schiele1-3/+3
2015-03-26tig: 2.0.3 -> 2.1William A. Kennington III1-3/+2
2015-01-13Wrap 'tig' command to add with git to PATH.Robert Helgesson1-2/+7
This ensures that git is added as a run-time dependency of tig and allows tig to find the git command even if git is not installed in the user environment. Fixes #5741.
2014-09-13gitAndTools.tig: update from 2.0.2 to 2.0.3Dmitry Malikov1-2/+3
2014-06-21tig: enable command line history/completion supportBjørn Forsman1-2/+4
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.
2014-06-01tig: update to 2.0.2Rok Garbas1-2/+2
2014-04-12Change several package constraints from linux to unixJohn Wiegley1-1/+1
They all build on Darwin.
2013-11-09tig: small expression cleanupBjørn Forsman1-3/+8
* Add a bit of whitespace to make it easier on the eyes * Shorten the description (and remove package name)
2013-11-09tig: bump 1.1 -> 1.2.1Bjørn Forsman1-3/+6
XML_CATALOG_FILES is needed to be able to build the asciidoc documentation/manpages in this new version.
2013-06-18tig: built for linuxDomen Kozar1-1/+2
2013-05-20Add myself as maintainer for several packagesBjørn Forsman1-3/+3
And set missing meta.platforms for the packages I've added earlier.
2013-04-01tig: enable bash completionBjørn Forsman1-0/+2
Copy the bash completion script that comes with tig to $out/etc/bash_completion.d/. Note: to enable bash completion in NixOS, set environment.enableBashCompletion = true;
2012-11-17tig: typoRok Garbas1-1/+1
2012-11-17tig: update to 1.1Rok Garbas1-6/+7
2012-08-08Bump gitAndTools/tig from 0.16 to 1.0Dmitry Malikov1-0/+19