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
/
sha1_file.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-03-02
Merge branch 'np/compress-loose-object-memsave'
Junio C Hamano
1
-14
/
+19
2010-02-21
sha1_file: be paranoid when creating loose objects
Nicolas Pitre
1
-0
/
+9
2010-02-21
hash-object: don't use mmap() for small files
Dmitry Potapov
1
-0
/
+10
2010-02-21
sha1_file: don't malloc the whole compressed result when writing out objects
Nicolas Pitre
1
-14
/
+10
2010-01-27
Merge branch 'il/maint-xmallocz'
Junio C Hamano
1
-4
/
+2
2010-01-26
Fix integer overflow in unpack_compressed_entry()
Ilari Liusvaara
1
-2
/
+1
2010-01-26
Fix integer overflow in unpack_sha1_rest()
Ilari Liusvaara
1
-2
/
+1
2010-01-21
slim down "git show-index"
Linus Torvalds
1
-66
/
+0
2010-01-12
sha1_file.c: remove unused function
Junio C Hamano
1
-8
/
+0
2009-10-21
Fix incorrect error check while reading deflated pack data
Junio C Hamano
1
-5
/
+3
2009-10-14
sha1_file: Fix infinite loop when pack is corrupted
Shawn O. Pearce
1
-0
/
+4
2009-08-21
Merge branch 'cc/replace'
Junio C Hamano
1
-5
/
+18
2009-07-22
refactor: use bitsizeof() instead of 8 * sizeof()
Pierre Habouzit
1
-1
/
+1
2009-07-06
Merge branch 'tr/die_errno'
Junio C Hamano
1
-1
/
+1
2009-06-27
Convert existing die(..., strerror(errno)) to die_errno()
Thomas Rast
1
-1
/
+1
2009-06-18
Fix big left-shifts of unsigned char
Linus Torvalds
1
-2
/
+1
2009-05-31
sha1_file: add a "read_sha1_file_repl" function
Christian Couder
1
-2
/
+7
2009-05-31
replace_object: add mechanism to replace objects found in "refs/replace/"
Christian Couder
1
-3
/
+11
2009-05-25
Merge branch 'ar/unlink-err' into maint
Junio C Hamano
1
-1
/
+1
2009-05-20
Merge branch 'maint'
Junio C Hamano
1
-0
/
+6
2009-05-20
Cope better with a _lot_ of packs
Johannes Schindelin
1
-0
/
+6
2009-05-18
Merge branch 'ar/unlink-err'
Junio C Hamano
1
-1
/
+1
2009-05-01
Fix a bunch of pointer declarations (codestyle)
Felipe Contreras
1
-1
/
+1
2009-04-29
replace direct calls to unlink(2) with unlink_or_warn
Alex Riesen
1
-1
/
+1
2009-04-29
Rename core.unreliableHardlinks to core.createObject
Johannes Schindelin
1
-1
/
+1
2009-04-25
Add an option not to use link(src, dest) && unlink(src) when that is unreliable
Johannes Schindelin
1
-1
/
+4
2009-04-06
Merge branch 'jc/shared-literally'
Junio C Hamano
1
-4
/
+10
2009-04-01
Merge branch 'jc/maint-1.6.0-keep-pack'
Junio C Hamano
1
-20
/
+1
2009-03-28
set_shared_perm(): sometimes we know what the final mode bits should look like
Junio C Hamano
1
-1
/
+1
2009-03-28
move_temp_to_file(): do not forget to chmod() in "Coda hack" codepath
Junio C Hamano
1
-2
/
+3
2009-03-27
Move chmod(foo, 0444) into move_temp_to_file()
Johan Herland
1
-2
/
+1
2009-03-27
"core.sharedrepository = 0mode" should set, not loosen
Junio C Hamano
1
-1
/
+7
2009-03-24
Merge branch 'maint'
Junio C Hamano
1
-1
/
+1
2009-03-24
Merge branch 'maint-1.6.1' into maint
Junio C Hamano
1
-1
/
+1
2009-03-24
Merge branch 'maint-1.6.0' into maint-1.6.1
Junio C Hamano
1
-1
/
+1
2009-03-24
close_sha1_file(): make it easier to diagnose errors
Linus Torvalds
1
-1
/
+1
2009-03-20
Remove --kept-pack-only option and associated infrastructure
Brandon Casey
1
-20
/
+1
2009-03-11
Merge branch 'jc/maint-1.6.0-keep-pack'
Junio C Hamano
1
-34
/
+26
2009-02-28
is_kept_pack(): final clean-up
Junio C Hamano
1
-15
/
+7
2009-02-28
Simplify is_kept_pack()
Junio C Hamano
1
-27
/
+3
2009-02-28
Consolidate ignore_packed logic more
Junio C Hamano
1
-10
/
+14
2009-02-28
has_sha1_kept_pack(): take "struct rev_info"
Junio C Hamano
1
-7
/
+9
2009-02-28
has_sha1_pack(): refactor "pretend these packs do not exist" interface
Junio C Hamano
1
-7
/
+25
2009-02-25
sha1_file.c: fix typo
Felipe Contreras
1
-1
/
+1
2009-02-11
Merge branch 'maint'
Junio C Hamano
1
-0
/
+1
2009-02-11
Merge branch 'maint-1.6.0' into maint
Junio C Hamano
1
-0
/
+1
2009-02-11
Clear the delta base cache if a pack is rebuilt
Shawn O. Pearce
1
-0
/
+1
2009-02-10
Merge branch 'maint'
Junio C Hamano
1
-0
/
+7
2009-02-10
Merge branch 'maint-1.6.0' into maint
Junio C Hamano
1
-0
/
+7
2009-02-10
Clear the delta base cache during fast-import checkpoint
Shawn O. Pearce
1
-0
/
+7
[next]