about summary refs log tree commit diff
path: root/pkgs/applications/version-management/git-and-tools/grv
Commit message (Collapse)AuthorAge
* treewide: use $out instead of $bin with buildGoPackagezowoq2020-04-28
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* gitAndTools.grv: fix build by using vendored libgitJörg Thalheim2020-03-28
|
* gitAndTools.grv: 0.3.1 -> 0.3.2Jörg Thalheim2020-03-28
|
* treewide: name -> pnamevolth2019-08-17
|
* libgit2: remove 0.26, default to 0.27Franz Pletz2019-06-18
|
* gitAndTools.grv: use buildGoPackage instead of buildGo19PackageAndreas Rammhold2019-01-30
|
* Revert "libgit2: 0.26.6 → 0.27.7"Eelco Dolstra2019-01-11
| | | | | | | | | This reverts commit cc506381761d84bd0047cabba7151ad516fa8a32 because it breaks cargo (again, see fca4fbeba957ec6bc72c98c019bbc5f01712d15b): $ cargo build Updating crates.io index Segmentation fault
* gitAndTools.grv: 0.3.0 -> 0.3.1Andreas Rammhold2019-01-09
|
* libgit2: 0.26.6 → 0.27.7Jan Tojnar2018-12-16
|
* gitAndTools.grv: 0.2.0 -> 0.3.0Will Dietz2018-10-31
| | | | | | | | Remove 'update_latest_release.go' so we don't try to build it since this fails due to unmet dependencies. AFAICT this utility is only meant for developer use anyway, and helps manage/create new github releases for the project.
* GRV: Fix typos in descriptionAlex Leferry 22018-10-04
|
* gitAndTools.grv: fix darwin build by using go 1.9Maximilian Bode2018-09-14
| | | | | | cf. https://github.com/fsnotify/fsevents/issues/40 /cc ZHF #45961
* grv: 0.1.2 -> 0.2.0Will Dietz2018-07-26
| | | | | Needs libgit2 0.27 apparently, doesn't build with 0.26 or 0.25 in-tree.
* Merge pull request #34634 from dtzWill/fix/grv-versionAndreas Rammhold2018-02-07
|\ | | | | grv: pass in version, fix "grv -version" to at least include that
| * grv: pass in version, fix "grv -version" to at least include thatWill Dietz2018-02-05
| | | | | | | | | | | | | | | | | | | | Currently: $ grv -version GRV - Git Repository Viewer Unknown (commit: Unknown, compiled: Unknown) After: $ grv -version GRV - Git Repository Viewer 0.1.1 (commit: Unknown, compiled: Unknown)
* | gitAndTools.grv: 0.1.1 -> 0.1.2Andreas Rammhold2018-02-07
|/
* grv: 0.1.0 -> 0.1.1André-Patrick Bubel2018-02-05
|
* grv: init at 0.1.0Andreas Rammhold2018-02-01