index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
refs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-24
Merge branch 'mh/reporting-broken-refs-from-for-each-ref'
Junio C Hamano
1
-7
/
+22
2015-06-22
delete_ref(): use the usual convention for old_sha1
Michael Haggerty
1
-8
/
+0
2015-06-22
refs: move the remaining ref module declarations to refs.h
Michael Haggerty
1
-2
/
+4
2015-06-22
initial_ref_transaction_commit(): check for ref D/F conflicts
Michael Haggerty
1
-0
/
+34
2015-06-22
initial_ref_transaction_commit(): check for duplicate refs
Michael Haggerty
1
-0
/
+11
2015-06-22
refs: remove some functions from the module's public interface
Michael Haggerty
1
-7
/
+24
2015-06-22
initial_ref_transaction_commit(): function for initial ref creation
Michael Haggerty
1
-0
/
+47
2015-06-22
repack_without_refs(): make function private
Michael Haggerty
1
-1
/
+8
2015-06-22
delete_refs(): bail early if the packed-refs file cannot be rewritten
Michael Haggerty
1
-3
/
+22
2015-06-22
delete_refs(): make error message more generic
Michael Haggerty
1
-1
/
+1
2015-06-22
delete_refs(): new function for the refs API
Michael Haggerty
1
-0
/
+19
2015-06-22
delete_ref(): handle special case more explicitly
Michael Haggerty
1
-2
/
+9
2015-06-22
delete_ref(): move declaration to refs.h
Michael Haggerty
1
-2
/
+3
2015-06-12
Allow to control where the replace refs are looked for
Mike Hommey
1
-1
/
+2
2015-06-11
Merge branch 'mh/verify-lock-error-report'
Junio C Hamano
1
-14
/
+26
2015-06-08
read_loose_refs(): treat NULL_SHA1 loose references as broken
Michael Haggerty
1
-0
/
+10
2015-06-05
Merge branch 'mh/write-refs-sooner-2.4' into maint
Junio C Hamano
1
-31
/
+82
2015-06-03
read_loose_refs(): simplify function logic
Michael Haggerty
1
-7
/
+12
2015-05-27
ref_transaction_commit(): do not capitalize error messages
Michael Haggerty
1
-2
/
+2
2015-05-27
verify_lock(): do not capitalize error messages
Michael Haggerty
1
-2
/
+2
2015-05-27
verify_lock(): report errors via a strbuf
Michael Haggerty
1
-7
/
+12
2015-05-27
verify_lock(): on errors, let the caller unlock the lock
Michael Haggerty
1
-4
/
+4
2015-05-27
verify_lock(): return 0/-1 rather than struct ref_lock *
Michael Haggerty
1
-7
/
+14
2015-05-25
struct ref_lock: convert old_sha1 member to object_id
Michael Haggerty
1
-12
/
+12
2015-05-25
warn_if_dangling_symref(): convert local variable "junk" to object_id
Michael Haggerty
1
-3
/
+3
2015-05-25
each_ref_fn_adapter(): remove adapter
Michael Haggerty
1
-8
/
+0
2015-05-25
each_ref_fn: change to take an object_id parameter
Michael Haggerty
1
-16
/
+26
2015-05-25
refs: convert struct ref_entry to use struct object_id
brian m. carlson
1
-22
/
+22
2015-05-22
Merge branch 'mh/lockfile-retry'
Junio C Hamano
1
-1
/
+11
2015-05-22
Merge branch 'mh/ref-directory-file'
Junio C Hamano
1
-111
/
+198
2015-05-22
Merge branch 'mh/write-refs-sooner-2.4'
Junio C Hamano
1
-31
/
+82
2015-05-19
Merge branch 'sb/ref-lock-lose-lock-fd'
Junio C Hamano
1
-10
/
+5
2015-05-14
lock_packed_refs(): allow retries when acquiring the packed-refs lock
Michael Haggerty
1
-1
/
+11
2015-05-12
ref_transaction_commit(): fix atomicity and avoid fd exhaustion
Michael Haggerty
1
-21
/
+53
2015-05-12
ref_transaction_commit(): remove the local flags variable
Michael Haggerty
1
-9
/
+9
2015-05-12
ref_transaction_commit(): inline call to write_ref_sha1()
Michael Haggerty
1
-18
/
+7
2015-05-12
rename_ref(): inline calls to write_ref_sha1() from this function
Michael Haggerty
1
-4
/
+8
2015-05-12
commit_ref_update(): new function, extracted from write_ref_sha1()
Michael Haggerty
1
-7
/
+20
2015-05-12
write_ref_to_lockfile(): new function, extracted from write_ref_sha1()
Michael Haggerty
1
-4
/
+17
2015-05-11
Merge branch 'jk/reading-packed-refs'
Junio C Hamano
1
-2
/
+4
2015-05-11
Merge branch 'nd/multiple-work-trees'
Junio C Hamano
1
-13
/
+46
2015-05-11
reflog_expire(): integrate lock_ref_sha1_basic() errors into ours
Michael Haggerty
1
-2
/
+2
2015-05-11
ref_transaction_commit(): delete extra "the" from error message
Michael Haggerty
1
-1
/
+1
2015-05-11
ref_transaction_commit(): provide better error messages
Michael Haggerty
1
-4
/
+6
2015-05-11
rename_ref(): integrate lock_ref_sha1_basic() errors into ours
Michael Haggerty
1
-4
/
+2
2015-05-11
lock_ref_sha1_basic(): improve diagnostics for ref D/F conflicts
Michael Haggerty
1
-4
/
+12
2015-05-11
lock_ref_sha1_basic(): report errors via a "struct strbuf *err"
Michael Haggerty
1
-16
/
+28
2015-05-11
verify_refname_available(): report errors via a "struct strbuf *err"
Michael Haggerty
1
-20
/
+30
2015-05-11
verify_refname_available(): rename function
Michael Haggerty
1
-17
/
+20
2015-05-11
refs: check for D/F conflicts among refs created in a transaction
Michael Haggerty
1
-62
/
+94
[prev]
[next]