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
2009-12-14
ie_match_stat(): do not ignore skip-worktree bit with CE_MATCH_IGNORE_VALID
Nguyễn Thái Ngọc Duy
1
-1
/
+3
2009-08-23
unpack-trees(): "enable" sparse checkout and load $GIT_DIR/info/sparse-checkout
Nguyễn Thái Ngọc Duy
1
-0
/
+1
2009-08-23
unpack-trees(): add CE_WT_REMOVE to remove on worktree alone
Nguyễn Thái Ngọc Duy
1
-0
/
+3
2009-08-23
Introduce "skip-worktree" bit in index, teach Git to get/set this bit
Nguyễn Thái Ngọc Duy
1
-1
/
+3
2009-07-29
git-checkout: be careful about untracked symlinks
Linus Torvalds
1
-0
/
+3
2009-07-25
Merge branch 'js/maint-graft-unhide-true-parents'
Junio C Hamano
1
-0
/
+2
2009-07-24
git repack: keep commits hidden by a graft
Johannes Schindelin
1
-0
/
+2
2009-07-18
push: do not give big warning when no preference is configured
Junio C Hamano
1
-1
/
+0
2009-07-09
Export thread-safe version of 'has_symlink_leading_path()'
Linus Torvalds
1
-0
/
+10
2009-05-31
diff: generate pretty filenames in prep_temp_blob()
David Aguilar
1
-0
/
+2
2009-05-01
Fix a bunch of pointer declarations (codestyle)
Felipe Contreras
1
-1
/
+1
2009-04-29
Rename core.unreliableHardlinks to core.createObject
Johannes Schindelin
1
-1
/
+6
2009-04-25
Add an option not to use link(src, dest) && unlink(src) when that is unreliable
Johannes Schindelin
1
-0
/
+2
2009-04-06
Merge branch 'jc/name-branch'
Junio C Hamano
1
-1
/
+1
2009-04-06
Merge branch 'jc/shared-literally'
Junio C Hamano
1
-1
/
+2
2009-04-01
Merge branch 'jc/maint-1.6.0-keep-pack'
Junio C Hamano
1
-1
/
+0
2009-03-28
set_shared_perm(): sometimes we know what the final mode bits should look like
Junio C Hamano
1
-1
/
+2
2009-03-26
Merge branch 'fg/push-default'
Junio C Hamano
1
-0
/
+9
2009-03-22
Rename interpret/substitute nth_last_branch functions
Junio C Hamano
1
-1
/
+1
2009-03-20
Remove --kept-pack-only option and associated infrastructure
Brandon Casey
1
-1
/
+0
2009-03-17
Merge branch 'js/remote-improvements'
Junio C Hamano
1
-1
/
+1
2009-03-17
Merge branch 'kb/checkout-optim'
Junio C Hamano
1
-8
/
+11
2009-03-17
New config push.default to decide default behavior for push
Finn Arne Gangstad
1
-0
/
+9
2009-03-11
Merge branch 'jc/maint-1.6.0-keep-pack'
Junio C Hamano
1
-2
/
+2
2009-02-28
is_kept_pack(): final clean-up
Junio C Hamano
1
-0
/
+1
2009-02-28
Consolidate ignore_packed logic more
Junio C Hamano
1
-1
/
+0
2009-02-28
has_sha1_kept_pack(): take "struct rev_info"
Junio C Hamano
1
-1
/
+0
2009-02-28
has_sha1_pack(): refactor "pretend these packs do not exist" interface
Junio C Hamano
1
-1
/
+2
2009-02-26
refactor find_ref_by_name() to accept const list
Jeff King
1
-1
/
+1
2009-02-23
write_index(): update index_state->timestamp after flushing to disk
Kjetil Barvik
1
-1
/
+1
2009-02-20
Support 'raw' date format
Linus Torvalds
1
-1
/
+2
2009-02-19
Merge branch 'maint'
Junio C Hamano
1
-0
/
+1
2009-02-19
More friendly message when locking the index fails.
Matthieu Moy
1
-0
/
+1
2009-02-19
Introduce the function strip_path_suffix()
Johannes Schindelin
1
-0
/
+1
2009-02-19
make USE_NSEC work as expected
Kjetil Barvik
1
-3
/
+3
2009-02-18
check_updates(): effective removal of cache entries marked CE_REMOVE
Kjetil Barvik
1
-0
/
+1
2009-02-15
Merge branch 'ms/mailmap'
Junio C Hamano
1
-0
/
+1
2009-02-10
Revert "Merge branch 'js/notes'"
Junio C Hamano
1
-3
/
+0
2009-02-10
Merge branch 'js/maint-1.6.0-path-normalize'
Junio C Hamano
1
-1
/
+1
2009-02-10
Merge branch 'maint'
Junio C Hamano
1
-0
/
+1
2009-02-10
Merge branch 'maint-1.6.0' into maint
Junio C Hamano
1
-0
/
+1
2009-02-10
Clear the delta base cache during fast-import checkpoint
Shawn O. Pearce
1
-0
/
+1
2009-02-09
unlink_entry(): introduce schedule_dir_for_removal()
Kjetil Barvik
1
-0
/
+2
2009-02-09
lstat_cache(): swap func(length, string) into func(string, length)
Kjetil Barvik
1
-4
/
+4
2009-02-08
Add mailmap.file as configurational option for mailmap location
Marius Storm-Olsen
1
-0
/
+1
2009-02-07
Remove unused normalize_absolute_path()
Johannes Sixt
1
-1
/
+0
2009-02-07
Move sanitary_path_copy() to path.c and rename it to normalize_path_copy()
Johannes Sixt
1
-0
/
+1
2009-02-05
Merge branch 'js/notes'
Junio C Hamano
1
-0
/
+3
2009-02-05
Merge branch 'lt/maint-wrap-zlib' into maint
Junio C Hamano
1
-0
/
+4
2009-01-28
Merge branch 'tr/previous-branch'
Junio C Hamano
1
-0
/
+1
[next]