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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T06:12:41+00:00 2026-06-14T06:12:41+00:00

How can I list the files that were newly added in commits between two

  • 0

How can I list the files that were newly added in commits between two dates (or between two commits)? I’d like to see

  1. The file path
  2. The committer/commit message
  3. The commit ref
  • 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-06-14T06:12:42+00:00Added an answer on June 14, 2026 at 6:12 am

    git log --stat gives a nice summary of commits with details of files changed:

    commit bde0ce475144ec85a1cb4ffeba04815412a07119
    Author: Stephen Holdaway <xxxxx@xxxxx.com>
    Date:   Thu Sep 20 13:55:12 2012 +1200
    
        fix default rotation issue
    
     Menus/MainMenuViewController.m   |   17 +++++++++++++----
     Menus/PostGameViewController.m   |   14 +++++++++++++-
     Menus/StatsMenuController.m      |   10 +++++-----
     4 files changed, 31 insertions(+), 11 deletions(-)
    

    You could try this for between two dates:

    git log --since "10 Sep 2012" --until "12 Nov 2012" --stat
    

    And this for between two commits:

    git log --stat xxxxxxx..xxxxxxx
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I can't see my source file in the scripts list, but I can see
I am developing a component that can list files that users select from their
Using SharpSvn, how can I get a list of files that need to be
I have a list of files that I can obtain using the UNIX 'find'
In Perl, you can get a list of files that match a pattern: my
I tried to recursively get all files and folder list.But I can only get
Can you help me to list browsers from this file http://techpatterns.com/downloads/firefox/useragentswitcher.xml into txt file,
Can we separate the List of only names from the data from file system
Is there a tool that can list the exact versions and public keys of
I need a control that can list data in 3 columns, I want to

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.