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
/
read-cache.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-08-21
reset: make the reminder output consistent with "checkout"
Matthieu Moy
1
-6
/
+20
2009-08-21
Rename REFRESH_SAY_CHANGED to REFRESH_IN_PORCELAIN.
Matthieu Moy
1
-1
/
+1
2009-06-27
Use die_errno() instead of die() when checking syscalls
Thomas Rast
1
-1
/
+1
2009-06-27
Convert existing die(..., strerror(errno)) to die_errno()
Thomas Rast
1
-3
/
+3
2009-03-15
checkout bugfix: use stat.mtime instead of stat.ctime in two places
Kjetil Barvik
1
-2
/
+2
2009-03-08
Not all systems use st_[cm]tim field for ns resolution file timestamp
Junio C Hamano
1
-2
/
+2
2009-03-07
Record ns-timestamps if possible, but do not use it without USE_NSEC
Kjetil Barvik
1
-25
/
+4
2009-02-23
write_index(): update index_state->timestamp after flushing to disk
Kjetil Barvik
1
-2
/
+10
2009-02-19
make USE_NSEC work as expected
Kjetil Barvik
1
-14
/
+56
2009-02-18
check_updates(): effective removal of cache entries marked CE_REMOVE
Kjetil Barvik
1
-0
/
+20
2009-01-28
add -u: do not fail to resolve a path as deleted
Junio C Hamano
1
-0
/
+20
2008-12-17
Make 'ce_compare_link()' use the new 'strbuf_readlink()'
Linus Torvalds
1
-14
/
+8
2008-12-07
read-cache.c: typofix in comment
Junio C Hamano
1
-1
/
+1
2008-11-30
git add --intent-to-add: do not let an empty blob be committed by accident
Junio C Hamano
1
-0
/
+8
2008-11-28
git add --intent-to-add: fix removal of cached emptiness
Junio C Hamano
1
-0
/
+2
2008-11-28
Merge branch 'nd/narrow' (early part) into jc/add-i-t-a
Junio C Hamano
1
-10
/
+41
2008-11-12
Merge branch 'maint'
Junio C Hamano
1
-0
/
+5
2008-11-12
checkout: Fix "initial checkout" detection
Junio C Hamano
1
-0
/
+5
2008-11-02
Merge branch 'jk/maint-ls-files-other' into maint
Junio C Hamano
1
-0
/
+28
2008-10-22
rm: loosen safety valve for empty files
Jeff King
1
-1
/
+1
2008-10-21
Merge branch 'jk/fix-ls-files-other'
Junio C Hamano
1
-0
/
+27
2008-10-21
Merge branch 'jc/maint-reset-remove-unmerged-new'
Junio C Hamano
1
-13
/
+18
2008-10-18
reset --hard/read-tree --reset -u: remove unmerged new paths
Junio C Hamano
1
-13
/
+18
2008-10-17
Merge branch 'jk/maint-ls-files-other' into jk/fix-ls-files-other
Junio C Hamano
1
-0
/
+27
2008-10-17
refactor handling of "other" files in ls-files and status
Jeff King
1
-0
/
+28
2008-10-12
Extend index to save more flags
Nguyễn Thái Ngọc Duy
1
-10
/
+41
2008-10-12
Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer
Brandon Casey
1
-2
/
+1
2008-10-12
print an error message for invalid path
Dmitry Potapov
1
-2
/
+4
2008-10-09
Merge branch 'jc/add-ita'
Shawn O. Pearce
1
-5
/
+24
2008-10-02
fix openssl headers conflicting with custom SHA1 implementations
Nicolas Pitre
1
-14
/
+14
2008-09-18
Merge branch 'jc/maint-name-hash-clear' into maint
Junio C Hamano
1
-0
/
+1
2008-09-16
Merge branch 'jc/maint-name-hash-clear'
Junio C Hamano
1
-0
/
+1
2008-08-31
git-add --intent-to-add (-N)
Junio C Hamano
1
-5
/
+24
2008-08-27
Merge branch 'jc/add-addremove'
Junio C Hamano
1
-0
/
+61
2008-08-23
Merge branch 'maint'
Junio C Hamano
1
-1
/
+3
2008-08-23
unpack_trees(): protect the handcrafted in-core index from read_cache()
Junio C Hamano
1
-1
/
+3
2008-08-23
discard_cache: reset lazy name_hash bit
Junio C Hamano
1
-0
/
+1
2008-08-17
index: future proof for "extended" index entries
Junio C Hamano
1
-0
/
+4
2008-07-30
Teach gitlinks to ie_modified() and ce_modified_check_fs()
Junio C Hamano
1
-5
/
+22
2008-07-28
Make use of stat.ctime configurable
Alex Riesen
1
-1
/
+1
2008-07-27
git-mv: Keep moved index entries inact
Petr Baudis
1
-0
/
+16
2008-07-25
builtin-add.c: restructure the code for maintainability
Junio C Hamano
1
-0
/
+61
2008-07-20
"needs update" considered harmful
Junio C Hamano
1
-1
/
+4
2008-07-16
read-cache.c: typofix
Junio C Hamano
1
-1
/
+1
2008-06-30
Move read_cache_unmerged() to read-cache.c
Miklos Vajna
1
-0
/
+31
2008-06-22
Merge branch 'lt/racy-empty'
Junio C Hamano
1
-0
/
+16
2008-06-19
racy-git: an empty blob has a fixed object name
Linus Torvalds
1
-0
/
+16
2008-05-31
Add shortcut in refresh_cache_ent() for marked entries.
Marius Storm-Olsen
1
-0
/
+9
2008-05-25
Merge branch 'jc/add-n-u'
Junio C Hamano
1
-6
/
+17
2008-05-25
Merge branch 'js/ignore-submodule'
Junio C Hamano
1
-0
/
+4
[next]