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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T22:01:05+00:00 2026-06-02T22:01:05+00:00

My main aim is to filter out all pull request merges thus in theory

  • 0

My main aim is to filter out all pull request merges thus in theory i would expect the following to work(it doesn’t)

git log --grep="^!(Merge)"

Do I miss something ?

  • 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-02T22:01:13+00:00Added an answer on June 2, 2026 at 10:01 pm

    First, you can’t simply negate a word in a regexp by putting a bang in front of it (where did you find that?). You might have used lookarounds for that, but regular grep regexps do not support them. Using grep directly you can pass -P option to use much more powerful Perl regexps, but I didn’t find similar option for git log.

    Though, there is --no-merges option that will filter out all merge commits from the log:

    git log --no-merges
    

    Man page says that --no-merges means:

    Do not print commits with more than one parent

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

Sidebar

Related Questions

i develop a calling program in the below way. my main aim is enter
main.c (with all the headers like stdio, stdlib, etc): int main() { int input;
Main page has a gridview with options to filter / search etc... when a
which column i need to use to join V$session and V$sqlarea? My main aim
I need to create installer using MSI whose aim would be to invoke correct
Currently working on database part of android project. The main aim of the project
I have to start a 3D-Project for mobile platforms. First of all I would
I have a page setup where the main aim is to allow users to
It is for windows only. The main aim is to identify who does php-script
I am trying to use multimaps in C++. The main aim is that there

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.