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-11-20
Add several uses of get_object_hash.
brian m. carlson
1
-1
/
+1
2015-11-20
refs: break out ref conflict checks
David Turner
1
-0
/
+44
2015-11-20
refs: split filesystem-based refs code into a new file
Michael Haggerty
1
-3535
/
+4
2015-11-20
refs/refs-internal.h: new header file
Michael Haggerty
1
-165
/
+9
2015-11-20
refname_is_safe(): improve docstring
Michael Haggerty
1
-6
/
+10
2015-11-20
pack_if_possible_fn(): use ref_type() instead of is_per_worktree_ref()
Michael Haggerty
1
-3
/
+1
2015-11-20
copy_msg(): rename to copy_reflog_msg()
David Turner
1
-2
/
+2
2015-11-20
verify_refname_available(): new function
Ronnie Sahlberg
1
-26
/
+40
2015-11-20
verify_refname_available(): rename function
Ronnie Sahlberg
1
-22
/
+22
2015-11-05
hideRefs: add support for matching full refs
Lukas Fleischer
1
-3
/
+12
2015-10-20
Merge branch 'jk/war-on-sprintf'
Junio C Hamano
1
-37
/
+39
2015-10-05
Merge branch 'kn/for-each-tag'
Junio C Hamano
1
-0
/
+9
2015-10-05
use strbuf_complete to conditionally append slash
Jeff King
1
-2
/
+1
2015-10-05
avoid sprintf and strcpy with flex arrays
Jeff King
1
-4
/
+4
2015-09-25
resolve_ref: use strbufs for internal buffers
Jeff King
1
-27
/
+30
2015-09-25
convert trivial sprintf / strcpy calls to xsnprintf
Jeff King
1
-4
/
+4
2015-09-17
ref-filter: add option to filter out tags, branches and remotes
Karthik Nayak
1
-0
/
+9
2015-09-01
refs: make refs/bisect/* per-worktree
David Turner
1
-1
/
+31
2015-08-25
Merge branch 'mh/tempfile'
Junio C Hamano
1
-8
/
+10
2015-08-25
Merge branch 'dt/refs-pseudo'
Junio C Hamano
1
-8
/
+122
2015-08-19
Merge branch 'jk/git-path'
Junio C Hamano
1
-76
/
+84
2015-08-19
Merge branch 'jk/negative-hiderefs'
Junio C Hamano
1
-5
/
+13
2015-08-11
pseudoref: check return values from read_ref()
David Turner
1
-2
/
+5
2015-08-10
refs.c: remove_empty_directories can take a strbuf
Jeff King
1
-19
/
+15
2015-08-10
refs.c: avoid git_path assignment in lock_ref_sha1_basic
Jeff King
1
-13
/
+19
2015-08-10
refs.c: avoid repeated git_path calls in rename_tmp_log
Jeff King
1
-7
/
+14
2015-08-10
refs.c: simplify strbufs in reflog setup and writing
Jeff King
1
-23
/
+15
2015-08-10
refs.c: remove extra git_path calls from read_loose_refs
Jeff King
1
-10
/
+13
2015-08-10
prefer mkpathdup to mkpath in assignments
Jeff King
1
-2
/
+4
2015-08-10
prefer git_pathdup to git_path in some possibly-dangerous cases
Jeff King
1
-6
/
+8
2015-08-10
lockfile: add accessor get_lock_file_path()
Michael Haggerty
1
-3
/
+3
2015-08-10
lockfile: add accessors get_lock_file_fd() and get_lock_file_fp()
Michael Haggerty
1
-5
/
+7
2015-08-07
refs: support negative transfer.hideRefs
Jeff King
1
-5
/
+13
2015-08-03
Merge branch 'jk/refspec-parse-wildcard'
Junio C Hamano
1
-19
/
+25
2015-08-03
Merge branch 'dt/refs-backend-preamble'
Junio C Hamano
1
-60
/
+109
2015-08-03
Merge branch 'jk/date-mode-format'
Junio C Hamano
1
-2
/
+2
2015-08-03
Merge branch 'mh/init-delete-refs-api'
Junio C Hamano
1
-13
/
+169
2015-08-03
Merge branch 'mh/replace-refs'
Junio C Hamano
1
-1
/
+2
2015-07-31
pseudorefs: create and use pseudoref update and delete functions
David Turner
1
-8
/
+93
2015-07-31
refs: add ref_type function
David Turner
1
-0
/
+26
2015-07-27
refs: loosen restriction on wildcard "*" refspecs
Jacob Keller
1
-16
/
+20
2015-07-27
refs: cleanup comments regarding check_refname_component()
Jacob Keller
1
-5
/
+7
2015-07-21
refs: add REF_FORCE_CREATE_REFLOG flag
David Turner
1
-13
/
+21
2015-07-21
refs: new public ref function: safe_create_reflog
David Turner
1
-4
/
+20
2015-07-21
refs: break out check for reflog autocreation
David Turner
1
-5
/
+11
2015-07-21
refs.c: add err arguments to reflog functions
David Turner
1
-55
/
+74
2015-06-29
convert "enum date_mode" into a struct
Jeff King
1
-2
/
+2
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
[prev]
[next]