Sign in
googlers
/
jrn
/
git
/
753dc384dc2c4ab3e1049f695425cebf41ff7e6b
/
builtin-unpack-objects.c
ab36d06
Merge branch 'jc/maint-unpack-objects-strict'
by Junio C Hamano
· 16 years ago
f00ecbe
Merge branch 'cc/replace'
by Junio C Hamano
· 16 years ago
9a21739
Fix "unpack-objects --strict"
by Junio C Hamano
· 16 years ago
dd787c1
Merge branch 'tr/die_errno'
by Junio C Hamano
· 16 years ago
d824cbb
Convert existing die(..., strerror(errno)) to die_errno()
by Thomas Rast
· 16 years ago
2af202b
Fix various sparse warnings in the git source code
by Linus Torvalds
· 16 years ago
48fb7de
Fix big left-shifts of unsigned char
by Linus Torvalds
· 16 years ago
dae556b
environment: add global variable to disable replacement
by Christian Couder
· 16 years ago
36dd939
Merge branch 'lt/maint-wrap-zlib'
by Junio C Hamano
· 16 years ago
39c6854
Wrap inflate and other zlib routines for better error reporting
by Linus Torvalds
· 16 years ago
d8f3255
better validation on delta base object offsets
by Nicolas Pitre
· 16 years ago
19d4b41
Replace xmalloc/memset(0) pairs with xcalloc
by Brandon Casey
· 16 years ago
9126f00
fix openssl headers conflicting with custom SHA1 implementations
by Nicolas Pitre
· 16 years ago
f18d244
Start conforming code to "git subcmd" style part 3
by Heikki Orsila
· 17 years ago
6e1c234
Fix some warnings (on cygwin) to allow -Werror
by Ramsay Jones
· 17 years ago
ef90d6d
Provide git_config with a callback-data parameter
by Johannes Schindelin
· 17 years ago
f2898cf
unpack-objects: fix --strict handling
by Junio C Hamano
· 17 years ago
b41860b
unpack-objects: prevent writing of inconsistent objects
by Martin Koegler
· 17 years ago
c95b3ad
Revert "unpack-objects: prevent writing of inconsistent objects"
by Junio C Hamano
· 17 years ago
d5ef408
unpack-objects: prevent writing of inconsistent objects
by Martin Koegler
· 17 years ago
2add1e6
unpack-object: cache for non written objects
by Martin Koegler
· 17 years ago
4d4fcc5
relax usage of the progress API
by Nicolas Pitre
· 17 years ago
dc6a075
make struct progress an opaque type
by Nicolas Pitre
· 17 years ago
42e18fb
more compact progress display
by Nicolas Pitre
· 17 years ago
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