Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 998329
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T07:10:35+00:00 2026-05-16T07:10:35+00:00

We are working on tickets, and when we use the ticket number in the

  • 0

We are working on tickets, and when we use the ticket number in the git commit message on the first line, then the ticket is updated with the commit message.

To make things simple we always work on a branch with the commit number.

Now I’d like to be presented with a commit message where the ticket number would already be filled in.

It must be possible, because the branch is already in the commit template, but in comments which are removed by git. I have scoured the docs and the ‘net a couple of times, but I must be looking for the wrong words, because I cannot find it.

Can anyone help?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T07:10:36+00:00Added an answer on May 16, 2026 at 7:10 am

    You probably want to set up a prepare-commit-msg hook on your local repository. It might look like this (say the branches are named ‘work-on-ticket-XXXX’:

    #!/bin/sh
    ORIG_MSG_FILE="$1"
    TEMP=`mktemp /tmp/git-XXXXX`
    
    TICKETNO=`git branch | grep '^\*' | cut -b3-`
    
    (echo "Work on ticket #$TICKETNO"; cat "$ORIG_MSG_FILE") > "$TEMP"
    cat "$TEMP" > "$ORIG_MSG_FILE"
    

    Put something like that (marked executable) in .git/hooks/prepare-commit-msg. You may have to adjust and elaborate on it of course.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We're working on quite big project and decided use GIT for version control. I've
I'm currently working on a ticketing system which allows our users to submit tickets
I am working on a mobile ticket sales app. The system allows users to
Working with an undisclosed API, I found a function that can set the number
Working with MS Access for the first time and coming across a few problems
I have enabled email to Ticket feature of JIRA and any message sent to
Afternoon all. I've recently been tasked with working on an event-based support ticket system,
We use Trac for an open-source project I'm working on. I'd like to export
I'm building several XSLT stylesheets (e.g. hotels.xsl, flights.xsl, tickets.xsl, etc..) that will all use
I use git to keep track of changes made by our development team and

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.