summaryrefslogtreecommitdiff
path: root/src/revparse.c
Commit message (Expand)AuthorAgeFilesLines
...
* Rev-parse: implement ":/foo" syntax.Ben Straub2012-06-011-5/+47
* Rev-parse: Plug memory leaks.Ben Straub2012-05-311-0/+4
* Rev-parse: add "tag:README" syntax.Ben Straub2012-05-301-0/+60
* Approxidate: use libgit2 naming/calling conventions.Ben Straub2012-05-301-2/+2
* Fix date.c build in msvc.Ben Straub2012-05-151-3/+7
* Rev-parse: better error handling for chaining.Ben Straub2012-05-111-1/+4
* Rev-parse: proper error checking.Ben Straub2012-05-111-22/+24
* Rev-parse: regex check for "git describe" output.Ben Straub2012-05-111-0/+17
* Plugging memory leak.Ben Straub2012-05-111-0/+2
* Rev-parse: now capturing and reporting regex errors.Ben Straub2012-05-111-5/+14
* Rev-parse: now @{-N} syntax searches in the right direction!Ben Straub2012-05-111-13/+19
* Now properly handling branches with "-g" in their names.Ben Straub2012-05-111-3/+3
* Simplifying revparse_lookup_fully_qualified_ref.Ben Straub2012-05-111-16/+4
* Rev-parse: @{time} syntax.Ben Straub2012-05-111-34/+97
* Rev-parse: "ref^{/regex}" syntax.Ben Straub2012-05-111-6/+47
* Rev-parse: fixing double-freeing. Thanks, Visual Studio!Ben Straub2012-05-111-1/+1
* Rev-parse: "ref@{upstream}" syntax.Ben Straub2012-05-111-1/+23
* Fixed last 2 memory leaks in rev-parse.Ben Straub2012-05-111-13/+13
* Rev-parse: plugging (most) memory leaks.Ben Straub2012-05-111-21/+24
* Incorporating feedback from @tanoku.Ben Straub2012-05-111-8/+9
* Implementing rev-parse's ref@{n} and @{-n} syntaxes.Ben Straub2012-05-111-16/+92
* Implementing rev-parse's "ref~2" syntax.Ben Straub2012-05-111-0/+49
* Removed goto from state machine loop.Ben Straub2012-05-111-22/+17
* Returning error if dereferencing operation fails.Ben Straub2012-05-111-1/+4
* Implemented rev-parse "^{type}" syntax.Ben Straub2012-05-111-14/+14
* Implemented rev-parse's "^{}" syntax.Ben Straub2012-05-111-15/+61
* Implemented partial caret syntax for rev-parse.Ben Straub2012-05-111-7/+48
* Simpler states and initial structure.Ben Straub2012-05-111-27/+123
* First stab at implementation of rev-parse.Ben Straub2012-05-111-0/+175