Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
rodent a7b59a408d Updated to latest release, 1.1. No changes other than updating patches
to allow package to continue to work as previously packaged. +LICENSE;
From NEWS:

tig-1.1
-------

Incompatibilities:

 - Disable diff move/copy detection by default, boosting diff
   performance on larger projects. Use git config 'diff.renames' option
   (git-wide) to set your preferred behavior. Environment variable
   TIG_DIFF_OPTS can be used to restore the old behavior.
 - Values set for author-width and filename-width will result in widths
   one character bigger than previously.

Improvements:

 - Typing a text in the prompt will be interpreted as a tig command.
   Prefixing the command with a '!' will execute this system command in
   an external pager. Entering a single key will execute the
   corresponding key binding.
 - Basic support for wrapping long line in pager, diff, and stage views.
   Enable using: `set wrap-lines = yes`. (GH #2)
 - User-defined commands prefixed with a '?' means prompt before
   execution. Example: `bind main B !?git rebase -i %(commit)`.
 - User-defined commands prefixed with a '<' means exit after execution.
   Example: `bind main C !<git commit`. (GH #66)
 - User-defined commands are executed unquoted to support shell commands.
   Example: `bind generic I !@sh -c "echo -n %(commit) | xclip -selection c"`.
   (GH #65)
 - Configure case-insensitive searches using: `set ignore-case = yes`.
 - Add "deleted mode" line type for better diff coloring.
 - Open editor when requesting edit action from within a file diff.
 - Update AX_WITH_CURSES to build under Cygwin.
 - Improve tigrc(5) documentation. (Debian #682766)
 - Allow to build on Mac OS 10.7 without the configure script. (GH #25)
 - Add option to split the view vertically instead of horizontally.
   Example: `set vertical-split = yes'. (GH #76)
 - Add 'show-id' and 'id-width' options to configure the display of
   commit IDs in the main view and ID width in the blame view. (GH #77)
 - Allow to override git-based encoding to UTF-8 by setting
   'i18n.commitencoding' or 'gui.encoding'.
 - Improve autobuild support to track generated files and work with
   autoreconf 2.61.
 - Commit IDs are read from stdin when --stdin is given; works for main
   and diff view, e.g. `tig --no-walk --stdin < cherry-picks.txt`.
 - Add option to disable focusing of the child view when it's opened.
   Disable using: `set focus-child = no`. (GH #83)
 - Allow to open blob related with added content in a diff. (GH #91)

Bug fixes:

 - Fix commit graph regression when a path spec is specified. (GH #53)
 - Main view: only show staged/unstaged changes for the current branch.
 - Support submodules created with current version of git. (GH #54)
 - Fix diff status message for file diffs with no content changes.
 - Fix parent blaming when tig is launched in subdirectory. (GH #70)
 - Do not show deleted branch when reloading the branch view.

tig-1.0
-------

The master repository is git://github.com/jonas/tig.git, and the old
master repository (http://jonas.nitro.dk/tig/tig.git) will be retired.

Improvements:

 - Use git-log(1)s default commit ordering. The old behavior can be
   restored by adding `set commit-order = topo` to ~/.tigrc.
 - Support staging of single lines. Bound to '1' default. (GH #21)
 - Use +<lineno> to open the initial view at an arbitrary line. (GH #20)
 - Add show-notes ~/.tigrc option. Notes are displayed by default.
 - Support jumping to specific SHAs in the main view.
 - Decorate replaced commits.
 - Display line numbers in main view.
 - Colorize binary diff stats. (GH #17)
 - Custom colorization of lines matching a string prefix (GH #16).
   Example configuration: color "Reported-by:" green default
 - Use git's color settings for the main, status and diff views.
   Put `set read-git-colors = no` in ~/.tigrc to disable.
 - Handle editor options with multiple arguments. (GH #12)
 - Show filename when running tig blame with copy detection. (GH #19)
 - Use 'source <path>' command to load additional files from ~/.tigrc
 - User-defined commands prefixed with '@' are run with no console
   output, e.g.

   	bind generic 3 !@rm sys$command

 - Make display of space changes togglable in the diff and stage view.
   Bound to 'W' by default.
 - Use per-file encoding specified in gitattributes(5) for blobs and
   unstaged files.
 - Obsolete commit-encoding option and pass --encoding=UTF-8 to revision
   commands.
 - Main view: show uncommitted changes as staged/unstaged commits.
   Can be disabled by putting `set show-changes = no` in ~/.tigrc.
 - Add %(prompt) external command variable, which will prompt for the
   argument value.
 - Log information about git commands when the TIG_TRACE environment
   variable is set. Example: `TIG_TRACE=/tmp/tig.log tig`
 - Branch view: Show the title of the last commit.
 - Increase the author auto-abbreviation threshold to 10. (GH #49)
 - For old commits show number of years in relative dates. (GH #50)

Bug fixes:

 - Fix navigation behavior when going from branch to main view. (GH #38)
 - Fix segfault when sorting the tree view by author name.
 - Fix diff stat navigation for unmodified files with stat changes.
 - Show branches/refs which names are a substring of the current branch.
 - Stage view: fix off-by-one error when jumping to a file in a diff
   with only one file.
 - Fix diff-header colorization. (GH #15)

tig-0.18
--------

Incompatibilities:

 - Remove support for the deprecated TIG_{MAIN,DIFF,LOG,TREE,BLOB}_CMD
   environment variables.

Improvements:

 - Pressing enter on diff stat file lines will jump to file's diff.
 - Naïvely color blame IDs to distinguish lines.
 - Document palette color options used for revision graph and blame IDs.
 - Add support for blaming diff lines.
 - Add diff-context option and bindings to increase the diff context in
   the diff and stage view.
 - (GH-6) Make blame configurable via extra options passed from the command
   line and blame-options setting from ~/.tigrc. For example:

   	set blame-options = -C -C -C

Bug fixes:

 - Expand browsing state variables for prompt. (LP #694780, Debian #635546)
 - Fix segfault when sorting the branch view by author.
 - Expand %(directory) to . for the root directory. (GH-3)
 - Accept 'utf-8' for the line-graphics option as indicated in the docs.
 - Use erasechar() to check for the correct backspace character.
2013-07-03 00:41:14 +00:00
archivers Removed patch-makefile in favour if MAKEFLAGS 2013-07-02 19:47:48 +00:00
audio +tap-plugins; MAINTAINER=me 2013-07-02 12:04:57 +00:00
benchmarks Try to fix the fallout caused by the fix for PR pkg/47882. Part 3: 2013-06-04 22:15:37 +00:00
biology Bump PKGREVISION for libXft changes for NetBSD native X support on 2013-06-06 12:53:40 +00:00
bootstrap Don't use the bundled "awk" and "sed" under Mac OX Mountain Lion and newer. 2013-06-14 15:07:37 +00:00
cad HOMEPAGE has moved 2013-07-02 01:14:40 +00:00
chat Forgotten cvs rm, noticed by wiz@ 2013-06-20 06:24:56 +00:00
comms Asterisk is known to fail on 32-bit systems, specifically i386. Mark it 2013-06-16 22:10:13 +00:00
converters Update to 1.43.2: 2013-06-14 21:07:49 +00:00
cross info/dir is not supposed to be in the PLIST. 2013-06-22 21:22:35 +00:00
databases Reset PKGREVISION by update of both ruby18 and ruby193. 2013-06-27 16:37:16 +00:00
devel Updated to latest release, 1.1. No changes other than updating patches 2013-07-03 00:41:14 +00:00
distfiles
doc + Mesa-9.1.4, MesaLib-9.1.4, calibre-0.9.37, gentoo-0.20.1, 2013-07-02 21:04:11 +00:00
editors Don't try to guess the compiler type based on the name. Fix assembler 2013-07-02 12:17:30 +00:00
emulators Instead of a hack that needs to be adapted for every automake release, 2013-07-02 06:40:31 +00:00
filesystems Don't define a symbol twice in the same file. 2013-06-26 21:24:23 +00:00
finance Bump PKGREVISION for libXft changes for NetBSD native X support on 2013-06-06 12:53:40 +00:00
fonts This package is written in plain C, it doesn't need C++ compiler. 2013-06-16 23:47:18 +00:00
games +solarus 2013-07-02 11:53:48 +00:00
geography Bump PKGREVISION for libXft changes for NetBSD native X support on 2013-06-06 12:53:40 +00:00
graphics Update to 2.00 2013-06-30 15:17:18 +00:00
ham Fix build against newer glib. 2013-06-26 21:21:25 +00:00
inputmethod Remove obsoleted and now harmful patch. 2013-06-17 11:45:58 +00:00
lang Update to ABCL 1.2.1 2013-07-02 19:33:59 +00:00
licenses Adding x11 license (mit + advertising clause - as discussed recently on 2013-05-05 21:07:24 +00:00
mail Changes 2.2.4: 2013-07-02 15:38:19 +00:00
math Changes 4.51: 2013-07-02 10:17:37 +00:00
mbone Bump PKGREVISION for libXft changes for NetBSD native X support on 2013-06-06 12:53:40 +00:00
meta-pkgs Don't pick up the wrong gedit version. 2013-06-26 22:06:17 +00:00
misc Use correct Xrender library. Bump PKGREVISION. 2013-07-02 21:01:25 +00:00
mk Note fftw-fortran option. 2013-06-29 19:01:42 +00:00
multimedia Apply a version of the asm fixes for gcc from ffmpeg/Makefile here as well. 2013-06-30 12:16:18 +00:00
net pkgsrc: 2013-07-02 16:35:13 +00:00
news Use more common pattern in dependency. 2013-06-16 21:42:00 +00:00
packages
parallel +py-billiard 2013-07-02 11:10:04 +00:00
pkgtools Fix for missing LOG_AUTHPRIV on SunOS. 2013-06-23 18:21:41 +00:00
print revert `say good-bye to ruby-1.8', it should not be done dureing a freeze. 2013-06-20 09:12:13 +00:00
regress
security Fix missing RPATH for security/libprelude-perl, bumping PKGREVISION 'cause 2013-06-30 11:35:23 +00:00
shells Bump 0.12 to 0.12.1 2013-06-12 12:05:35 +00:00
sysutils Update sysutils/fabric to 1.6.1 2013-07-02 20:25:08 +00:00
templates
textproc textproc/xmlada: Update from version 4.2.0.0 to version 4.4.0.0 2013-07-02 22:13:56 +00:00
time +libgcal; Set MAINTAINER=me. 2013-07-02 11:39:17 +00:00
wm Update wm/pekwm to 0.1.17. 2013-07-02 20:33:37 +00:00
www Another minor mishap from the sparc64 patches (now the package actually 2013-07-02 07:18:18 +00:00
x11 Update to 2.4.46: 2013-07-02 21:03:16 +00:00
Makefile
pkglocate Fix PR 39648: 2010-11-11 19:56:34 +00:00
README

$NetBSD: README,v 1.18 2005/05/07 22:18:28 wiz Exp $

Please see doc/pkgsrc.txt for information.