Edgewall Software
Modify

Opened 16 years ago

Closed 16 years ago

#7304 closed enhancement (duplicate)

Ignoring filetypes in a changeset

Reported by: dimitri008@… Owned by: Jonas Borgström
Priority: normal Milestone:
Component: general Version: 0.11-stable
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

When viewing a changeset, it would be nice to be able to not see changes in specific kinds of text files (such as the ones found in a .xcodeproj) which are often created automatically by an IDE or interface designer. This would only apply when viewing an entire changeset at once. This takes up a lot of room on the page when an actual source file may be harder to see when scrolling through the lines and lines of text.

Perhaps the file-type blacklist can be configurable by the following in the trac.ini file:

changeset_ignores = "*.xib", "*.pbxuser", "filedump_*.txt"

where 'a*b' matches any file name starting in 'a' and ending in 'b', and these files will not be compared in a general changeset view where there are multiple files. However, if the changeset is only for a single file, the blacklist will be ignored and a difference will be seen.

Also, the small configuration window visible when viewing a changeset might also have an option to ignore this blacklist.

Attachments (0)

Change History (1)

comment:1 by Remy Blank, 16 years ago

Resolution: duplicate
Status: newclosed

This is a duplicate of #6638.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.