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
/
builtin-pack-objects.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-04-22
make progress "title" part of the common progress interface
Nicolas Pitre
1
-12
/
+7
2007-04-22
common progress display support
Nicolas Pitre
1
-62
/
+21
2007-04-22
pack-objects: make generated packfile read-only
Junio C Hamano
1
-1
/
+1
2007-04-22
Fix 'quickfix' on pack-objects.
Junio C Hamano
1
-2
/
+14
2007-04-22
pack-objects: quickfix for permission modes.
Junio C Hamano
1
-0
/
+6
2007-04-19
pack-objects: remove obsolete comments
Nicolas Pitre
1
-11
/
+3
2007-04-16
pack-objects: better check_object() performances
Nicolas Pitre
1
-80
/
+126
2007-04-16
pack-objects: make in_pack_header_size a variable of its own
Nicolas Pitre
1
-14
/
+12
2007-04-16
pack-objects: get rid of create_final_object_list()
Nicolas Pitre
1
-55
/
+72
2007-04-16
pack-objects: get rid of reuse_cached_pack
Nicolas Pitre
1
-72
/
+14
2007-04-16
pack-objects: clean up list sorting
Nicolas Pitre
1
-31
/
+22
2007-04-16
pack-objects: rework check_delta_limit usage
Nicolas Pitre
1
-44
/
+32
2007-04-16
pack-objects: equal objects in size should delta against newer objects
Nicolas Pitre
1
-1
/
+1
2007-04-16
pack-objects: optimize preferred base handling a bit
Nicolas Pitre
1
-15
/
+12
2007-04-11
clean up add_object_entry()
Nicolas Pitre
1
-27
/
+25
2007-04-10
validate reused pack data with CRC when possible
Nicolas Pitre
1
-12
/
+34
2007-04-10
allow forcing index v2 and 64-bit offset treshold
Nicolas Pitre
1
-3
/
+17
2007-04-10
pack-objects: learn about pack index version 2
Nicolas Pitre
1
-12
/
+87
2007-04-10
compute a CRC32 for each object as stored in a pack
Nicolas Pitre
1
-0
/
+6
2007-04-10
add overflow tests on pack offset variables
Nicolas Pitre
1
-6
/
+13
2007-04-10
make overflow test on delta base offset work regardless of variable size
Nicolas Pitre
1
-1
/
+1
2007-04-10
get rid of num_packed_objects()
Nicolas Pitre
1
-2
/
+2
2007-04-05
clean up and optimize nth_packed_object_sha1() usage
Nicolas Pitre
1
-1
/
+1
2007-03-21
Initialize tree descriptors with a helper function rather than by hand.
Linus Torvalds
1
-4
/
+2
2007-03-21
Remove "pathlen" from "struct name_entry"
Linus Torvalds
1
-1
/
+1
2007-03-16
[PATCH] clean up pack index handling a bit
Nicolas Pitre
1
-6
/
+8
2007-03-07
Use off_t in pack-objects/fast-import when we mean an offset
Shawn O. Pearce
1
-26
/
+26
2007-03-07
Use uint32_t for pack-objects counters.
Shawn O. Pearce
1
-33
/
+30
2007-02-27
convert object type handling from a string to a number
Nicolas Pitre
1
-17
/
+15
2007-02-27
formalize typename(), and add its reverse type_from_string()
Nicolas Pitre
1
-12
/
+1
2007-02-25
Merge branch 'maint'
Junio C Hamano
1
-3
/
+9
2007-02-25
Allow arbitrary number of arguments to git-pack-objects
Roland Dreier
1
-3
/
+9
2007-02-20
prefixcmp(): fix-up mechanical conversion.
Junio C Hamano
1
-3
/
+3
2007-02-20
Mechanical conversion to use prefixcmp()
Junio C Hamano
1
-3
/
+3
2007-01-18
Use fixed-size integers for .idx file I/O
Junio C Hamano
1
-3
/
+3
2006-12-29
pack-objects: fix use of use_pack().
Junio C Hamano
1
-2
/
+5
2006-12-29
Fix random segfaults in pack-objects.
Shawn O. Pearce
1
-3
/
+4
2006-12-29
Loop over pack_windows when inflating/accessing data.
Shawn O. Pearce
1
-6
/
+52
2006-12-29
Replace use_packed_git with window cursors.
Shawn O. Pearce
1
-9
/
+7
2006-12-29
Refactor packed_git to prepare for sliding mmap windows.
Shawn O. Pearce
1
-2
/
+2
2006-12-20
Teach git-repack to preserve objects referred to by reflog entries.
Junio C Hamano
1
-1
/
+2
2006-12-20
simplify inclusion of system header files.
Junio C Hamano
1
-2
/
+0
2006-11-29
pack-objects: remove redundent status information
Nicolas Pitre
1
-2
/
+4
2006-11-17
pack-objects: tweak "do not even attempt delta" heuristics
Junio C Hamano
1
-1
/
+3
2006-11-07
git-pack-objects progress flag documentation and cleanup
Nicolas Pitre
1
-9
/
+10
2006-11-01
make git-push a bit more verbose
Nicolas Pitre
1
-7
/
+11
2006-10-10
pack-objects: document --delta-base-offset option
Junio C Hamano
1
-1
/
+1
2006-09-27
allow delta data reuse even if base object is a preferred base
Nicolas Pitre
1
-1
/
+1
2006-09-27
zap a debug remnant
Nicolas Pitre
1
-1
/
+0
2006-09-27
make pack data reuse compatible with both delta types
Nicolas Pitre
1
-74
/
+130
[next]