-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
So far, Bob could only handle branches (refs/heads/...), tags (refs/tags/...) and plain commits. But Git allows other "refs" (git references) as well. One example is Gerrit where changes can be downloaded as /refs/changes/... refs. A generic ref is handled like a tag. It is checked out once and the workspace will be in detached head state. Bob will not expect the ref to change its targeted commit by default. In case the ref does change, the user can enable the "rebase" property. Fixes #601.
- Loading branch information
Showing
1 changed file
with
77 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters