jenkinsci / jenkinsci/git-plugin

[JENKINS-5245] git recent changes doesn't follow reverse chronological order

Open
#1,888 0 comments 0 reactions 0 assignees View on GitHub
component:git-plugin enhancement imported-jira-issue priority:minor resolution:unresolved
Dominant language
Java
Stars
694
Forks
1.1k
Avg merge
1h 29m
Merged PRs (30d)
3

Description

The recent changes for a project does not follow the reverse chronological order like the subversion plugin does or "git log" on the command line.

If I have changes c1, c2 in build 1 and c3, c4 in build 2, it will show:

#2

c3

c4

#1

c1

c2

git log will show c4 c3 c2 c1 so it's confusing when you're trying to match the two outputs.

versions:

git plugin 0.8

hudson 1.340

---
Originally reported by xlv_at_gwc, imported from: git recent changes doesn't follow reverse chronological order


  • status: Open
  • priority: Minor
  • component(s): git-plugin
  • resolution: Unresolved
  • votes: 0
  • watchers: 0
  • imported: 2025-12-02

Raw content of original issue

The recent changes for a project does not follow the reverse chronological order like the subversion plugin does or "git log" on the command line.

If I have changes c1, c2 in build 1 and c3, c4 in build 2, it will show:

#2
c3
c4
#1
c1
c2

git log will show c4 c3 c2 c1 so it's confusing when you're trying to match the two outputs.

versions:
git plugin 0.8
hudson 1.340

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.