index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sha1_file.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
sha1_object_info(): be consistent with read_sha1_file()
Johannes Schindelin
2006-11-28
1
-15
/
+20
*
Merge branch 'maint'
Junio C Hamano
2006-11-09
1
-9
/
+12
|
\
|
*
Nicer error messages in case saving an object to db goes wrong
Petr Baudis
2006-11-09
1
-9
/
+12
*
|
Teach receive-pack how to keep pack files based on object count.
Shawn Pearce
2006-11-03
1
-1
/
+1
*
|
Merge branch 'master' into np/index-pack
Junio C Hamano
2006-11-03
1
-2
/
+3
|
\
\
|
*
|
Merge branch 'maint'
Junio C Hamano
2006-11-03
1
-2
/
+1
|
|
\
|
|
|
*
link_temp_to_file: call adjust_shared_perm() only when we created the directory
Johannes Schindelin
2006-11-03
1
-2
/
+1
|
*
|
Merge branch 'maint'
Junio C Hamano
2006-11-02
1
-1
/
+3
|
|
\
|
|
|
*
link_temp_to_file: don't leave the path truncated on adjust_shared_perm failure
Junio C Hamano
2006-11-01
1
-1
/
+3
*
|
|
Allow short pack names to git-pack-objects --unpacked=.
Shawn Pearce
2006-10-29
1
-1
/
+19
|
/
/
*
|
Merge branch 'np/pack'
Junio C Hamano
2006-10-23
1
-48
/
+65
|
\
\
|
|
/
|
/
|
|
*
make pack data reuse compatible with both delta types
Nicolas Pitre
2006-09-27
1
-19
/
+0
|
*
introduce delta objects with offset to base
Nicolas Pitre
2006-09-27
1
-30
/
+66
*
|
reduce delta head inflated size
Nicolas Pitre
2006-10-19
1
-1
/
+1
*
|
Replace open-coded version of hash_sha1_file()
Rene Scharfe
2006-10-15
1
-7
/
+1
*
|
Make write_sha1_file_prepare() void
Rene Scharfe
2006-10-15
1
-6
/
+5
*
|
Make write_sha1_file_prepare() static
Rene Scharfe
2006-10-14
1
-6
/
+3
*
|
Add hash_sha1_file()
Rene Scharfe
2006-10-14
1
-18
/
+16
|
/
*
many cleanups to sha1_file.c
Nicolas Pitre
2006-09-23
1
-98
/
+87
*
Make hexval() available to others.
Junio C Hamano
2006-09-21
1
-38
/
+34
*
Merge branch 'jc/pack'
Junio C Hamano
2006-09-18
1
-9
/
+17
|
\
|
*
pack-objects --unpacked=<existing pack> option.
Junio C Hamano
2006-09-07
1
-9
/
+17
*
|
get_sha1_hex() micro-optimization
Junio C Hamano
2006-09-10
1
-9
/
+37
|
/
*
more lightweight revalidation while reusing deflated stream in packing
Junio C Hamano
2006-09-04
1
-1
/
+1
*
Replace uses of strdup with xstrdup.
Shawn Pearce
2006-09-02
1
-1
/
+1
*
consolidate two copies of new style object header parsing code.
Junio C Hamano
2006-09-02
1
-40
/
+45
*
Constness tightening for move/link_temp_to_file()
Junio C Hamano
2006-09-01
1
-2
/
+2
*
Use xmalloc instead of malloc
Jonas Fonseca
2006-09-01
1
-1
/
+1
*
Use xrealloc instead of realloc
Jonas Fonseca
2006-08-27
1
-1
/
+1
*
Convert unpack_entry_gently and friends to use offsets.
Shawn Pearce
2006-08-27
1
-18
/
+15
*
Cleanup unpack_object_header to use only offsets.
Shawn Pearce
2006-08-27
1
-7
/
+3
*
Cleanup unpack_entry_gently and friends to use type_name array.
Shawn Pearce
2006-08-27
1
-28
/
+6
*
Reuse compression code in unpack_compressed_entry.
Shawn Pearce
2006-08-27
1
-21
/
+4
*
Reorganize/rename unpack_non_delta_entry to unpack_compressed_entry.
Shawn Pearce
2006-08-27
1
-28
/
+28
*
Convert memcpy(a,b,20) to hashcpy(a,b).
Shawn Pearce
2006-08-23
1
-9
/
+9
*
Remove unnecessary forward declaration of unpack_entry.
Shawn Pearce
2006-08-22
1
-3
/
+0
*
Verify we know how to read a pack before trying to using it.
Shawn Pearce
2006-08-22
1
-0
/
+12
*
Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.
David Rientjes
2006-08-17
1
-8
/
+8
*
remove unnecessary initializations
David Rientjes
2006-08-16
1
-1
/
+1
*
Merge branch 'jc/pack-objects'
Junio C Hamano
2006-08-13
1
-13
/
+22
|
\
|
*
sha1_file.c: expose map_sha1_file() interface.
Junio C Hamano
2006-07-25
1
-13
/
+22
*
|
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
|
/
*
Merge branch 'lt/objformat'
Junio C Hamano
2006-07-25
1
-8
/
+98
|
\
|
*
sha1_file: add the ability to parse objects in "pack file format"
Linus Torvalds
2006-07-14
1
-8
/
+98
*
|
Make lazy mkdir more robust.
Shawn Pearce
2006-07-13
1
-14
/
+12
|
/
*
Make the unpacked object header functions static to sha1_file.c
Linus Torvalds
2006-07-11
1
-2
/
+2
*
Avoid C99 comments, use old-style C comments instead.
Pavel Roskin
2006-07-10
1
-2
/
+2
*
Fix more typos, primarily in the code
Pavel Roskin
2006-07-10
1
-1
/
+1
*
Make zlib compression level configurable, and change default.
Joachim B Haga
2006-07-03
1
-2
/
+2
[next]