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
/
update-cache.c
Age
Commit message (
Expand
)
Author
Files
Lines
2005-04-26
[PATCH] introduce xmalloc and xrealloc
Christopher Li
1
-5
/
+5
2005-04-26
update-cache: remove index lock file on SIGINT
Linus Torvalds
1
-0
/
+7
2005-04-24
[PATCH] update-cache: add "--ignore-missing" option
James Bottomley
1
-6
/
+27
2005-04-21
Add support for a "GIT_INDEX_FILE" environment variable.
Linus Torvalds
1
-8
/
+11
2005-04-20
The recent hash/compression switch-over missed the blob creation.
Linus Torvalds
1
-5
/
+9
2005-04-18
[PATCH] Fix confusing behaviour of update-cache --refresh on unmerged paths.
Junio C Hamano
1
-2
/
+11
2005-04-17
[PATCH] Remove unused arguments from index_fd()
Junio C Hamano
1
-9
/
+6
2005-04-16
Be much more liberal about the file mode bits.
Linus Torvalds
1
-2
/
+2
2005-04-15
Encode a few extra flags per index entry.
Linus Torvalds
1
-2
/
+2
2005-04-15
Add "--cacheinfo" option to update-cache.
Linus Torvalds
1
-0
/
+35
2005-04-15
Convert the index file reading/writing to use network byte order.
Linus Torvalds
1
-14
/
+11
2005-04-13
[PATCH] nsec portability
Petr Baudis
1
-0
/
+4
2005-04-13
[PATCH] Whitespace Fixes
Ingo Molnar
1
-1
/
+1
2005-04-13
[PATCH] Consolidate the error handling
Petr Baudis
1
-5
/
+5
2005-04-11
Allow zero-sized files to be checked in.
Linus Torvalds
1
-4
/
+8
2005-04-11
Rename ".dircache" directory to ".git"
Linus Torvalds
1
-4
/
+4
2005-04-11
Fix stale index.lock file removal using "atexit()".
Linus Torvalds
1
-17
/
+24
2005-04-11
Fix "update-cache" not fixing up the size field as appropriate.
Linus Torvalds
1
-5
/
+6
2005-04-11
Make "update-cache --refresh" do what it really should do: just
Linus Torvalds
1
-19
/
+99
2005-04-10
Make "update-cache" a bit friendlier to use (and harder to mis-use).
Linus Torvalds
1
-3
/
+57
2005-04-09
Make "write_cache()" and friends available as generic routines.
Linus Torvalds
1
-69
/
+0
2005-04-09
Make "cache_name_pos()" available to others.
Linus Torvalds
1
-36
/
+0
2005-04-08
Use "-Wall -O2" for the compiler to get more warnings.
Linus Torvalds
1
-0
/
+2
2005-04-07
Add copyright notices.
Linus Torvalds
1
-0
/
+5
2005-04-07
Initial revision of "git", the information manager from hell
Linus Torvalds
1
-0
/
+248