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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T12:39:11+00:00 2026-05-27T12:39:11+00:00

I am trying to start using source indexing alongside Git on our build server

  • 0

I am trying to start using source indexing alongside Git on our build server (TeamCity).

I download this project: SourceServer-GitExtensions

While running it i noticed warnings/errors. digging into the script (which is PERL based), i noticed the script runs this function:

sub GetSha1OfFirstCommand {
my $result = `git rev-list --reverse master`;
my @ids = split(/\n/, $result);
return($ids[0]);
}

This is run in an attempt to get the repository’s id (id of the first commit i assume).

The problem is, we are currently not using the master branch.

My question is — is this a proper and robust way of getting the “Repository Id” ? Can i run something else to get the “current branch that is checked out” and not master?

  • 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-27T12:39:12+00:00Added an answer on May 27, 2026 at 12:39 pm

    This trys to get the commit id of the first commit. git rev-list --reverse master and getting the first id, which is what the code you have given does, should work ( mostly) as all the git repos come with a master branch and the first commit is done on master and any branch would have branched off from that. Mostly because a branch can have it’s own history (git checkout --orphan) or there may not be a master. In that case a more robust one would be git rev-list --reverse HEAD. This would work even on a bare repo.

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

Sidebar

Related Questions

I'm trying to start a new ASP.NET Web Application Project using Visual Studio 2008.
I'm trying to download source of the site using sockets. Currently i can download
I am using this http://imthi.com/blog/programming/iphone-rss-reader-application-with-source-code.php as a start for my rss reader in my
I'm trying to start using LINQ and specifically LINQ to SQL but I'm having
I'm trying to start a program using QProcess (Qt4.4 on vista64bit, developing in MSVC2005).
I'm trying to start Microsoft word using QProcess as following: QString program = WINWORD.EXE;
I am trying to start a service from the command line using net start
So I decided to start using prototype and here's my first question. I'm trying
I'm trying to start a Wicket Application using Felix implementation of OSGi HTTP service,
I'm trying to start the del command using System.Diagnostic.Process. Basically I want to delete

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.