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
/
builtin
/
update-index.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-10
Merge branch 'js/update-index-ignore-removal-for-skip-worktree'
Junio C Hamano
1
-1
/
+5
2019-11-02
update-index: optionally leave skip-worktree entries alone
Johannes Schindelin
1
-1
/
+5
2019-08-13
repo-settings: parse core.untrackedCache
Derrick Stolee
1
-2
/
+4
2019-06-27
tree-walk.c: remove the_repo from get_tree_entry()
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2019-05-28
fill_stat_cache_info(): prepare for an fsmonitor fix
Johannes Schindelin
1
-1
/
+1
2019-05-09
Merge branch 'en/merge-directory-renames'
Junio C Hamano
1
-1
/
+1
2019-04-25
Merge branch 'jk/unused-params-even-more'
Junio C Hamano
1
-3
/
+2
2019-04-25
Merge branch 'bp/post-index-change-hook'
Junio C Hamano
1
-0
/
+2
2019-04-08
Use 'unsigned short' for mode, like diff_filespec does
Elijah Newren
1
-1
/
+1
2019-03-20
update-index: drop unused prefix_length parameter from do_reupdate()
Jeff King
1
-3
/
+2
2019-03-07
Merge branch 'nd/diff-parseopt'
Junio C Hamano
1
-15
/
+26
2019-02-15
read-cache: add post-index-change hook
Ben Peart
1
-0
/
+2
2019-01-27
parse-options: allow ll_callback with OPTION_CALLBACK
Nguyễn Thái Ngọc Duy
1
-5
/
+15
2019-01-27
parse-options: avoid magic return codes
Nguyễn Thái Ngọc Duy
1
-10
/
+10
2019-01-27
parse-options: stop abusing 'callback' for lowlevel callbacks
Nguyễn Thái Ngọc Duy
1
-5
/
+6
2019-01-24
cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch
Nguyễn Thái Ngọc Duy
1
-0
/
+1
2018-12-15
Merge branch 'nd/show-gitcomp-compilation-fix' into maint
Junio C Hamano
1
-0
/
+2
2018-12-12
parse-options: fix SunCC compiler warning
Nguyễn Thái Ngọc Duy
1
-0
/
+2
2018-11-18
Merge branch 'jk/unused-parameter-fixes'
Junio C Hamano
1
-2
/
+19
2018-11-06
assert NOARG/NONEG behavior of parse-options callbacks
Jeff King
1
-2
/
+19
2018-11-06
refresh_index: remove unnecessary calls to preload_index()
Ben Peart
1
-1
/
+1
2018-10-19
Merge branch 'nd/the-index'
Junio C Hamano
1
-1
/
+1
2018-09-21
sha1-file.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-08-29
convert "oidcmp() == 0" to oideq()
Jeff King
1
-2
/
+2
2018-08-20
Merge branch 'nd/no-the-index'
Junio C Hamano
1
-1
/
+1
2018-08-17
Merge branch 'rs/parse-opt-lithelp'
Junio C Hamano
1
-2
/
+2
2018-08-13
dir.c: remove an implicit dependency on the_index in pathspec code
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-08-03
parse-options: automatically infer PARSE_OPT_LITERAL_ARGHELP
René Scharfe
1
-1
/
+1
2018-08-03
add, update-index: fix --chmod argument help
René Scharfe
1
-1
/
+1
2018-08-02
Merge branch 'jm/cache-entry-from-mem-pool'
Junio C Hamano
1
-15
/
+11
2018-07-16
builtin/update-index: simplify parsing of cacheinfo
brian m. carlson
1
-2
/
+3
2018-07-16
builtin/update-index: convert to using the_hash_algo
brian m. carlson
1
-4
/
+5
2018-07-03
block alloc: add lifecycle APIs for cache_entry structs
Jameson Miller
1
-15
/
+11
2018-05-30
Merge branch 'js/use-bug-macro'
Junio C Hamano
1
-1
/
+1
2018-05-29
Sync with Git 2.17.1
Junio C Hamano
1
-11
/
+21
2018-05-22
Sync with Git 2.16.4
Junio C Hamano
1
-11
/
+21
2018-05-22
Sync with Git 2.15.2
Junio C Hamano
1
-11
/
+20
2018-05-22
Sync with Git 2.14.4
Junio C Hamano
1
-11
/
+20
2018-05-22
Sync with Git 2.13.7
Junio C Hamano
1
-11
/
+20
2018-05-21
verify_path: disallow symlinks in .gitmodules
Jeff King
1
-3
/
+3
2018-05-21
update-index: stat updated files earlier
Jeff King
1
-8
/
+17
2018-05-06
Replace all die("BUG: ...") calls by BUG() ones
Johannes Schindelin
1
-1
/
+1
2018-04-10
Merge branch 'ps/contains-id-error-message'
Junio C Hamano
1
-0
/
+1
2018-03-22
parse-options: do not show usage upon invalid option value
Paul-Sebastian Ungureanu
1
-0
/
+1
2018-03-14
tree-walk: convert tree entry functions to object_id
brian m. carlson
1
-1
/
+1
2017-11-21
Merge branch 'bp/fsmonitor'
Junio C Hamano
1
-1
/
+37
2017-10-16
refs: convert resolve_gitlink_ref to struct object_id
brian m. carlson
1
-2
/
+2
2017-10-16
refs: convert read_ref and read_ref_full to object_id
brian m. carlson
1
-3
/
+3
2017-10-01
update-index: add fsmonitor support to update-index
Ben Peart
1
-1
/
+32
2017-10-01
fsmonitor: teach git to optionally utilize a file system monitor to speed up ...
Ben Peart
1
-0
/
+2
[next]