t7610: delete some now-unnecessary 'git reset --hard' lines
Richard Hansen committed over 9 years ago
t7610: run 'git reset --hard' after each test to clean up
Richard Hansen committed over 9 years ago
t7610: don't rely on state from previous test
Richard Hansen committed over 9 years ago
t7610: use test_when_finished for cleanup tasks
Richard Hansen committed over 9 years ago
t7610: move setup code to the 'setup' test case
Richard Hansen committed over 9 years ago
t7610: update branch names to match test number
Richard Hansen committed over 9 years ago
rev-parse doc: pass "--" to rev-parse in the --prefix example
Richard Hansen committed over 9 years ago
ref-filter: Do not abruptly die when using the 'lstrip=<N>' option
Karthik Nayak committed over 9 years ago
ref-filter: rename the 'strip' option to 'lstrip'
Karthik Nayak committed over 9 years ago
ref-filter: make remote_ref_atom_parser() use refname_atom_parser_internal()
Karthik Nayak committed over 9 years ago
ref-filter: introduce refname_atom_parser()
Karthik Nayak committed over 9 years ago
ref-filter: introduce refname_atom_parser_internal()
Karthik Nayak committed over 9 years ago
ref-filter: make "%(symref)" atom work with the ':short' modifier
Karthik Nayak committed over 9 years ago
ref-filter: add support for %(upstream:track,nobracket)
Karthik Nayak committed over 9 years ago
ref-filter: make %(upstream:track) prints "[gone]" for invalid upstreams
Karthik Nayak committed over 9 years ago
ref-filter: introduce format_ref_array_item()
Karthik Nayak committed over 9 years ago
ref-filter: move get_head_description() from branch.c
Karthik Nayak committed over 9 years ago
ref-filter: modify "%(objectname:short)" to take length
Karthik Nayak committed over 9 years ago
ref-filter: implement %(if:equals=<string>) and %(if:notequals=<string>)
Karthik Nayak committed over 9 years ago
ref-filter: include reference to 'used_atom' within 'atom_value'
Karthik Nayak committed over 9 years ago