| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'jc/pull-signed-tag' | Junio C Hamano | 2011-12-09 | 1 | -7/+0 |
|\ |
|
| * | refs DWIMmery: use the same rule for both "git fetch" and others | Junio C Hamano | 2011-11-07 | 1 | -8/+0 |
| * | fetch: allow "git fetch $there v1.0" to fetch a tag | Junio C Hamano | 2011-11-07 | 1 | -0/+1 |
* | | refs: loosen over-strict "format" check | Junio C Hamano | 2011-11-16 | 1 | -10/+10 |
* | | Merge branch 'jc/broken-ref-dwim-fix' | Junio C Hamano | 2011-10-21 | 1 | -13/+101 |
|\ \ |
|
| * | | resolve_ref(): report breakage to the caller without warning | Junio C Hamano | 2011-10-19 | 1 | -7/+11 |
| * | | resolve_ref(): expose REF_ISBROKEN flag | Junio C Hamano | 2011-10-19 | 1 | -7/+6 |
| * | | refs.c: move dwim_ref()/dwim_log() from sha1_name.c | Junio C Hamano | 2011-10-12 | 1 | -0/+85 |
* | | | Merge branch 'mh/ref-api' | Junio C Hamano | 2011-10-21 | 1 | -28/+31 |
|\ \ \ |
|
| * | | | clear_ref_cache(): inline function | Michael Haggerty | 2011-10-16 | 1 | -7/+3 |
| * | | | write_ref_sha1(): only invalidate the loose ref cache | Michael Haggerty | 2011-10-16 | 1 | -1/+1 |
| * | | | clear_ref_cache(): extract two new functions | Michael Haggerty | 2011-10-16 | 1 | -4/+15 |
| * | | | clear_ref_cache(): rename parameter | Michael Haggerty | 2011-10-16 | 1 | -6/+6 |
| * | | | invalidate_ref_cache(): expose this function in the refs API | Michael Haggerty | 2011-10-16 | 1 | -1/+1 |
| * | | | invalidate_ref_cache(): take the submodule as parameter | Michael Haggerty | 2011-10-16 | 1 | -8/+4 |
| * | | | invalidate_ref_cache(): rename function from invalidate_cached_refs() | Michael Haggerty | 2011-10-16 | 1 | -20/+20 |
* | | | | Merge branch 'jc/maint-remove-renamed-ref' | Junio C Hamano | 2011-10-21 | 1 | -8/+0 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | branch -m/-M: remove undocumented RENAMED-REF | Junio C Hamano | 2011-10-12 | 1 | -8/+0 |
* | | | | resolve_gitlink_packed_ref(): fix mismerge | Junio C Hamano | 2011-10-17 | 1 | -1/+11 |
| |/ /
|/| | |
|
* | | | Merge branch 'jp/get-ref-dir-unsorted' | Junio C Hamano | 2011-10-10 | 1 | -200/+153 |
|\ \ \ |
|
| * | | | refs.c: free duplicate entries in the ref array instead of leaking them | Brandon Casey | 2011-10-10 | 1 | -0/+1 |
| * | | | refs.c: abort ref search if ref array is empty | Brandon Casey | 2011-10-10 | 1 | -0/+3 |
| * | | | refs.c: ensure struct whose member may be passed to realloc is initialized | Brandon Casey | 2011-10-10 | 1 | -0/+1 |
| * | | | refs: Use binary search to lookup refs faster | Julian Phillips | 2011-09-30 | 1 | -193/+152 |
| * | | | Don't sort ref_list too early | Julian Phillips | 2011-09-26 | 1 | -1/+3 |
* | | | | Merge branch 'mh/check-ref-format-3' | Junio C Hamano | 2011-10-10 | 1 | -92/+130 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | add_ref(): verify that the refname is formatted correctly | Michael Haggerty | 2011-10-05 | 1 | -4/+14 |
| * | | | resolve_ref(): expand documentation | Michael Haggerty | 2011-10-05 | 1 | -12/+0 |
| * | | | resolve_ref(): also treat a too-long SHA1 as invalid | Michael Haggerty | 2011-10-05 | 1 | -1/+2 |
| * | | | resolve_ref(): emit warnings for improperly-formatted references | Michael Haggerty | 2011-10-05 | 1 | -2/+4 |
| * | | | resolve_ref(): verify that the input refname has the right format | Michael Haggerty | 2011-10-05 | 1 | -0/+3 |
| * | | | resolve_ref(): do not follow incorrectly-formatted symbolic refs | Michael Haggerty | 2011-10-05 | 1 | -0/+5 |
| * | | | resolve_ref(): extract a function get_packed_ref() | Michael Haggerty | 2011-10-05 | 1 | -13/+34 |
| * | | | resolve_ref(): turn buffer into a proper string as soon as possible | Michael Haggerty | 2011-10-05 | 1 | -10/+10 |
| * | | | resolve_ref(): only follow a symlink that contains a valid, normalized refname | Michael Haggerty | 2011-10-05 | 1 | -1/+2 |
| * | | | resolve_ref(): use prefixcmp() | Michael Haggerty | 2011-10-05 | 1 | -2/+2 |
| * | | | resolve_ref(): explicitly fail if a symlink is not readable | Michael Haggerty | 2011-10-05 | 1 | -0/+2 |
| * | | | Change check_refname_format() to reject unnormalized refnames | Michael Haggerty | 2011-10-05 | 1 | -3/+0 |
| * | | | Do not allow ".lock" at the end of any refname component | Michael Haggerty | 2011-10-05 | 1 | -2/+2 |
| * | | | Refactor check_refname_format() | Michael Haggerty | 2011-10-05 | 1 | -40/+55 |
| * | | | Change check_ref_format() to take a flags argument | Michael Haggerty | 2011-10-05 | 1 | -23/+19 |
| * | | | Change bad_ref_char() to return a boolean value | Michael Haggerty | 2011-10-05 | 1 | -9/+6 |
* | | | | Merge branch 'mh/iterate-refs' | Junio C Hamano | 2011-10-10 | 1 | -32/+74 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | refs.c: make create_cached_refs() static | Junio C Hamano | 2011-09-11 | 1 | -1/+1 |
| * | | | Retain caches of submodule refs | Michael Haggerty | 2011-08-14 | 1 | -13/+21 |
| * | | | Store the submodule name in struct cached_refs | Michael Haggerty | 2011-08-14 | 1 | -4/+11 |
| * | | | Allocate cached_refs objects dynamically | Michael Haggerty | 2011-08-14 | 1 | -7/+21 |
| * | | | Change the signature of read_packed_refs() | Michael Haggerty | 2011-08-14 | 1 | -7/+7 |
| * | | | Access reference caches only through new function get_cached_refs() | Michael Haggerty | 2011-08-14 | 1 | -22/+32 |
| * | | | Extract a function clear_cached_refs() | Michael Haggerty | 2011-08-14 | 1 | -3/+6 |