summaryrefslogtreecommitdiff
path: root/gitdb/ref/head.py
blob: 321b81b84f1d443e1239106f212d158929bd5fbc (plain)
1
2
3
4
5
6
7
8
9


__all__ = ["HEAD"]

class HEAD(SymbolicReference):
	"""Special case of a Symbolic Reference as it represents the repository's 
	HEAD reference."""