Differences between revisions 1 and 2
Revision 1 as of 2005-08-26 00:57:50
Size: 567
Editor: waste
Comment:
Revision 2 as of 2005-08-26 01:22:22
Size: 579
Editor: waste
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
 * changes to the contents of the files
 * changes to file names or other external attributes (such as execute permissions)
 * information about who made the change (the "committer") and why ("comments")
   * * changes to the contents of the files
   * * changes to file names or other external attributes (such as execute permissions)
   * * information about who made the change (the "committer") and why ("comments")

Changeset

A changeset (sometimes abbreviated "cset") is an atomic collection of changes to files in a repository. The act of creating a change set is usually called a ["Commit"]. The information in a changeset may include

  • * changes to the contents of the files
  • * changes to file names or other external attributes (such as execute permissions)
  • * information about who made the change (the "committer") and why ("comments")

A changeset is identified uniquely by a ChangeSetID. In a single repository, you can identify it using a RevisionNumber.

ChangeSet (last edited 2018-02-03 04:31:09 by SangeetKumarMishra)