Edgewall Software

Changes between Version 5 and Version 6 of TracGit


Ignore:
Timestamp:
Jun 9, 2012, 6:27:22 PM (12 years ago)
Author:
Christian Boos
Comment:

move #Features up

Legend:

Unmodified
Added
Removed
Modified
  • TracGit

    v5 v6  
    99be sub-optimal, so it might not work for you. Small to medium sized
    1010repositories should be handled reasonably well, however.
     11
     12== Features ==
     13
     14* Browsing source code in a Git repository via the TracBrowser
     15* Viewing the change history of a file or directory using TracRevisionLog
     16* Performing diffs between any two files or two directories
     17* Displaying submitted changes in the TracTimeline
     18* (Optionally) caching TracChangeset information in Trac's database
     19* Caching Git commit relation graph in memory
     20* Using the TracSearch page to search change descriptions
     21* Annotation support, also known as "blame" operation
     22* Interpretation of 40-character wide hex-strings as sha1 commit checksums
    1123
    1224== Git ==
     
    107119to the `[components]` section.
    108120
    109 == Features ==
    110 
    111 * Browsing source code in a Git repository via the TracBrowser
    112 * Viewing the change history of a file or directory using TracRevisionLog
    113 * Performing diffs between any two files or two directories
    114 * Displaying submitted changes in the TracTimeline
    115 * (Optionally) caching TracChangeset information in Trac's database
    116 * Caching Git commit relation graph in memory
    117 * Using the TracSearch page to search change descriptions
    118 * Annotation support, also known as "blame" operation
    119 * Interpretation of 40-character wide hex-strings as sha1 commit checksums
    120 
    121121== Troubleshooting
    122122