index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
index-pack.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Plug memory leak in index-pack collision checking codepath.
Nicolas Pitre
2007-04-04
1
-0
/
+1
*
make it more obvious that temporary files are temporary files
Nicolas Pitre
2007-03-25
1
-2
/
+2
*
index-pack: more validation checks and cleanups
Nicolas Pitre
2007-03-21
1
-9
/
+9
*
index-pack: use hash_sha1_file()
Nicolas Pitre
2007-03-21
1
-20
/
+1
*
don't ever allow SHA1 collisions to exist by fetching a pack
Nicolas Pitre
2007-03-21
1
-4
/
+17
*
General const correctness fixes
Shawn O. Pearce
2007-03-07
1
-1
/
+1
*
Merge branch 'js/bundle'
Junio C Hamano
2007-02-28
1
-1
/
+2
|
\
|
*
git-bundle: assorted fixes
Johannes Schindelin
2007-02-23
1
-2
/
+3
|
*
Add git-bundle: move objects and references by archive
Johannes Schindelin
2007-02-23
1
-2
/
+2
*
|
Merge branch 'np/types'
Junio C Hamano
2007-02-28
1
-11
/
+4
|
\
\
|
*
|
convert object type handling from a string to a number
Nicolas Pitre
2007-02-27
1
-6
/
+4
|
*
|
formalize typename(), and add its reverse type_from_string()
Nicolas Pitre
2007-02-27
1
-6
/
+1
*
|
|
Merge branch 'maint'
Junio C Hamano
2007-02-28
1
-2
/
+8
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
index-pack: Loop over pread until data loading is complete.
Shawn O. Pearce
2007-02-28
1
-2
/
+8
|
|
/
*
/
Mechanical conversion to use prefixcmp()
Junio C Hamano
2007-02-21
1
-2
/
+2
|
/
*
index-pack: write-or-die instead of unchecked write-in-full.
Junio C Hamano
2007-01-11
1
-1
/
+1
*
short i/o: fix calls to write to use xwrite or write_in_full
Andy Whitcroft
2007-01-09
1
-1
/
+1
*
short i/o: fix calls to read to use xread or read_in_full
Andy Whitcroft
2007-01-09
1
-1
/
+1
*
clarify some error messages wrt unknown object types
Nicolas Pitre
2006-12-20
1
-1
/
+1
*
simplify inclusion of system header files.
Junio C Hamano
2006-12-20
1
-5
/
+0
*
index-pack usage of mmap() is unacceptably slower on many OSes other than Linux
Nicolas Pitre
2006-12-20
1
-13
/
+14
*
Don't use memcpy when source and dest. buffers may overlap
Jim Meyering
2006-12-11
1
-1
/
+1
*
sparse fix: non-ANSI function declaration
Rene Scharfe
2006-11-18
1
-1
/
+1
*
remove .keep pack lock files when done with refs update
Nicolas Pitre
2006-11-03
1
-15
/
+23
*
have index-pack create .keep file more carefully
Nicolas Pitre
2006-11-03
1
-7
/
+10
*
Allow pack header preprocessing before unpack-objects/index-pack.
Nicolas Pitre
2006-11-03
1
-0
/
+13
*
Teach git-index-pack how to keep a pack file.
Shawn Pearce
2006-10-29
1
-3
/
+40
*
index-pack: minor fixes to comment and function name
Nicolas Pitre
2006-10-28
1
-12
/
+12
*
mimic unpack-objects when --stdin is used with index-pack
Nicolas Pitre
2006-10-27
1
-3
/
+16
*
add progress status to index-pack
Nicolas Pitre
2006-10-26
1
-4
/
+70
*
make index-pack able to complete thin packs.
Nicolas Pitre
2006-10-26
1
-43
/
+211
*
enable index-pack streaming capability
Nicolas Pitre
2006-10-25
1
-29
/
+104
*
add the capability for index-pack to read from a stream
Nicolas Pitre
2006-10-21
1
-101
/
+143
*
index-pack: compare only the first 20-bytes of the key.
Nicolas Pitre
2006-10-18
1
-4
/
+10
*
teach git-index-pack about deltas with offset to base
Nicolas Pitre
2006-09-27
1
-31
/
+80
*
introduce delta objects with offset to base
Nicolas Pitre
2006-09-27
1
-4
/
+4
*
Convert memcpy(a,b,20) to hashcpy(a,b).
Shawn Pearce
2006-08-23
1
-2
/
+2
*
Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.
David Rientjes
2006-08-17
1
-6
/
+6
*
drop length argument of has_extension
Rene Scharfe
2006-08-12
1
-1
/
+1
*
Add has_extension()
Rene Scharfe
2006-08-10
1
-1
/
+1
*
Use blob_, commit_, tag_, and tree_type throughout.
Peter Eriksen
2006-04-04
1
-4
/
+8
*
remove delta-against-self bit
Nicolas Pitre
2006-02-10
1
-3
/
+3
*
avoid asking ?alloc() for zero bytes.
Junio C Hamano
2005-12-27
1
-8
/
+14
*
An off-by-one bug found by valgrind
Pavel Roskin
2005-12-21
1
-1
/
+1
*
Fix packname hash generation.
Junio C Hamano
2005-10-13
1
-2
/
+13
*
Add git-index-pack utility
Sergey Vlasov
2005-10-13
1
-0
/
+451