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
/
index-pack.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-10-01
increase portability of NORETURN declarations
Erik Faye-Lund
1
-2
/
+2
2009-07-06
Merge branch 'tr/die_errno'
Junio C Hamano
1
-11
/
+10
2009-06-27
Convert existing die(..., strerror(errno)) to die_errno()
Thomas Rast
1
-11
/
+10
2009-06-20
Fix various sparse warnings in the git source code
Linus Torvalds
1
-1
/
+1
2009-06-18
Fix big left-shifts of unsigned char
Linus Torvalds
1
-3
/
+3
2009-04-06
Merge branch 'jc/shared-literally'
Junio C Hamano
1
-4
/
+3
2009-03-27
Move chmod(foo, 0444) into move_temp_to_file()
Johan Herland
1
-4
/
+3
2009-03-15
Fix various dead stores found by the clang static analyzer
Benjamin Kramer
1
-1
/
+1
2009-02-25
Merge branch 'jc/maint-1.6.0-pack-directory'
Junio C Hamano
1
-11
/
+12
2009-02-25
Make sure objects/pack exists before creating a new pack
Junio C Hamano
1
-11
/
+12
2009-01-31
Merge branch 'sp/runtime-prefix'
Junio C Hamano
1
-0
/
+3
2009-01-26
Add calls to git_extract_argv0_path() in programs that call git_config_*
Steffen Prohaska
1
-0
/
+3
2009-01-21
Merge branch 'lt/maint-wrap-zlib'
Junio C Hamano
1
-6
/
+6
2009-01-11
Wrap inflate and other zlib routines for better error reporting
Linus Torvalds
1
-6
/
+6
2009-01-05
remove trailing LF in die() messages
Alexander Potashev
1
-1
/
+1
2008-11-12
Merge branch 'np/pack-safer'
Junio C Hamano
1
-1
/
+1
2008-11-02
Merge branch 'np/index-pack'
Junio C Hamano
1
-82
/
+81
2008-11-02
better validation on delta base object offsets
Nicolas Pitre
1
-1
/
+1
2008-10-23
index-pack: don't leak leaf delta result
Nicolas Pitre
1
-1
/
+3
2008-10-21
Merge branch 'maint'
Junio C Hamano
1
-3
/
+19
2008-10-21
rehabilitate 'git index-pack' inside the object store
Nicolas Pitre
1
-3
/
+19
2008-10-20
fix multiple issues in index-pack
Nicolas Pitre
1
-6
/
+5
2008-10-18
Do not rename read-only files during a push
Petr Baudis
1
-2
/
+3
2008-10-18
index-pack: smarter memory usage during delta resolution
Nicolas Pitre
1
-34
/
+39
2008-10-18
index-pack: rationalize delta resolution code
Nicolas Pitre
1
-65
/
+58
2008-10-10
Merge branch 'maint'
Shawn O. Pearce
1
-0
/
+1
2008-10-10
fix pread()'s short read in index-pack
Nicolas Pitre
1
-0
/
+1
2008-10-08
Merge branch 'maint'
Shawn O. Pearce
1
-1
/
+4
2008-10-08
Do not use errno when pread() returns 0
Samuel Tardieu
1
-1
/
+4
2008-10-02
fix openssl headers conflicting with custom SHA1 implementations
Nicolas Pitre
1
-4
/
+4
2008-09-22
Do not perform cross-directory renames when creating packs
Petr Baudis
1
-1
/
+1
2008-08-29
index-pack: use fixup_pack_header_footer()'s validation mode
Nicolas Pitre
1
-18
/
+25
2008-08-29
improve reliability of fixup_pack_header_footer()
Nicolas Pitre
1
-1
/
+2
2008-08-26
index-pack: setup git repository
Nguyễn Thái Ngọc Duy
1
-0
/
+2
2008-07-25
Merge branch 'maint'
Junio C Hamano
1
-0
/
+4
2008-07-25
index-pack.c: correctly initialize appended objects
Björn Steinbrink
1
-0
/
+4
2008-07-16
Merge branch 'sb/dashless'
Junio C Hamano
1
-1
/
+1
2008-07-16
Merge branch 'sp/maint-index-pack'
Junio C Hamano
1
-29
/
+113
2008-07-15
index-pack: Honor core.deltaBaseCacheLimit when resolving deltas
Shawn O. Pearce
1
-2
/
+46
2008-07-15
index-pack: Track the object_entry that creates each base_data
Shawn O. Pearce
1
-6
/
+12
2008-07-15
index-pack: Chain the struct base_data on the stack for traversal
Shawn O. Pearce
1
-3
/
+31
2008-07-15
index-pack: Refactor base arguments of resolve_delta into a struct
Shawn O. Pearce
1
-27
/
+33
2008-07-13
Make usage strings dash-less
Stephan Beyer
1
-1
/
+1
2008-07-05
Fix some warnings (on cygwin) to allow -Werror
Ramsay Jones
1
-2
/
+4
2008-05-31
Make pack creation always fsync() the result
Linus Torvalds
1
-0
/
+1
2008-05-14
Provide git_config with a callback-data parameter
Johannes Schindelin
1
-3
/
+3
2008-02-28
index-pack: introduce checking mode
Martin Koegler
1
-1
/
+87
2007-11-14
Merge branch 'np/progress'
Junio C Hamano
1
-7
/
+7
2007-11-11
Merge branch 'maint'
Junio C Hamano
1
-1
/
+1
2007-11-11
fix index-pack with packs >4GB containing deltas on 32-bit machines
Nicolas Pitre
1
-1
/
+1
[next]