Skip to content
GitLab
    • GitLab: the DevOps platform
    • Explore GitLab
    • Install GitLab
    • How GitLab compares
    • Get started
    • GitLab docs
    • GitLab Learn
  • Pricing
  • Talk to an expert
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
    Projects Groups Topics Snippets
  • Register
  • Sign in
  • TortoiseGit TortoiseGit
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 380
    • Issues 380
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 16
    • Merge requests 16
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • TortoiseGitTortoiseGit
  • TortoiseGitTortoiseGit
  • Issues
  • #2110
Closed
Open
Issue created Aug 02, 2015 by Sven Strickroth@mrtuxOwner

The Revision Graph is invalid if first commit does not contains the files.

By LastDragon... on February 15, 2014 09:06 (imported from Google Code)


> What steps will reproduce the problem?

  1. Create repo
    $ git init
    $ git commit --allow-empty -m "test"
    $ git branch 'test'
    $ git checkout test
    $ echo 'test' > test.txt
    $ git add test.txt
    $ git commit -a -m "branch"
    $ git checkout master
    $ echo 'test' > master.txt
    $ git add master.txt
    $ git commit -a -m "test"

  2. Launch the Revision Graph

> What do you see instead?

Log: showlog.png
Bug: invalidrevgraph.png

> What version of TortoiseGit and msysgit are you using? On
what operating system?

Win 8.1 x64, TortoiseGit 1.8.7.2 11a2126a, git version 1.8.5.2.msysgit.0


invalidrevgraph.png

showlog.png

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking