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
/
cache.h
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-13
t1700: new tests for split-index mode
Nguyễn Thái Ngọc Duy
1
-0
/
+2
2014-06-13
update-index: new options to enable/disable split index mode
Nguyễn Thái Ngọc Duy
1
-0
/
+1
2014-06-13
split-index: strip pathname of on-disk replaced entries
Nguyễn Thái Ngọc Duy
1
-0
/
+1
2014-06-13
split-index: do not invalidate cache-tree at read time
Nguyễn Thái Ngọc Duy
1
-0
/
+1
2014-06-13
read-cache: mark updated entries for split index
Nguyễn Thái Ngọc Duy
1
-0
/
+2
2014-06-13
read-cache: split-index mode
Nguyễn Thái Ngọc Duy
1
-0
/
+3
2014-06-13
read-cache: save index SHA-1 after reading
Nguyễn Thái Ngọc Duy
1
-0
/
+1
2014-06-13
entry.c: update cache_changed if refresh_cache is set in checkout_entry()
Nguyễn Thái Ngọc Duy
1
-0
/
+1
2014-06-13
cache-tree: mark istate->cache_changed on cache tree invalidation
Nguyễn Thái Ngọc Duy
1
-0
/
+1
2014-06-13
resolve-undo: be specific what part of the index has changed
Nguyễn Thái Ngọc Duy
1
-0
/
+1
2014-06-13
read-cache: be specific what part of the index has changed
Nguyễn Thái Ngọc Duy
1
-0
/
+5
2014-06-13
read-cache: store in-memory flags in the first 12 bits of ce_flags
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2014-06-13
read-cache: relocate and unexport commit_locked_index()
Nguyễn Thái Ngọc Duy
1
-1
/
+0
2014-06-13
read-cache: new API write_locked_index instead of write_index/write_cache
Nguyễn Thái Ngọc Duy
1
-2
/
+4
2014-03-21
Merge branch 'nd/tag-version-sort'
Junio C Hamano
1
-0
/
+2
2014-03-14
Merge branch 'mh/replace-refs-variable-rename'
Junio C Hamano
1
-2
/
+25
2014-03-14
Merge branch 'mh/object-code-cleanup'
Junio C Hamano
1
-4
/
+64
2014-03-14
Merge branch 'jk/commit-dates-parsing-fix'
Junio C Hamano
1
-0
/
+1
2014-03-14
Merge branch 'ks/config-file-stdin'
Junio C Hamano
1
-2
/
+7
2014-03-07
Merge branch 'jn/add-2.0-u-A-sans-pathspec'
Junio C Hamano
1
-1
/
+0
2014-03-05
Merge branch 'nd/daemonize-gc'
Junio C Hamano
1
-0
/
+1
2014-02-28
Add docstrings for lookup_replace_object() and do_lookup_replace_object()
Michael Haggerty
1
-0
/
+13
2014-02-27
tag: support --sort=<spec>
Nguyễn Thái Ngọc Duy
1
-0
/
+2
2014-02-27
Merge branch 'jk/pack-bitmap'
Junio C Hamano
1
-0
/
+1
2014-02-27
Merge branch 'nd/reset-intent-to-add'
Junio C Hamano
1
-0
/
+1
2014-02-27
Merge branch 'nd/submodule-pathspec-ending-with-slash'
Junio C Hamano
1
-2
/
+0
2014-02-27
Merge branch 'bk/refresh-missing-ok-in-merge-recursive'
Junio C Hamano
1
-1
/
+5
2014-02-27
Merge branch 'kb/fast-hashmap'
Junio C Hamano
1
-11
/
+9
2014-02-24
sha1_file.c: document a bunch of functions defined in the file
Michael Haggerty
1
-3
/
+63
2014-02-24
name-hash: retire unused index_name_exists()
Eric Sunshine
1
-2
/
+0
2014-02-24
pathspec: convert some match_pathspec_depth() to ce_path_match()
Nguyễn Thái Ngọc Duy
1
-2
/
+0
2014-02-24
read-cache.c: extend make_cache_entry refresh flag with options
Brad King
1
-1
/
+3
2014-02-24
read-cache.c: refactor --ignore-missing implementation
Brad King
1
-0
/
+2
2014-02-24
date: check date overflow against time_t
Jeff King
1
-0
/
+1
2014-02-24
sha1_file_name(): declare to return a const string
Michael Haggerty
1
-1
/
+1
2014-02-20
rename read_replace_refs to check_replace_refs
Michael Haggerty
1
-2
/
+12
2014-02-18
config: teach "git config --file -" to read from the standard input
Kirill A. Shutemov
1
-0
/
+1
2014-02-18
config: change git_config_with_options() interface
Kirill A. Shutemov
1
-2
/
+6
2014-02-10
daemon: move daemonize() to libgit.a
Nguyễn Thái Ngọc Duy
1
-0
/
+1
2014-02-05
reset: support "--mixed --intent-to-add" mode
Nguyễn Thái Ngọc Duy
1
-0
/
+1
2014-01-27
Merge branch 'mh/safe-create-leading-directories'
Junio C Hamano
1
-2
/
+23
2014-01-27
Merge branch 'mh/retire-ref-fetch-rules'
Junio C Hamano
1
-3
/
+6
2014-01-17
Merge branch 'nd/shallow-clone'
Junio C Hamano
1
-0
/
+3
2014-01-14
refname_match(): always use the rules in ref_rev_parse_rules
Michael Haggerty
1
-3
/
+6
2014-01-10
Merge branch 'jk/oi-delta-base'
Junio C Hamano
1
-0
/
+1
2014-01-06
safe_create_leading_directories(): add new error value SCLD_VANISHED
Michael Haggerty
1
-1
/
+9
2014-01-06
safe_create_leading_directories(): introduce enum for return values
Michael Haggerty
1
-2
/
+15
2013-12-26
sha1_object_info_extended: provide delta base sha1s
Jeff King
1
-0
/
+1
2013-12-12
sha1_object_info_extended(): add an "unsigned flags" parameter
Christian Couder
1
-1
/
+1
2013-12-12
sha1_file.c: add lookup_replace_object_extended() to pass flags
Christian Couder
1
-0
/
+6
[next]