Name |
Last commit
|
Last update |
---|---|---|
.. | ||
network | ||
test | ||
.gitignore | ||
CMakeLists.txt | ||
Makefile | ||
README.md | ||
add.c | ||
cat-file.c | ||
diff.c | ||
general.c | ||
init.c | ||
log.c | ||
rev-list.c | ||
rev-parse.c | ||
showindex.c | ||
status.c |
Unfortunately git-core uses the term "unborn branch" and "orphan branch" interchangeably. However, "orphan" is only really there for the checkout command, which has the `--orphan` option so it doesn't actually create the branch. Branches never have parents, so the distinction of a branch with no parents is odd to begin with. Crucially, the error messages deal with unborn branches, so let's use that.
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
network | Loading commit data... | |
test | Loading commit data... | |
.gitignore | Loading commit data... | |
CMakeLists.txt | Loading commit data... | |
Makefile | Loading commit data... | |
README.md | Loading commit data... | |
add.c | Loading commit data... | |
cat-file.c | Loading commit data... | |
diff.c | Loading commit data... | |
general.c | Loading commit data... | |
init.c | Loading commit data... | |
log.c | Loading commit data... | |
rev-list.c | Loading commit data... | |
rev-parse.c | Loading commit data... | |
showindex.c | Loading commit data... | |
status.c | Loading commit data... |