| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Deprecate git_revparse_single and _rangelike | Ben Straub | 2013-04-09 | 1 | -26/+1 | |
| | | | ||||||
| | * | Implement unified git_revparse | Ben Straub | 2013-04-08 | 1 | -6/+58 | |
| | | | ||||||
| * | | Merge pull request #1450 from carlosmn/branch-upstream | Vicent Martí | 2013-04-11 | 1 | -1/+1 | |
| |\ \ | | | | | | | Branch upstream configuration | |||||
| | * | | branch: rename 'tracking' to 'upstream' | Carlos Martín Nieto | 2013-03-30 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | The term 'tracking' is overloaded. Help distinguish what we mean by using 'upstream' for this part of the library. | |||||
| * | | | object: Export git_object_dup | Vicent Marti | 2013-04-10 | 1 | -1/+1 | |
| | |/ |/| | ||||||
| * | | Merge remote-tracking branch 'gnprice/revwalk' into development | Vicent Marti | 2013-04-07 | 1 | -0/+25 | |
| |\ \ | |/ |/| | ||||||
| | * | revparse: Parse range-like syntax | Greg Price | 2013-04-06 | 1 | -0/+25 | |
| | | | | | | | | | Signed-off-by: Greg Price <price@mit.edu> | |||||
| * | | Several warnings detected by static code analyzer fixed | Arkadiy Shapkin | 2013-03-18 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | Implicit type conversion argument of function to size_t type Suspicious sequence of types castings: size_t -> int -> size_t Consider reviewing the expression of the 'A = B == C' kind. The expression is calculated as following: 'A = (B == C)' Unsigned type is never < 0 | |||||
| * | | immutable references and a pluggable ref database | Edward Thomson | 2013-03-07 | 1 | -1/+2 | |
| |/ | ||||||
| * | revparse: Lookup sha before branch | nulltoken | 2013-02-03 | 1 | -6/+29 | |
| | | ||||||
| * | revparse: Lookup branch before described tag | nulltoken | 2013-02-03 | 1 | -7/+7 | |
| | | | | | Fix #1306 | |||||
| * | update copyrights | Edward Thomson | 2013-01-08 | 1 | -1/+1 | |
| | | ||||||
| * | revparse: Deploy EINVALIDSPEC usage | nulltoken | 2012-12-01 | 1 | -39/+46 | |
| | | ||||||
| * | Fix warnings on Win64 build | Russell Belfer | 2012-11-27 | 1 | -20/+19 | |
| | | ||||||
| * | Rename ref and reflog apis for consistency | Ben Straub | 2012-11-27 | 1 | -6/+6 | |
| | | ||||||
| * | Fix a couple of warnings | Michael Schubert | 2012-11-18 | 1 | -1/+1 | |
| | | ||||||
| * | reflog: make entry_byindex() and drop() git compliant | nulltoken | 2012-11-17 | 1 | -3/+3 | |
| | | | | | | Passing 0 as the index now retrieves the most recent entry instead of the oldest one. | |||||
| * | revparse: properly handle refnames containing a @ | nulltoken | 2012-10-18 | 1 | -10/+14 | |
| | | | | | Fix #994 | |||||
| * | refs: use constants for well-known names | nulltoken | 2012-10-07 | 1 | -6/+6 | |
| | | ||||||
| * | refs: introduce git_reference_is_valid_name() | nulltoken | 2012-09-25 | 1 | -0/+5 | |
| | | ||||||
| * | Diff iterators | Russell Belfer | 2012-09-05 | 1 | -1/+1 | |
| | | | | | | | | | | | | This refactors the diff output code so that an iterator object can be used to traverse and generate the diffs, instead of just the `foreach()` style with callbacks. The code has been rearranged so that the two styles can still share most functions. This also replaces `GIT_REVWALKOVER` with `GIT_ITEROVER` and uses that as a common error code for marking the end of iteration when using a iterator style of object. | |||||
| * | Merge remote-tracking branch 'nulltoken/topic/amd64-compat' into development | Vicent Marti | 2012-08-02 | 1 | -7/+7 | |
| |\ | | | | | | | | | | | | | Conflicts: src/netops.c src/netops.h src/oid.c | |||||
| | * | portability: Improve x86/amd64 compatibility | nulltoken | 2012-07-24 | 1 | -7/+7 | |
| | | | ||||||
| * | | branch: introduce git_branch_tracking() | nulltoken | 2012-07-24 | 1 | -1/+1 | |
| |/ | ||||||
| * | revparse: initialize 'parsed' in case the user doesn't give a number with ↵ | Carlos Martín Nieto | 2012-07-23 | 1 | -1/+1 | |
| | | | | | the @-notation | |||||
| * | revparse: don't allow an empty string | Carlos Martín Nieto | 2012-07-23 | 1 | -3/+3 | |
| | | | | | | Asking the library for "" used to give HEAD, but that's trying to impose a default at the wrong layer. Make it fail. | |||||
| * | revparse: deploy git_object_peel() | nulltoken | 2012-07-17 | 1 | -55/+4 | |
| | | ||||||
| * | revparse: enhance parsing engine | nulltoken | 2012-07-17 | 1 | -469/+620 | |
| | | ||||||
| * | revparse: fix propagation of error | nulltoken | 2012-07-12 | 1 | -1/+1 | |
| | | ||||||
| * | revparse: only allow decimal specifiers in carete and tilde synatx | nulltoken | 2012-07-12 | 1 | -2/+2 | |
| | | | | | | | | | passing 0 to git_strol(32|64) let the implementation guess if it's dealing with an octal number or a decimal one. Let's make it safe and ensure that both 'HEAD@{010}' and 'HEAD@{10}' point at the same commit. | |||||
| * | revparse: fix disambiguation of refs and abbrev oids | nulltoken | 2012-07-12 | 1 | -7/+7 | |
| | | ||||||
| * | revparse: simplify handling of the colon syntax | nulltoken | 2012-07-12 | 1 | -71/+20 | |
| | | ||||||
| * | revparse: deploy git_reference_remote_tracking_from_branch() | nulltoken | 2012-07-12 | 1 | -26/+6 | |
| | | ||||||
| * | revparse: deploy git_commit_nth_gen_ancestor() | nulltoken | 2012-07-12 | 1 | -21/+2 | |
| | | ||||||
| * | revparse: simplify the parsing of described object | nulltoken | 2012-07-12 | 1 | -14/+12 | |
| | | ||||||
| * | revparse: unfound reference return ENOTFOUND | nulltoken | 2012-07-07 | 1 | -24/+50 | |
| | | ||||||
| * | revparse: do not segfault when retrieving the last entry | nulltoken | 2012-07-07 | 1 | -1/+1 | |
| | | ||||||
| * | revparse: fix disambiguation of refs | nulltoken | 2012-07-07 | 1 | -84/+98 | |
| | | ||||||
| * | revparse: unfound previous head return ENOTFOUND | nulltoken | 2012-07-07 | 1 | -0/+2 | |
| | | ||||||
| * | revparse: only allow decimal reflog ordinal specs | nulltoken | 2012-07-07 | 1 | -2/+2 | |
| | | | | | | | | | passing 0 to git_strol(32|64) let the implementation guess if it's dealing with an octal number or a decimal one. Let's make it safe and ensure that both 'HEAD@{010}' and 'HEAD@{10}' point at the same commit. | |||||
| * | revparse: leverage git__isdigit() | nulltoken | 2012-07-07 | 1 | -4/+5 | |
| | | ||||||
| * | revparse: detect incorrect "refname@{-n}" syntax | nulltoken | 2012-07-07 | 1 | -16/+13 | |
| | | ||||||
| * | revparse: fix parsing of date specifiers | nulltoken | 2012-07-02 | 1 | -18/+5 | |
| | | ||||||
| * | revparse: unfound reflog entry returns ENOTFOUND | nulltoken | 2012-06-29 | 1 | -1/+1 | |
| | | ||||||
| * | revparse: unfound reflog ref returns ENOTFOUND | nulltoken | 2012-06-29 | 1 | -2/+3 | |
| | | ||||||
| * | revparse: unfound partially-named ref returns ENOTFOUND | nulltoken | 2012-06-29 | 1 | -1/+1 | |
| | | ||||||
| * | revparse: unfound nth parent returns ENOTFOUND | nulltoken | 2012-06-28 | 1 | -1/+1 | |
| | | ||||||
| * | revparse: handle specs with caret and colon | nulltoken | 2012-06-28 | 1 | -0/+4 | |
| | | ||||||
| * | revparse: unfound treepath returns ENOTFOUND | nulltoken | 2012-06-28 | 1 | -3/+25 | |
| | | ||||||
| * | revparse: return trees through the "colon" syntax | nulltoken | 2012-06-28 | 1 | -4/+12 | |
| | | ||||||
