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-02-11
Merge branch 'mh/reflog-expire'
Junio C Hamano
1
-82
/
+181
2015-02-11
Merge branch 'jk/blame-commit-label'
Junio C Hamano
1
-2
/
+1
2015-01-13
use xstrdup_or_null to replace ternary conditionals
Jeff King
1
-2
/
+1
2014-12-29
refs: plug strbuf leak in lock_ref_sha1_basic()
René Scharfe
1
-1
/
+1
2014-12-22
Merge branch 'jk/read-packed-refs-without-path-max'
Junio C Hamano
1
-21
/
+25
2014-12-22
Merge branch 'jk/for-each-reflog-ent-reverse'
Junio C Hamano
1
-12
/
+37
2014-12-22
Merge branch 'mh/simplify-repack-without-refs'
Junio C Hamano
1
-18
/
+20
2014-12-22
refs.c: let fprintf handle the formatting
Stefan Beller
1
-5
/
+2
2014-12-22
refs.c: don't expose the internal struct ref_lock in the header file
Stefan Beller
1
-0
/
+9
2014-12-22
lock_any_ref_for_update(): inline function
Michael Haggerty
1
-8
/
+1
2014-12-22
refs.c: remove unlock_ref/close_ref/commit_ref from the refs api
Ronnie Sahlberg
1
-12
/
+12
2014-12-22
reflog_expire(): new function in the reference API
Michael Haggerty
1
-0
/
+129
2014-12-12
refs.c: add a function to append a reflog entry to a fd
Ronnie Sahlberg
1
-18
/
+30
2014-12-10
read_packed_refs: use skip_prefix instead of static array
Jeff King
1
-3
/
+2
2014-12-10
read_packed_refs: pass strbuf to parse_ref_line
Jeff King
1
-12
/
+15
2014-12-10
read_packed_refs: use a strbuf for reading lines
Jeff King
1
-9
/
+11
2014-12-05
for_each_reflog_ent_reverse: turn leftover check into assertion
Jeff King
1
-1
/
+1
2014-12-05
for_each_reflog_ent_reverse: fix newlines on block boundaries
Jeff King
1
-11
/
+36
2014-12-04
refs.c: make ref_transaction_delete a wrapper for ref_transaction_update
Ronnie Sahlberg
1
-20
/
+2
2014-12-04
refs.c: make ref_transaction_create a wrapper for ref_transaction_update
Ronnie Sahlberg
1
-25
/
+2
2014-11-25
repack_without_refs(): make the refnames argument a string_list
Michael Haggerty
1
-18
/
+20
2014-11-20
lock_ref_sha1_basic: do not die on locking errors
Ronnie Sahlberg
1
-2
/
+8
2014-11-06
Merge branch 'jk/fetch-reflog-df-conflict'
Junio C Hamano
1
-2
/
+2
2014-11-04
ignore stale directories when checking reflog existence
Jeff King
1
-2
/
+2
2014-10-15
ref_transaction_commit: bail out on failure to remove a ref
Jonathan Nieder
1
-2
/
+6
2014-10-15
refs.c: do not permit err == NULL
Jonathan Nieder
1
-19
/
+27
2014-10-15
refs.c: allow listing and deleting badly named refs
Ronnie Sahlberg
1
-29
/
+119
2014-10-15
packed-ref cache: forbid dot-components in refnames
Jonathan Nieder
1
-11
/
+3
2014-10-15
branch -d: avoid repeated symref resolution
Jonathan Nieder
1
-2
/
+15
2014-10-15
refs.c: change resolve_ref_unsafe reading argument to be a flags field
Ronnie Sahlberg
1
-40
/
+53
2014-10-15
refs.c: make write_ref_sha1 static
Ronnie Sahlberg
1
-2
/
+8
2014-10-15
refs.c: ref_transaction_commit: distinguish name conflicts from other errors
Ronnie Sahlberg
1
-10
/
+16
2014-10-15
refs.c: pass a list of names to skip to is_refname_available
Ronnie Sahlberg
1
-18
/
+32
2014-10-15
refs.c: call lock_ref_sha1_basic directly from commit
Ronnie Sahlberg
1
-6
/
+6
2014-10-15
refs.c: refuse to lock badly named refs in lock_ref_sha1_basic
Ronnie Sahlberg
1
-2
/
+5
2014-10-15
rename_ref: don't ask read_ref_full where the ref came from
Ronnie Sahlberg
1
-1
/
+1
2014-10-15
refs.c: pass the ref log message to _create/delete/update instead of _commit
Ronnie Sahlberg
1
-13
/
+21
2014-10-15
refs.c: add an err argument to delete_ref_loose
Ronnie Sahlberg
1
-4
/
+5
2014-10-15
refs.c: lock_ref_sha1_basic is used for all refs
Ronnie Sahlberg
1
-1
/
+1
2014-10-15
wrapper.c: remove/unlink_or_warn: simplify, treat ENOENT as success
Ronnie Sahlberg
1
-1
/
+1
2014-10-01
commit_packed_refs(): reimplement using fdopen_lock_file()
Michael Haggerty
1
-4
/
+1
2014-10-01
lockfile.h: extract new header file for the functions in lockfile.c
Michael Haggerty
1
-0
/
+1
2014-10-01
get_locked_file_path(): new function
Michael Haggerty
1
-3
/
+1
2014-10-01
lockfile: rename LOCK_NODEREF to LOCK_NO_DEREF
Michael Haggerty
1
-1
/
+1
2014-10-01
lockfile: change lock_file::filename into a strbuf
Michael Haggerty
1
-3
/
+3
2014-10-01
delete_ref_loose(): don't muck around in the lock_file's filename
Michael Haggerty
1
-6
/
+9
2014-10-01
cache.h: define constants LOCK_SUFFIX and LOCK_SUFFIX_LEN
Michael Haggerty
1
-3
/
+4
2014-10-01
unable_to_lock_die(): rename function from unable_to_lock_index_die()
Michael Haggerty
1
-1
/
+1
2014-09-29
Merge branch 'da/rev-parse-verify-quiet'
Junio C Hamano
1
-3
/
+7
2014-09-26
Merge branch 'jk/faster-name-conflicts'
Junio C Hamano
1
-32
/
+90
[next]