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

  • Home
  • SEARCH
  • 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 6095519
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T12:49:16+00:00 2026-05-23T12:49:16+00:00

Possible Duplicate: How can I search Git branches for a file or directory? Somewhere

  • 0

Possible Duplicate:
How can I search Git branches for a file or directory?

Somewhere in my local git repo, there should be a file which contains PDFCMap in the name. How can I find this file? I don’t know in which branch/path it is.

[EDIT] Note that the answers in the duplicate didn’t work for me.

  • 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-23T12:49:17+00:00Added an answer on May 23, 2026 at 12:49 pm
    git rev-list --objects --all --no-walk | grep -i PDFCMap
    

    To walk all history, drop the –no-walk option (and pipe through sort -u :))

    To find out where (what branches) you can find the file:

    git log --oneline  --all --no-walk --decorate -- full/path/you/obtained
    

    e.g.:

    git log --oneline  --all --no-walk --decorate -- full/path/you/obtained src/SConstruct
    1fb30cf (zfs-fuse.net/testing, rudd-o/testing) fix missing split on environment CFLAG reported on gentoo by Marcin Miroslaw
    fc48fe2 (sehe.nl/marcin) Takes CC en CFLAGS from the environment for scons
    9bfb958 (sehe.nl/ctl) Merge branch 'ctldir' of http://rainemu.swishparty.co.uk/git/zfs into ctl
    1ef5d94 (MikeHommey/build/no-ztest) Don't build nor install ztest
    c5ed979 (MikeHommey/build/clean) Cleanup after scons
    d6164c4 (MikeHommey/build/optim) Add an optim option to the build system
    673b82c (MikeHommey/upstream/tarball) 0.5.0 release tarball
    f71cca1 (tag: 0.4.0_alpha1) Doc updates. Made install_dir a command-line parameter. Adjust ARC size so that zfs-fuse shouldn't go over 100 MB of RAM.
    d653bf2 (tag: 0.2.2) Automatically create symbolic links when building.
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: How can I convert my java program to an .exe file ?
Possible Duplicate: How can I access local scope dynamically in javascript? Hi all. We
Possible Duplicate: Regex.IsMatch vs string.Contains Which is faster, preferable and why? What the difference
Possible Duplicate: How can I search a generic TList for a record with a
Possible Duplicate: Can you call Directory.GetFiles() with multiple filters? Does it possible to get
Possible Duplicate: Searching a log file Where I can either enter a binary file
Possible Duplicate: How can I search a graph for a path? I was wondering
Possible Duplicate: vim: search replace over all writable buffers I can use :%s/foo/blah/g to
Possible Duplicate: Can’t operator == be applied to generic types in C#? I've got
Possible Duplicate: Can’t operator == be applied to generic types in C#? I've coded

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.