Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
  • TortoiseGit TortoiseGit
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 364
    • Issues 364
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 14
    • Merge requests 14
  • 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
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