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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-29
Merge branch 'bc/object-id'
Junio C Hamano
4
-87
/
+79
2017-05-16
Merge branch 'js/larger-timestamps'
Junio C Hamano
1
-4
/
+4
2017-05-16
Merge branch 'nd/worktree-kill-parse-ref'
Junio C Hamano
2
-44
/
+4
2017-05-08
object: convert parse_object* to take struct object_id
brian m. carlson
1
-1
/
+1
2017-05-08
refs/files-backend: convert many internals to struct object_id
brian m. carlson
3
-72
/
+60
2017-05-08
refs: convert struct ref_update to use struct object_id
brian m. carlson
2
-16
/
+17
2017-05-08
reflog_expire: convert to struct object_id
brian m. carlson
1
-2
/
+5
2017-04-27
timestamp_t: a new data type for timestamps
Johannes Schindelin
1
-2
/
+2
2017-04-26
Merge branch 'mh/separate-ref-cache'
Junio C Hamano
4
-1082
/
+959
2017-04-24
refs: kill set_worktree_head_symref()
Nguyễn Thái Ngọc Duy
1
-44
/
+0
2017-04-24
refs: add REFS_STORE_ALL_CAPS
Nguyễn Thái Ngọc Duy
1
-0
/
+4
2017-04-23
Merge branch 'rs/misc-cppcheck-fixes'
Junio C Hamano
1
-8
/
+12
2017-04-23
PRItime: introduce a new "printf format" for timestamps
Johannes Schindelin
1
-1
/
+1
2017-04-23
parse_timestamp(): specify explicitly where we parse timestamps
Johannes Schindelin
1
-1
/
+1
2017-04-17
files_for_each_reflog_ent_reverse(): close stream and free strbuf on error
René Scharfe
1
-8
/
+12
2017-04-16
do_for_each_entry_in_dir(): delete function
Michael Haggerty
2
-32
/
+0
2017-04-16
files_pack_refs(): use reference iteration
Michael Haggerty
1
-83
/
+60
2017-04-16
commit_packed_refs(): use reference iteration
Michael Haggerty
1
-21
/
+17
2017-04-16
cache_ref_iterator_begin(): make function smarter
Michael Haggerty
3
-53
/
+56
2017-04-16
get_loose_ref_cache(): new function
Michael Haggerty
1
-2
/
+7
2017-04-16
get_loose_ref_dir(): function renamed from get_loose_refs()
Michael Haggerty
1
-3
/
+3
2017-04-16
do_for_each_entry_in_dir(): eliminate `offset` argument
Michael Haggerty
3
-11
/
+10
2017-04-16
refs: handle "refs/bisect/" in `loose_fill_ref_dir()`
Michael Haggerty
2
-16
/
+15
2017-04-16
ref-cache: use a callback function to fill the cache
Michael Haggerty
3
-13
/
+38
2017-04-16
refs: record the ref_store in ref_cache, not ref_dir
Michael Haggerty
3
-11
/
+16
2017-04-16
ref-cache: introduce a new type, ref_cache
Michael Haggerty
3
-13
/
+46
2017-04-16
refs: split `ref_cache` code into separate files
Michael Haggerty
3
-733
/
+766
2017-04-16
ref-cache: rename `remove_entry()` to `remove_entry_from_dir()`
Michael Haggerty
1
-2
/
+2
2017-04-16
ref-cache: rename `find_ref()` to `find_ref_entry()`
Michael Haggerty
1
-3
/
+3
2017-04-16
ref-cache: rename `add_ref()` to `add_ref_entry()`
Michael Haggerty
1
-4
/
+4
2017-04-16
refs_verify_refname_available(): use function in more places
Michael Haggerty
1
-160
/
+11
2017-04-16
refs_verify_refname_available(): implement once for all backends
Michael Haggerty
2
-38
/
+8
2017-04-14
refs_ref_iterator_begin(): new function
Michael Haggerty
1
-0
/
+11
2017-04-14
refs_read_raw_ref(): new function
Michael Haggerty
1
-0
/
+4
2017-04-14
get_ref_dir(): don't call read_loose_refs() for "refs/bisect"
Michael Haggerty
1
-2
/
+0
2017-04-14
files-backend: avoid ref api targeting main ref store
Nguyễn Thái Ngọc Duy
1
-35
/
+49
2017-04-14
refs: new transaction related ref-store api
Nguyễn Thái Ngọc Duy
1
-0
/
+1
2017-04-14
refs: add new ref-store api
Nguyễn Thái Ngọc Duy
2
-34
/
+10
2017-04-14
refs: rename get_ref_store() to get_submodule_ref_store() and make it public
Nguyễn Thái Ngọc Duy
1
-12
/
+0
2017-04-14
files-backend: replace submodule_allowed check in files_downcast()
Nguyễn Thái Ngọc Duy
2
-33
/
+62
2017-03-27
refs: move submodule code out of files-backend.c
Nguyễn Thái Ngọc Duy
2
-27
/
+6
2017-03-27
refs.c: make get_main_ref_store() public and use it
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2017-03-27
files-backend: remove the use of git_path()
Nguyễn Thái Ngọc Duy
1
-5
/
+38
2017-03-27
files-backend: add and use files_ref_path()
Nguyễn Thái Ngọc Duy
1
-24
/
+23
2017-03-27
files-backend: add and use files_reflog_path()
Nguyễn Thái Ngọc Duy
1
-56
/
+86
2017-03-27
files-backend: move "logs/" out of TMP_RENAMED_LOG
Nguyễn Thái Ngọc Duy
1
-5
/
+5
2017-03-27
files-backend: convert git_path() to strbuf_git_path()
Nguyễn Thái Ngọc Duy
1
-33
/
+97
2017-03-27
files-backend: make sure files_rename_ref() always reach the end
Nguyễn Thái Ngọc Duy
1
-14
/
+28
2017-03-27
files-backend: add and use files_packed_refs_path()
Nguyễn Thái Ngọc Duy
1
-11
/
+18
2017-03-27
files-backend: delete dead code in files_init_db()
Nguyễn Thái Ngọc Duy
1
-4
/
+0
[next]