index
:
org/kernel/git.git
master
forked from git/git
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
refs.c
Commit message (
Expand
)
Author
Age
...
|
*
|
|
|
|
refs: new public ref function: safe_create_reflog
David Turner
2015-07-21
|
*
|
|
|
|
refs: break out check for reflog autocreation
David Turner
2015-07-21
|
*
|
|
|
|
refs.c: add err arguments to reflog functions
David Turner
2015-07-21
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge branch 'jk/date-mode-format'
Junio C Hamano
2015-08-03
|
\
\
\
\
\
|
*
|
|
|
|
convert "enum date_mode" into a struct
Jeff King
2015-06-29
|
|
/
/
/
/
*
|
|
|
|
Merge branch 'mh/init-delete-refs-api'
Junio C Hamano
2015-08-03
|
\
\
\
\
\
|
*
|
|
|
|
delete_ref(): use the usual convention for old_sha1
Michael Haggerty
2015-06-22
|
*
|
|
|
|
refs: move the remaining ref module declarations to refs.h
Michael Haggerty
2015-06-22
|
*
|
|
|
|
initial_ref_transaction_commit(): check for ref D/F conflicts
Michael Haggerty
2015-06-22
|
*
|
|
|
|
initial_ref_transaction_commit(): check for duplicate refs
Michael Haggerty
2015-06-22
|
*
|
|
|
|
refs: remove some functions from the module's public interface
Michael Haggerty
2015-06-22
|
*
|
|
|
|
initial_ref_transaction_commit(): function for initial ref creation
Michael Haggerty
2015-06-22
|
*
|
|
|
|
repack_without_refs(): make function private
Michael Haggerty
2015-06-22
|
*
|
|
|
|
delete_refs(): bail early if the packed-refs file cannot be rewritten
Michael Haggerty
2015-06-22
|
*
|
|
|
|
delete_refs(): make error message more generic
Michael Haggerty
2015-06-22
|
*
|
|
|
|
delete_refs(): new function for the refs API
Michael Haggerty
2015-06-22
|
*
|
|
|
|
delete_ref(): handle special case more explicitly
Michael Haggerty
2015-06-22
|
*
|
|
|
|
delete_ref(): move declaration to refs.h
Michael Haggerty
2015-06-22
*
|
|
|
|
|
Merge branch 'mh/replace-refs'
Junio C Hamano
2015-08-03
|
\
\
\
\
\
\
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Allow to control where the replace refs are looked for
Mike Hommey
2015-06-12
*
|
|
|
|
|
Merge branch 'mh/reporting-broken-refs-from-for-each-ref'
Junio C Hamano
2015-06-24
|
\
\
\
\
\
\
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
read_loose_refs(): treat NULL_SHA1 loose references as broken
Michael Haggerty
2015-06-08
|
*
|
|
|
|
read_loose_refs(): simplify function logic
Michael Haggerty
2015-06-03
*
|
|
|
|
|
Merge branch 'mh/verify-lock-error-report'
Junio C Hamano
2015-06-11
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
*
|
|
|
|
ref_transaction_commit(): do not capitalize error messages
Michael Haggerty
2015-05-27
|
*
|
|
|
|
verify_lock(): do not capitalize error messages
Michael Haggerty
2015-05-27
|
*
|
|
|
|
verify_lock(): report errors via a strbuf
Michael Haggerty
2015-05-27
|
*
|
|
|
|
verify_lock(): on errors, let the caller unlock the lock
Michael Haggerty
2015-05-27
|
*
|
|
|
|
verify_lock(): return 0/-1 rather than struct ref_lock *
Michael Haggerty
2015-05-27
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
struct ref_lock: convert old_sha1 member to object_id
Michael Haggerty
2015-05-25
*
|
|
|
|
warn_if_dangling_symref(): convert local variable "junk" to object_id
Michael Haggerty
2015-05-25
*
|
|
|
|
each_ref_fn_adapter(): remove adapter
Michael Haggerty
2015-05-25
*
|
|
|
|
each_ref_fn: change to take an object_id parameter
Michael Haggerty
2015-05-25
*
|
|
|
|
refs: convert struct ref_entry to use struct object_id
brian m. carlson
2015-05-25
|
/
/
/
/
*
|
|
|
Merge branch 'mh/lockfile-retry'
Junio C Hamano
2015-05-22
|
\
\
\
\
|
*
|
|
|
lock_packed_refs(): allow retries when acquiring the packed-refs lock
Michael Haggerty
2015-05-14
*
|
|
|
|
Merge branch 'mh/ref-directory-file'
Junio C Hamano
2015-05-22
|
\
\
\
\
\
|
|
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
reflog_expire(): integrate lock_ref_sha1_basic() errors into ours
Michael Haggerty
2015-05-11
|
*
|
|
|
ref_transaction_commit(): delete extra "the" from error message
Michael Haggerty
2015-05-11
|
*
|
|
|
ref_transaction_commit(): provide better error messages
Michael Haggerty
2015-05-11
|
*
|
|
|
rename_ref(): integrate lock_ref_sha1_basic() errors into ours
Michael Haggerty
2015-05-11
|
*
|
|
|
lock_ref_sha1_basic(): improve diagnostics for ref D/F conflicts
Michael Haggerty
2015-05-11
|
*
|
|
|
lock_ref_sha1_basic(): report errors via a "struct strbuf *err"
Michael Haggerty
2015-05-11
|
*
|
|
|
verify_refname_available(): report errors via a "struct strbuf *err"
Michael Haggerty
2015-05-11
|
*
|
|
|
verify_refname_available(): rename function
Michael Haggerty
2015-05-11
|
*
|
|
|
refs: check for D/F conflicts among refs created in a transaction
Michael Haggerty
2015-05-11
|
*
|
|
|
ref_transaction_commit(): use a string_list for detecting duplicates
Michael Haggerty
2015-05-11
|
*
|
|
|
is_refname_available(): use dirname in first loop
Michael Haggerty
2015-05-11
|
*
|
|
|
struct nonmatching_ref_data: store a refname instead of a ref_entry
Michael Haggerty
2015-05-11
|
*
|
|
|
report_refname_conflict(): inline function
Michael Haggerty
2015-05-11
[prev]
[next]