Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
no_rubygems.diff | Don’t require 'rubygems' Debian packages are available for all used Ruby libraries. The Rubygems system is not needed. =================================================================== |
Michael Schutte <michi@debian.org> | no | |||
disable_broken.diff | Remove broken commands from the user interface The attach and milestone commands are listed in --help and available from the command line, but don’t actually have a working implementation right now. Don’t show them in the Debian build. =================================================================== |
Michael Schutte <michi@debian.org> | no | |||
generic_editor.diff | If $EDITOR is unset, invoke editor instead of vim As per Policy 11.4. =================================================================== |
Michael Schutte <michi@debian.org> | no | |||
stty_termsize.diff | Call stty instead of ioctls to obtain the terminal size The ioctl-based determination of the number of rows and columns of the terminal is fragile (see #697065). Read the output of “stty size” instead. =================================================================== |
Michael Schutte <michi@debian.org> | invalid | upstream | ||
delete_tag.diff | Support “ti tag -d $TAG” to remove tags The “tag” command gets confused by the extra “-d” argument and therefore fails to actually delete tags. The problem is caused by using the original list of command line arguments before parsing (ARGV) instead of the processed one (args). =================================================================== |
Michael Schutte <michi@debian.org> | no |