Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

git log doesn't show all commits

gregshaw February 8, 2020

If I issue:

git log --all --pretty=oneline

on my local machine I get all commits. If I issue the same command in my pipeline I get a truncated list. The specific commit that I'm looking for is from 19 Dec 2019. If I issue:

git log --all --pretty=oneline --before "2020-02-01"

I still get a truncated list but it starts with commits from 1 Feb 2020 so it is shorter. But I don't get the commit I'm looking for. The list ends at the same point even though it is shorter. It is as if the pipeline only goes back so far and the commit i'm looking for is too far in the past.

Obviously, git log is not what I want to do in my pipeline but it is an example of the problem I have. What I actually want to do is a git diff between that 'missing' commit and HEAD.

Just to reiterate these commands all give the expected results when run on my local machine. It is only the pipeline that is truncated. Any ideas?

2 answers

1 vote
Matthew Howard September 29, 2022

Did you ever get an answer to this?

0 votes
Maoz zadok October 1, 2023

any response?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events