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
/
unpack-trees.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-06
Merge branch 'nd/the-index-final'
Junio C Hamano
1
-1
/
+0
2019-01-29
Merge branch 'bc/tree-walk-oid'
Junio C Hamano
1
-3
/
+3
2019-01-24
cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch
Nguyễn Thái Ngọc Duy
1
-1
/
+0
2019-01-15
tree-walk: store object_id in a separate member
brian m. carlson
1
-3
/
+3
2019-01-14
Merge branch 'nd/checkout-noisy'
Junio C Hamano
1
-3
/
+3
2019-01-14
Merge branch 'nd/attr-pathspec-in-tree-walk'
Junio C Hamano
1
-3
/
+3
2018-11-19
tree-walk.c: make tree_entry_interesting() take an index
Nguyễn Thái Ngọc Duy
1
-3
/
+3
2018-11-14
checkout: print something when checking out paths
Nguyễn Thái Ngọc Duy
1
-3
/
+3
2018-11-12
cache-tree.c: remove the_repository references
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-10-19
unpack-trees: avoid dead store for struct progress
Carlo Marcelo Arenas Belón
1
-1
/
+1
2018-09-24
Merge branch 'jt/lazy-object-fetch-fix'
Junio C Hamano
1
-1
/
+1
2018-09-17
Merge branch 'jk/cocci'
Junio C Hamano
1
-3
/
+3
2018-09-17
Merge branch 'nd/unpack-trees-with-cache-tree'
Junio C Hamano
1
-2
/
+152
2018-09-17
Merge branch 'nd/clone-case-smashing-warning'
Junio C Hamano
1
-0
/
+47
2018-09-13
fetch-object: unify fetch_object[s] functions
Jonathan Tan
1
-1
/
+1
2018-08-29
convert "oidcmp() == 0" to oideq()
Jeff King
1
-3
/
+3
2018-08-27
Document update for nd/unpack-trees-with-cache-tree
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2018-08-18
cache-tree: verify valid cache-tree in the test suite
Nguyễn Thái Ngọc Duy
1
-0
/
+2
2018-08-18
unpack-trees: add missing cache invalidation
Nguyễn Thái Ngọc Duy
1
-0
/
+3
2018-08-18
unpack-trees: reuse (still valid) cache-tree from src_index
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-08-18
unpack-trees: reduce malloc in cache-tree walk
Nguyễn Thái Ngọc Duy
1
-9
/
+20
2018-08-18
unpack-trees: optimize walking same trees with cache-tree
Nguyễn Thái Ngọc Duy
1
-0
/
+127
2018-08-18
unpack-trees: add performance tracing
Nguyễn Thái Ngọc Duy
1
-1
/
+8
2018-08-17
clone: report duplicate entries on case-insensitive filesystems
Duy Nguyen
1
-0
/
+47
2018-08-13
attr: remove index from git_attr_set_direction()
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2018-08-13
unpack-trees: avoid the_index in verify_absent()
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2018-08-13
unpack-trees: convert clear_ce_flags* to avoid the_index
Nguyễn Thái Ngọc Duy
1
-13
/
+18
2018-08-13
unpack-trees: don't shadow global var the_index
Nguyễn Thái Ngọc Duy
1
-5
/
+4
2018-08-13
unpack-trees: add a note about path invalidation
Nguyễn Thái Ngọc Duy
1
-0
/
+11
2018-08-02
Merge branch 'jm/cache-entry-from-mem-pool'
Junio C Hamano
1
-17
/
+23
2018-07-24
Merge branch 'mk/merge-in-sparse-checkout'
Junio C Hamano
1
-1
/
+1
2018-07-18
Merge branch 'sb/object-store-grafts'
Junio C Hamano
1
-0
/
+1
2018-07-11
unpack-trees: do not fail reset because of unmerged skipped entry
Max Kirillov
1
-1
/
+1
2018-07-03
block alloc: allocate cache entries from mem_pool
Jameson Miller
1
-11
/
+2
2018-07-03
block alloc: add lifecycle APIs for cache_entry structs
Jameson Miller
1
-10
/
+25
2018-05-30
Merge branch 'ma/unpack-trees-free-msgs'
Junio C Hamano
1
-3
/
+14
2018-05-30
Merge branch 'bc/object-id'
Junio C Hamano
1
-1
/
+1
2018-05-30
Merge branch 'js/use-bug-macro'
Junio C Hamano
1
-1
/
+1
2018-05-23
Merge branch 'en/unpack-trees-split-index-fix'
Junio C Hamano
1
-4
/
+15
2018-05-23
Merge branch 'en/rename-directory-detection-reboot'
Junio C Hamano
1
-2
/
+2
2018-05-22
unpack_trees_options: free messages when done
Martin Ågren
1
-3
/
+14
2018-05-16
object-store: move object access functions to object-store.h
Stefan Beller
1
-0
/
+1
2018-05-08
merge-recursive: fix overwriting dirty files involved in renames
Elijah Newren
1
-2
/
+2
2018-05-08
Merge branch 'sb/submodule-move-nested'
Junio C Hamano
1
-1
/
+1
2018-05-06
Replace all die("BUG: ...") calls by BUG() ones
Johannes Schindelin
1
-1
/
+1
2018-05-02
Update struct index_state to use struct object_id
brian m. carlson
1
-1
/
+1
2018-05-02
unpack_trees: fix breakage when o->src_index != o->dst_index
Elijah Newren
1
-4
/
+15
2018-04-11
Revert "Merge branch 'en/rename-directory-detection'"
Junio C Hamano
1
-2
/
+2
2018-04-10
Merge branch 'en/rename-directory-detection'
Junio C Hamano
1
-2
/
+2
2018-03-29
Merge branch 'jh/partial-clone'
Junio C Hamano
1
-0
/
+1
[next]