| Commit message (Expand) | Author | Age | Files | Lines |
* | hideRefs: add support for matching full refs | Lukas Fleischer | 2015-11-05 | 1 | -1/+9 |
* | Merge branch 'kn/for-each-tag' | Junio C Hamano | 2015-10-05 | 1 | -0/+1 |
|\ |
|
| * | ref-filter: add option to filter out tags, branches and remotes | Karthik Nayak | 2015-09-17 | 1 | -0/+1 |
* | | Merge branch 'dt/refs-pseudo' | Junio C Hamano | 2015-08-25 | 1 | -0/+8 |
|\ \
| |/
|/| |
|
| * | refs: add ref_type function | David Turner | 2015-07-31 | 1 | -0/+8 |
* | | Merge branch 'jk/refspec-parse-wildcard' | Junio C Hamano | 2015-08-03 | 1 | -2/+2 |
|\ \ |
|
| * | | refs: loosen restriction on wildcard "*" refspecsjk/refspec-parse-wildcard | Jacob Keller | 2015-07-27 | 1 | -2/+2 |
* | | | Merge branch 'dt/refs-backend-preamble' | Junio C Hamano | 2015-08-03 | 1 | -2/+3 |
|\ \ \
| | |/
| |/| |
|
| * | | refs: add REF_FORCE_CREATE_REFLOG flag | David Turner | 2015-07-21 | 1 | -0/+1 |
| * | | refs: new public ref function: safe_create_reflog | David Turner | 2015-07-21 | 1 | -1/+1 |
| * | | refs.c: add err arguments to reflog functions | David Turner | 2015-07-21 | 1 | -2/+2 |
* | | | delete_ref(): use the usual convention for old_sha1mh/init-delete-refs-api | Michael Haggerty | 2015-06-22 | 1 | -5/+5 |
* | | | refs.h: add some parameter names to function declarations | Michael Haggerty | 2015-06-22 | 1 | -11/+11 |
* | | | refs: move the remaining ref module declarations to refs.h | Michael Haggerty | 2015-06-22 | 1 | -23/+98 |
* | | | refs: remove some functions from the module's public interface | Michael Haggerty | 2015-06-22 | 1 | -30/+0 |
* | | | initial_ref_transaction_commit(): function for initial ref creation | Michael Haggerty | 2015-06-22 | 1 | -0/+14 |
* | | | repack_without_refs(): make function private | Michael Haggerty | 2015-06-22 | 1 | -11/+0 |
* | | | delete_refs(): new function for the refs API | Michael Haggerty | 2015-06-22 | 1 | -0/+7 |
* | | | delete_ref(): move declaration to refs.h | Michael Haggerty | 2015-06-22 | 1 | -0/+10 |
|/ / |
|
* | | each_ref_fn_adapter(): remove adapter | Michael Haggerty | 2015-05-25 | 1 | -11/+0 |
* | | each_ref_fn: change to take an object_id parameter | Michael Haggerty | 2015-05-25 | 1 | -1/+12 |
* | | Merge branch 'nd/multiple-work-trees' | Junio C Hamano | 2015-05-11 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | git_snpath(): retire and replace with strbuf_git_path() | Nguyễn Thái Ngọc Duy | 2014-12-01 | 1 | -1/+1 |
* | | refs.h: remove duplication in function docstringsmh/refs-have-new | Michael Haggerty | 2015-02-17 | 1 | -23/+43 |
* | | update_ref(): improve documentation | Michael Haggerty | 2015-02-17 | 1 | -3/+10 |
* | | ref_transaction_verify(): new function to check a reference's value | Michael Haggerty | 2015-02-17 | 1 | -8/+26 |
* | | ref_transaction_delete(): remove "have_old" parameter | Michael Haggerty | 2015-02-17 | 1 | -3/+3 |
* | | ref_transaction_update(): remove "have_old" parameter | Michael Haggerty | 2015-02-17 | 1 | -3/+3 |
* | | refs.c: change some "flags" to "unsigned int" | Michael Haggerty | 2015-02-17 | 1 | -5/+5 |
* | | refs: move REF_DELETING to refs.c | Michael Haggerty | 2015-02-12 | 1 | -3/+1 |
* | | Merge branch 'mh/reflog-expire' | Junio C Hamano | 2015-02-11 | 1 | -27/+48 |
|\ \ |
|
| * | | refs.c: don't expose the internal struct ref_lock in the header file | Stefan Beller | 2014-12-22 | 1 | -9/+0 |
| * | | lock_any_ref_for_update(): inline function | Michael Haggerty | 2014-12-22 | 1 | -8/+1 |
| * | | refs.c: remove unlock_ref/close_ref/commit_ref from the refs api | Ronnie Sahlberg | 2014-12-22 | 1 | -9/+0 |
| * | | reflog_expire(): new function in the reference API | Michael Haggerty | 2014-12-22 | 1 | -0/+46 |
| * | | refs.c: make ref_transaction_delete a wrapper for ref_transaction_update | Ronnie Sahlberg | 2014-12-04 | 1 | -1/+1 |
| |/ |
|
* | | repack_without_refs(): make the refnames argument a string_list | Michael Haggerty | 2014-11-25 | 1 | -1/+9 |
|/ |
|
* | refs.c: allow listing and deleting badly named refs | Ronnie Sahlberg | 2014-10-15 | 1 | -2/+10 |
* | packed-ref cache: forbid dot-components in refnames | Jonathan Nieder | 2014-10-15 | 1 | -5/+1 |
* | branch -d: avoid repeated symref resolution | Jonathan Nieder | 2014-10-15 | 1 | -0/+2 |
* | refs.c: make write_ref_sha1 static | Ronnie Sahlberg | 2014-10-15 | 1 | -3/+0 |
* | refs.c: ref_transaction_commit: distinguish name conflicts from other errors | Ronnie Sahlberg | 2014-10-15 | 1 | -2/+7 |
* | refs.c: pass the ref log message to _create/delete/update instead of _commit | Ronnie Sahlberg | 2014-10-15 | 1 | -6/+6 |
* | Merge branch 'da/rev-parse-verify-quiet' | Junio C Hamano | 2014-09-29 | 1 | -1/+2 |
|\ |
|
| * | refs: make rev-parse --quiet actually quiet | David Aguilar | 2014-09-19 | 1 | -1/+2 |
* | | Merge branch 'da/styles' | Junio C Hamano | 2014-09-19 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | stylefix: asterisks stick to the variable, not the typeda/styles | David Aguilar | 2014-09-02 | 1 | -1/+1 |
* | | Merge branch 'rs/ref-transaction-1' | Junio C Hamano | 2014-09-11 | 1 | -18/+59 |
|\ \
| |/
|/| |
|
| * | refs.c: make prune_ref use a transaction to delete the ref | Ronnie Sahlberg | 2014-09-03 | 1 | -2/+11 |
| * | refs.c: make lock_ref_sha1 static | Ronnie Sahlberg | 2014-09-03 | 1 | -6/+0 |