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
*
refs: move resolve_ref_unsafe into common code
David Turner
2016-04-10
1
-0
/
+74
*
refs: move for_each_*ref* functions into common code
David Turner
2016-04-10
1
-0
/
+52
*
refs: move head_ref{,_submodule} to the common code
David Turner
2016-04-10
1
-0
/
+23
*
use st_add and st_mult for allocation size computation
Jeff King
2016-02-22
1
-1
/
+1
*
convert trivial cases to FLEX_ARRAY macros
Jeff King
2016-02-22
1
-4
/
+2
*
use xmallocz to avoid size arithmetic
Jeff King
2016-02-22
1
-1
/
+1
*
Merge branch 'bc/object-id'
Junio C Hamano
2015-12-10
1
-1
/
+1
|
\
|
*
Remove get_object_hash.
brian m. carlson
2015-11-20
1
-1
/
+1
|
*
Add several uses of get_object_hash.
brian m. carlson
2015-11-20
1
-1
/
+1
*
|
Merge branch 'dt/refs-backend-pre-vtable'
Junio C Hamano
2015-12-08
1
-3669
/
+42
|
\
\
|
|
/
|
/
|
|
*
refs: break out ref conflict checks
David Turner
2015-11-20
1
-0
/
+44
|
*
refs: split filesystem-based refs code into a new file
Michael Haggerty
2015-11-20
1
-3535
/
+4
|
*
refs/refs-internal.h: new header file
Michael Haggerty
2015-11-20
1
-165
/
+9
|
*
refname_is_safe(): improve docstring
Michael Haggerty
2015-11-20
1
-6
/
+10
|
*
pack_if_possible_fn(): use ref_type() instead of is_per_worktree_ref()
Michael Haggerty
2015-11-20
1
-3
/
+1
|
*
copy_msg(): rename to copy_reflog_msg()
David Turner
2015-11-20
1
-2
/
+2
|
*
verify_refname_available(): new function
Ronnie Sahlberg
2015-11-20
1
-26
/
+40
|
*
verify_refname_available(): rename function
Ronnie Sahlberg
2015-11-20
1
-22
/
+22
*
|
hideRefs: add support for matching full refs
Lukas Fleischer
2015-11-05
1
-3
/
+12
|
/
*
Merge branch 'jk/war-on-sprintf'
Junio C Hamano
2015-10-21
1
-37
/
+39
|
\
|
*
use strbuf_complete to conditionally append slash
Jeff King
2015-10-05
1
-2
/
+1
|
*
avoid sprintf and strcpy with flex arrays
Jeff King
2015-10-05
1
-4
/
+4
|
*
resolve_ref: use strbufs for internal buffers
Jeff King
2015-09-25
1
-27
/
+30
|
*
convert trivial sprintf / strcpy calls to xsnprintf
Jeff King
2015-09-25
1
-4
/
+4
*
|
Merge branch 'kn/for-each-tag'
Junio C Hamano
2015-10-05
1
-0
/
+9
|
\
\
|
*
|
ref-filter: add option to filter out tags, branches and remotes
Karthik Nayak
2015-09-17
1
-0
/
+9
*
|
|
refs: make refs/bisect/* per-worktree
David Turner
2015-09-01
1
-1
/
+31
|
|
/
|
/
|
*
|
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
[next]