Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
cmucl
cmucl
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 25
    • Issues 25
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 1
    • Merge Requests 1
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • cmucl
  • cmuclcmucl
  • Wiki
  • GitAndTracIntegration

Last edited by Raymond Toy Nov 01, 2015
Page history

GitAndTracIntegration

Git and Trac Integration

This page is obsolete since cmucl no longer uses trac.

Git is integrated with Trac so the commit messages can refer to and even close Trac tickets. If the commit messages contains text like

    command #1
    command #1, #2
    command #1 & #2
    command #1 and #2

then the given command is applied to the specified tickets. Instead of the short-hand syntax above, you can also use

    command ticket:1
    command ticket:1, ticket:2
    command ticket:1 & ticket:2
    command ticket:1 and ticket:2

The available commands (not case-sensitive) are:

  • close, closed, closes, fix, fixed, fixes

    The specified issue numbers are closed with the contents of this commit message being added to it.

  • references, refs, addresses, re, see

    The specified issue numbers are left in their current status, but the contents of this commit message are added to their notes.

You may also use WikiFormatting in the commit message. When trac updates the ticket with the commit message, it will be nicely formatted.

Clone repository
  • AnalyzingMemoryUsage
  • BuildingCmucl
  • ChangeCmuclPrompt
  • CmuclDesign
  • CmuclDocumentation
  • CustomCommandLineSwitches
  • FAQ
  • FeatureList
  • GettingCmucl
  • GitAndCmucl
  • GitAndTracIntegration
  • HistoryOfTheCMUCLProject
  • Home
  • InstallingCmucl
  • LispUnit
View All Pages