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 6988583
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T19:06:02+00:00 2026-05-27T19:06:02+00:00

When I type git status I see: T /path/to/file… M /path/to/otherfile… What exactly does

  • 0

When I type git status I see:

T /path/to/file...
M /path/to/otherfile...

What exactly does the T git status mean?

I tried man git-status (I think it should be there, but isn’t).

  • 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-27T19:06:03+00:00Added an answer on May 27, 2026 at 7:06 pm

    It means that the type of a file changed. For example, a symbolic link that became a regular file.

    As far as I know, this only applies to symlinks, submodules and regular files

    Edit
    A source was requested for this information. While this is simply information that’s in my head, I was able to find a few references to it on the internet. The most prominent one was a git changelog mentioning “T” as a type change and “D” as a deletion.

    Edit 2 (updating this because it’s my highest rating answer so far)
    As pointed out by @PhilipOakley, man git-diff-files actually does show this information.

    Possible status letters are:

    • A: addition of a file
    • C: copy of a file into a new one
    • D: deletion of a file
    • M: modification of the contents or mode of a file
    • R: renaming of a file
    • T: change in the type of the file
    • U: file is unmerged (you must complete the merge before it can be committed)
    • X: “unknown” change type (most probably a bug, please report it)

    As pointed out by @Mat, it’s also in diff.h, line 289:

    #define DIFF_STATUS_TYPE_CHANGED    'T'
    

    And in wt-status.c, line 282:

    case DIFF_STATUS_TYPE_CHANGED:
        status_printf_more(s, c, _("typechange: %s"), one);
        break;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

When I type git diff , I'd like to see a side-by-side diff, like
When I type git diff , I want to view the output with my
Right now, when I type git branch it lists my branches in an arbitrary
When I'm on master, I only have to type 'git push' to push commits
What type of Python objects should I use to parse files with a specific
I have the following line in my .gitignore file: var/www/docs/.backroom/billing_info/inv.pl but when I type
When I type: git push heroku master, this is what happens $:sample_app git push
I added the following line to .gitignore : sites/default/settings.php but when I type git
I'm writing a script to run things like git status in each of the
Some options in git diff , for instance --name-status , cause the output of

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.