Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename tests-clar to tests | Ben Straub | 2013-11-14 | 1 | -813/+0 |
| | |||||
* | odb: Teach loose backend to return EAMBIGUOUS | nulltoken | 2013-09-10 | 1 | -0/+31 |
| | |||||
* | revparse: Don't return a reference when asked for a git object | nulltoken | 2013-07-13 | 1 | -0/+41 |
| | | | | Fix #1722 | ||||
* | revparse: Make revparse_ext() return git_reference from names as well | nulltoken | 2013-05-16 | 1 | -2/+2 |
| | |||||
* | revparse: Introduce git_revparse_ext() | nulltoken | 2013-05-16 | 1 | -2/+47 |
| | | | | | | Expose a way to retrieve, along with the target git_object, the reference pointed at by some revparse expression (`@{<-n>}` or `<branchname>@{upstream}` syntax). | ||||
* | Fix trailing whitespaces | nulltoken | 2013-05-15 | 1 | -11/+10 |
| | |||||
* | git_revision -> git_revspec | Vicent Marti | 2013-04-15 | 1 | -14/+14 |
| | |||||
* | Is this crazy? | Vicent Marti | 2013-04-15 | 1 | -33/+26 |
| | |||||
* | Change git_revparse to output git_object pointers | Ben Straub | 2013-04-15 | 1 | -7/+12 |
| | | | | This will probably prevent many lookup/free operations in calling code. | ||||
* | Redeploy git_revparse_single. | Ben Straub | 2013-04-15 | 1 | -61/+50 |
| | |||||
* | Deprecate git_revparse_single and _rangelike | Ben Straub | 2013-04-09 | 1 | -30/+40 |
| | |||||
* | Implement unified git_revparse | Ben Straub | 2013-04-08 | 1 | -0/+59 |
| | |||||
* | test: Add missing NULLs | Vicent Marti | 2013-04-07 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'gnprice/revwalk' into development | Vicent Marti | 2013-04-07 | 1 | -0/+43 |
|\ | |||||
| * | revparse: Parse range-like syntax | Greg Price | 2013-04-06 | 1 | -0/+43 |
| | | | | | | | | Signed-off-by: Greg Price <price@mit.edu> | ||||
* | | immutable references and a pluggable ref database | Edward Thomson | 2013-03-07 | 1 | -3/+4 |
|/ | |||||
* | revparse: Lookup sha before branch | nulltoken | 2013-02-03 | 1 | -0/+74 |
| | |||||
* | revparse: Lookup branch before described tag | nulltoken | 2013-02-03 | 1 | -0/+35 |
| | | | | Fix #1306 | ||||
* | revparse: Deploy EINVALIDSPEC usage | nulltoken | 2012-12-01 | 1 | -35/+46 |
| | |||||
* | revparse: remove timezone setup in tests | nulltoken | 2012-12-01 | 1 | -10/+0 |
| | |||||
* | Rename ref and reflog apis for consistency | Ben Straub | 2012-11-27 | 1 | -2/+2 |
| | |||||
* | revparse: properly handle refnames containing a @ | nulltoken | 2012-10-18 | 1 | -0/+34 |
| | | | | Fix #994 | ||||
* | Revparse: GIT_EAMBIGUOUS | Ben Straub | 2012-08-25 | 1 | -0/+9 |
| | | | | Revparse now returns EAMBIGUOUS if the the spec doesn't match any refs/tags, and is <4 characters. | ||||
* | revparse: don't allow an empty string | Carlos MartÃn Nieto | 2012-07-23 | 1 | -1/+2 |
| | | | | | Asking the library for "" used to give HEAD, but that's trying to impose a default at the wrong layer. Make it fail. | ||||
* | revparse: extend test coverage | nulltoken | 2012-07-15 | 1 | -2/+40 |
| | |||||
* | revparse: fix disambiguation of refs and abbrev oids | nulltoken | 2012-07-12 | 1 | -0/+49 |
| | |||||
* | revparse: simplify handling of the colon syntax | nulltoken | 2012-07-12 | 1 | -2/+16 |
| | |||||
* | revparse: unfound reference return ENOTFOUND | nulltoken | 2012-07-07 | 1 | -0/+2 |
| | |||||
* | revparse: fix invalid test reference name | nulltoken | 2012-07-07 | 1 | -3/+7 |
| | |||||
* | revparse: do not segfault when retrieving the last entry | nulltoken | 2012-07-07 | 1 | -0/+1 |
| | |||||
* | revparse: split reflog test per feature | nulltoken | 2012-07-07 | 1 | -8/+18 |
| | |||||
* | revparse: enhance upstream reflog test coverage | nulltoken | 2012-07-07 | 1 | -2/+12 |
| | |||||
* | revparse: enhance refs/<name> coverage | nulltoken | 2012-07-07 | 1 | -2/+57 |
| | |||||
* | revparse: detect incorrect "refname@{-n}" syntax | nulltoken | 2012-07-07 | 1 | -0/+1 |
| | |||||
* | revparse: slightly improve readability of tests | nulltoken | 2012-07-07 | 1 | -18/+24 |
| | |||||
* | revparse: readonly tests don't need a sandboxed repo | nulltoken | 2012-07-07 | 1 | -2/+3 |
| | |||||
* | revparse: fix parsing of date specifiers | nulltoken | 2012-07-02 | 1 | -7/+66 |
| | |||||
* | revparse: unfound reflog entry returns ENOTFOUND | nulltoken | 2012-06-29 | 1 | -0/+1 |
| | |||||
* | revparse: unfound reflog ref returns ENOTFOUND | nulltoken | 2012-06-29 | 1 | -0/+2 |
| | |||||
* | revparse: unfound partially-named ref returns ENOTFOUND | nulltoken | 2012-06-29 | 1 | -2/+1 |
| | |||||
* | revparse: unfound nth parent returns ENOTFOUND | nulltoken | 2012-06-28 | 1 | -0/+2 |
| | |||||
* | revparse: handle specs with caret and colon | nulltoken | 2012-06-28 | 1 | -0/+2 |
| | |||||
* | revparse: unfound treepath returns ENOTFOUND | nulltoken | 2012-06-28 | 1 | -1/+5 |
| | |||||
* | revparse: return trees through the "colon" syntax | nulltoken | 2012-06-28 | 1 | -1/+6 |
| | |||||
* | revparse: replace spaces with tabs | nulltoken | 2012-06-28 | 1 | -87/+87 |
| | |||||
* | Avoid uninitialized variable error. | Ben Straub | 2012-06-19 | 1 | -0/+3 |
| | |||||
* | Fix potential segfault in revparse. | Ben Straub | 2012-06-19 | 1 | -0/+1 |
| | |||||
* | Tests: wrap 'getenv' and friends for Win32 tests. | Ben Straub | 2012-06-08 | 1 | -3/+3 |
| | |||||
* | Fixing rev-parse-induced Travis errors. | Ben Straub | 2012-06-07 | 1 | -4/+8 |
| | |||||
* | Rev-parse: implement ":/foo" syntax. | Ben Straub | 2012-06-01 | 1 | -1/+5 |
| |