Skip to content

List git commits stored in git objects that are not connected to any revision (squashed commits for example)

License

Notifications You must be signed in to change notification settings

LF-Engineering/detect-removed-commits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

detect-removed-commits

List git commits stored in git objects that are not connected to any revision (squashed commits for example)

  • Run ./detect-removed-commits.sh in git repo path to see cmmits that were removed/squashed etc.

git version

To use --unordered git flag (which makes the command order of magnitude faster), you need to have quite a new git version:

  • sudo add-apt-repository ppa:git-core/ppa -y.
  • sudo apt-get update.
  • sudo apt-get install git -y.
  • git --version.

About

List git commits stored in git objects that are not connected to any revision (squashed commits for example)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages