index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
refs.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'mh/tempfile'
Junio C Hamano
2015-08-25
1
-8
/
+10
|
\
|
*
lockfile: add accessor get_lock_file_path()
Michael Haggerty
2015-08-10
1
-3
/
+3
|
*
lockfile: add accessors get_lock_file_fd() and get_lock_file_fp()
Michael Haggerty
2015-08-10
1
-5
/
+7
*
|
Merge branch 'dt/refs-pseudo'
Junio C Hamano
2015-08-25
1
-8
/
+122
|
\
\
|
*
|
pseudoref: check return values from read_ref()
David Turner
2015-08-12
1
-2
/
+5
|
*
|
pseudorefs: create and use pseudoref update and delete functions
David Turner
2015-07-31
1
-8
/
+93
|
*
|
refs: add ref_type function
David Turner
2015-07-31
1
-0
/
+26
*
|
|
Merge branch 'jk/git-path'
Junio C Hamano
2015-08-19
1
-76
/
+84
|
\
\
\
|
*
|
|
refs.c: remove_empty_directories can take a strbuf
Jeff King
2015-08-11
1
-19
/
+15
|
*
|
|
refs.c: avoid git_path assignment in lock_ref_sha1_basic
Jeff King
2015-08-11
1
-13
/
+19
|
*
|
|
refs.c: avoid repeated git_path calls in rename_tmp_log
Jeff King
2015-08-11
1
-7
/
+14
|
*
|
|
refs.c: simplify strbufs in reflog setup and writing
Jeff King
2015-08-11
1
-23
/
+15
|
*
|
|
refs.c: remove extra git_path calls from read_loose_refs
Jeff King
2015-08-11
1
-10
/
+13
|
*
|
|
prefer mkpathdup to mkpath in assignments
Jeff King
2015-08-11
1
-2
/
+4
|
*
|
|
prefer git_pathdup to git_path in some possibly-dangerous cases
Jeff King
2015-08-11
1
-6
/
+8
*
|
|
|
Merge branch 'jk/negative-hiderefs'
Junio C Hamano
2015-08-19
1
-5
/
+13
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
refs: support negative transfer.hideRefs
Jeff King
2015-08-07
1
-5
/
+13
*
|
|
|
Merge branch 'jk/refspec-parse-wildcard'
Junio C Hamano
2015-08-03
1
-19
/
+25
|
\
\
\
\
|
*
|
|
|
refs: loosen restriction on wildcard "*" refspecs
Jacob Keller
2015-07-27
1
-16
/
+20
|
*
|
|
|
refs: cleanup comments regarding check_refname_component()
Jacob Keller
2015-07-27
1
-5
/
+7
|
*
|
|
|
Merge branch 'mh/write-refs-sooner-2.4' into maint
Junio C Hamano
2015-06-05
1
-31
/
+82
|
|
\
\
\
\
*
|
\
\
\
\
Merge branch 'dt/refs-backend-preamble'
Junio C Hamano
2015-08-03
1
-60
/
+109
|
\
\
\
\
\
\
|
|
|
_
|
_
|
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
refs: add REF_FORCE_CREATE_REFLOG flag
David Turner
2015-07-21
1
-13
/
+21
|
*
|
|
|
|
refs: new public ref function: safe_create_reflog
David Turner
2015-07-21
1
-4
/
+20
|
*
|
|
|
|
refs: break out check for reflog autocreation
David Turner
2015-07-21
1
-5
/
+11
|
*
|
|
|
|
refs.c: add err arguments to reflog functions
David Turner
2015-07-21
1
-55
/
+74
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge branch 'jk/date-mode-format'
Junio C Hamano
2015-08-03
1
-2
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
convert "enum date_mode" into a struct
Jeff King
2015-06-29
1
-2
/
+2
|
|
/
/
/
/
*
|
|
|
|
Merge branch 'mh/init-delete-refs-api'
Junio C Hamano
2015-08-03
1
-13
/
+169
|
\
\
\
\
\
|
*
|
|
|
|
delete_ref(): use the usual convention for old_sha1
Michael Haggerty
2015-06-22
1
-8
/
+0
|
*
|
|
|
|
refs: move the remaining ref module declarations to refs.h
Michael Haggerty
2015-06-22
1
-2
/
+4
|
*
|
|
|
|
initial_ref_transaction_commit(): check for ref D/F conflicts
Michael Haggerty
2015-06-22
1
-0
/
+34
|
*
|
|
|
|
initial_ref_transaction_commit(): check for duplicate refs
Michael Haggerty
2015-06-22
1
-0
/
+11
|
*
|
|
|
|
refs: remove some functions from the module's public interface
Michael Haggerty
2015-06-22
1
-7
/
+24
|
*
|
|
|
|
initial_ref_transaction_commit(): function for initial ref creation
Michael Haggerty
2015-06-22
1
-0
/
+47
|
*
|
|
|
|
repack_without_refs(): make function private
Michael Haggerty
2015-06-22
1
-1
/
+8
|
*
|
|
|
|
delete_refs(): bail early if the packed-refs file cannot be rewritten
Michael Haggerty
2015-06-22
1
-3
/
+22
|
*
|
|
|
|
delete_refs(): make error message more generic
Michael Haggerty
2015-06-22
1
-1
/
+1
|
*
|
|
|
|
delete_refs(): new function for the refs API
Michael Haggerty
2015-06-22
1
-0
/
+19
|
*
|
|
|
|
delete_ref(): handle special case more explicitly
Michael Haggerty
2015-06-22
1
-2
/
+9
|
*
|
|
|
|
delete_ref(): move declaration to refs.h
Michael Haggerty
2015-06-22
1
-2
/
+3
*
|
|
|
|
|
Merge branch 'mh/replace-refs'
Junio C Hamano
2015-08-03
1
-1
/
+2
|
\
\
\
\
\
\
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Allow to control where the replace refs are looked for
Mike Hommey
2015-06-13
1
-1
/
+2
*
|
|
|
|
|
Merge branch 'mh/reporting-broken-refs-from-for-each-ref'
Junio C Hamano
2015-06-24
1
-7
/
+22
|
\
\
\
\
\
\
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
read_loose_refs(): treat NULL_SHA1 loose references as broken
Michael Haggerty
2015-06-08
1
-0
/
+10
|
*
|
|
|
|
read_loose_refs(): simplify function logic
Michael Haggerty
2015-06-03
1
-7
/
+12
*
|
|
|
|
|
Merge branch 'mh/verify-lock-error-report'
Junio C Hamano
2015-06-11
1
-14
/
+26
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
*
|
|
|
|
ref_transaction_commit(): do not capitalize error messages
Michael Haggerty
2015-05-28
1
-2
/
+2
|
*
|
|
|
|
verify_lock(): do not capitalize error messages
Michael Haggerty
2015-05-28
1
-2
/
+2
|
*
|
|
|
|
verify_lock(): report errors via a strbuf
Michael Haggerty
2015-05-28
1
-7
/
+12
[next]