Book Image

Git Version Control Cookbook

Book Image

Git Version Control Cookbook

Overview of this book

Table of Contents (19 chapters)
Git Version Control Cookbook
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 11. Git Plumbing and Attributes

In this chapter, we will cover the following topics:

  • Displaying the repository information

  • Displaying the tree information

  • Displaying the file information

  • Writing a blob object to the database

  • Writing a tree object to the database

  • Writing a commit object to the database

  • Keyword expansion with attribute filters

  • Metadata diff of binary files

  • Storing binaries elsewhere

  • Checking the attributes of a file

  • Attributes for exporting an archive