Sign in
googlers
/
jrn
/
git
/
9269df96105dff5ecc137b598ac7664d218ac6be
/
builtin-unpack-objects.c
8a912bc
Ensure return value from xread() is always stored into an ssize_t
by Johan Herland
· 18 years ago
13aaf14
make progress "title" part of the common progress interface
by Nicolas Pitre
· 18 years ago
96a02f8
common progress display support
by Nicolas Pitre
· 18 years ago
d7dd022
add overflow tests on pack offset variables
by Nicolas Pitre
· 18 years ago
8723f21
make overflow test on delta base offset work regardless of variable size
by Nicolas Pitre
· 18 years ago
21666f1
convert object type handling from a string to a number
by Nicolas Pitre
· 18 years ago
cc44c76
Mechanical conversion to use prefixcmp()
by Junio C Hamano
· 18 years ago
8502357
simplify inclusion of system header files.
by Junio C Hamano
· 18 years ago
bed006f
Allow pack header preprocessing before unpack-objects/index-pack.
by Nicolas Pitre
· 18 years ago
79a6569
Use memmove instead of memcpy for overlapping areas
by Edgar Toernig
· 18 years ago
209c554
teach git-unpack-objects about deltas with offset to base
by Nicolas Pitre
· 18 years ago
eb32d23
introduce delta objects with offset to base
by Nicolas Pitre
· 18 years ago
3b67d29
unpack-objects -r: call it "recover".
by Junio C Hamano
· 19 years ago
f986f2c
unpack-objects desperately salvages objects from a corrupt pack
by Junio C Hamano
· 19 years ago
c9b0597
unpack-objects: remove unused variable "eof"
by Johannes Schindelin
· 19 years ago
e702496
Convert memcpy(a,b,20) to hashcpy(a,b).
by Shawn Pearce
· 19 years ago
a89fccd
Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.
by David Rientjes
· 19 years ago
647377c
Merge branch 'jc/pack-objects'
by Junio C Hamano
· 19 years ago
6441363
Make git-unpack-objects a builtin
by Matthias Kestenholz
· 19 years ago
[Renamed (97%) from unpack-objects.c]
8e27364
unpack-objects: read configuration data upon startup.
by Junio C Hamano
· 19 years ago
e7a0f67
unpack-objects: remove stale and confusing comment
by Junio C Hamano
· 19 years ago
8e44025
Use blob_, commit_, tag_, and tree_type throughout.
by Peter Eriksen
· 19 years ago
d60fc1c
remove delta-against-self bit
by Nicolas Pitre
· 19 years ago
476e801
unpack-objects: default to quiet if stderr is not a tty.
by Junio C Hamano
· 19 years ago
1c15afb
xread/xwrite: do not worry about EINTR at calling sites.
by Junio C Hamano
· 19 years ago
53228a5
Make the rest of commands work from a subdirectory.
by Junio C Hamano
· 19 years ago
b2309b7
Document the -n command-line option to git-unpack-objects
by Nikolai Weibull
· 19 years ago
87b7b84
Update unpack-objects usage and documentation.
by Junio C Hamano
· 20 years ago
ee63914
[PATCH] Plug memory leaks in git-unpack-objects
by Sergey Vlasov
· 20 years ago
cf21919
Fix up progress report for off-by-one error
by Linus Torvalds
· 20 years ago
d36f7b8
git-unpack-objects: show progress report by default
by Linus Torvalds
· 20 years ago
291ec0f
Don't special-case a zero-sized compression.
by Linus Torvalds
· 20 years ago
dddafff
Re-instate dry-run logic in git-unpack-objects
by Linus Torvalds
· 20 years ago
cca7081
Clean up git-unpack-objects a bit
by Linus Torvalds
· 20 years ago
01247d8
Make git pack files use little-endian size encoding
by Linus Torvalds
· 20 years ago
67e5a5e
git-unpack-objects: re-write to read from stdin
by Linus Torvalds
· 20 years ago
e1ddc97
[PATCH] Fix unpack-objects for header length information.
by Junio C Hamano
· 20 years ago
a733cb6
Change pack file format. Hopefully for the last time.
by Linus Torvalds
· 20 years ago
a69d094
Teach packing about "tag" objects
by Linus Torvalds
· 20 years ago
e180884
csum-file interface updates: return resulting SHA1
by Linus Torvalds
· 20 years ago
c38138c
git-pack-objects: write the pack files with a SHA1 csum
by Linus Torvalds
· 20 years ago
641e1ca
git-unpack-objects: start removing debug output
by Linus Torvalds
· 20 years ago
c4fb06c
Fix object packing/unpacking.
by Linus Torvalds
· 20 years ago
8ee378a
[PATCH] Finish initial cut of git-pack-object/git-unpack-object pair.
by Junio C Hamano
· 20 years ago
7453695
git-unpack-objects: start parsing the actual packed data
by Linus Torvalds
· 20 years ago
bad50dc
First cut at git-unpack-objects
by Linus Torvalds
· 20 years ago