HomeSoftware Heritage

Clarify that Git objects are created on `git add`

Description

Clarify that Git objects are created on git add

Running git add creates a blob object and updates the index. On `git
commit`, a single tree object that points to already existing other
objects is generated and added to object database, as well as adjusting
the refs.

Details

Provenance
Utku Gultopu <ugultopu@gmail.com>Authored on Jan 11 2021, 1:01 AM
GitHub <noreply@github.com>Committed on Jan 11 2021, 1:01 AM
ardumontPushed on Sep 27 2021, 5:34 PM
Parents
rPPDW173996c5b557: Update clone.py
Branches
Unknown
Tags
Unknown

Event Timeline