Skip to content

Commit

Permalink
Move TODO items to the github issue tracker
Browse files Browse the repository at this point in the history
Dropped bug regarding proper locale support due to recent changes in
commit handling.
  • Loading branch information
jonas committed Apr 29, 2012
1 parent be7fbb4 commit e6cf79e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 49 deletions.
10 changes: 4 additions & 6 deletions BUGS
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
BUGS
----
Known bugs and problems:

- Proper locale support: in it's current state tig is pretty much UTF-8 only.

Bugs can be reported at https://github.com/jonas/tig/issues or by mail
to either the git mailing list or directly to the maintainer. Ensure
that the word "tig" is in the subject.
Bugs and feature requests can be reported using the issue tracker at
https://github.com/jonas/tig/issues or by mail to either the git mailing
list or directly to the maintainer. Ensure that the word "tig" is in the
subject.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ DFLAGS = -g -DDEBUG -Werror -O0
PROGS = tig
TESTS = test-graph
SOURCE = tig.c tig.h io.c io.h graph.c graph.h
TXTDOC = tig.1.txt tigrc.5.txt manual.txt NEWS README INSTALL BUGS TODO
TXTDOC = tig.1.txt tigrc.5.txt manual.txt NEWS README INSTALL BUGS
MANDOC = tig.1 tigrc.5 tigmanual.7
HTMLDOC = tig.1.html tigrc.5.html manual.html README.html NEWS.html
ALLDOC = $(MANDOC) $(HTMLDOC) manual.html-chunked manual.pdf
Expand Down
41 changes: 0 additions & 41 deletions TODO

This file was deleted.

2 changes: 1 addition & 1 deletion contrib/tig.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ CFLAGS="$RPM_OPT_FLAGS -DVERSION=tig-%{version}-%{release}"
%files
%defattr(-,root,root)
%{_bindir}/*
%doc README COPYING INSTALL SITES BUGS TODO contrib/tigrc contrib/tig-completion.bash
%doc README COPYING INSTALL SITES BUGS contrib/tigrc contrib/tig-completion.bash
%{!?_without_docs: %{_mandir}/man1/*.1*}
%{!?_without_docs: %{_mandir}/man5/*.5*}
%{!?_without_docs: %doc *.html}
Expand Down

0 comments on commit e6cf79e

Please sign in to comment.