index
:
org/kernel/git.git
master
forked from git/git
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
object.c
Commit message (
Expand
)
Author
Age
*
Document some functions defined in object.c
Michael Haggerty
2014-02-28
*
Merge branch 'mg/more-textconv'
Junio C Hamano
2013-10-23
|
\
|
*
grep: honor --textconv for the case rev:path
Michael J Gruber
2013-05-10
*
|
lookup_object: remove hashtable_index() and optimize hash_obj()
Nicolas Pitre
2013-09-11
*
|
Merge branch 'sb/parse-object-buffer-eaten'
Junio C Hamano
2013-07-22
|
\
\
|
*
|
parse_object_buffer: correct freeing the buffer
Stefan Beller
2013-07-17
*
|
|
Merge branch 'mh/reflife'
Junio C Hamano
2013-06-14
|
\
\
\
|
*
|
|
object_array_entry: fix memory handling of the name field
Michael Haggerty
2013-06-02
|
*
|
|
object_array_remove_duplicates(): rewrite to reduce copying
Michael Haggerty
2013-05-28
|
*
|
|
object_array: add function object_array_filter()
Michael Haggerty
2013-05-28
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'jk/lookup-object-prefer-latest'
Junio C Hamano
2013-05-29
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
lookup_object: prioritize recently found objects
Jeff King
2013-05-02
|
|
/
*
|
avoid segfaults on parse_object failure
Jeff King
2013-03-17
|
/
*
remove superfluous newlines in error messages
Pete Wyckoff
2012-04-30
*
Merge branch 'hv/submodule-recurse-push'
Junio C Hamano
2012-04-24
|
\
|
*
Teach revision walking machinery to walk multiple times sequencially
Heiko Voigt
2012-03-30
*
|
parse_object: avoid putting whole blob in core
Nguyễn Thái Ngọc Duy
2012-03-07
|
/
*
parse_object: try internal cache before reading object db
Jeff King
2012-01-05
*
receive-pack, fetch-pack: reject bogus pack that records objects twice
Junio C Hamano
2011-11-16
*
read_sha1_file(): get rid of read_sha1_file_repl() madness
Junio C Hamano
2011-05-15
*
Merge branch 'maint'
v1.7.3-rc0
Junio C Hamano
2010-09-06
|
\
|
*
Merge branch 'xx/trivial' into maint
Junio C Hamano
2010-09-06
|
|
\
|
|
*
Fix whitespace issue in object.c
Jared Hance
2010-09-05
*
|
|
Merge branch 'nd/maint-fix-replace'
Junio C Hamano
2010-09-03
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
parse_object: pass on the original sha1, not the replaced one
Nguyễn Thái Ngọc Duy
2010-09-03
|
|
/
*
|
fix "bundle --stdin" segfault
Jonathan Nieder
2010-04-19
*
|
object.c: remove unused functions
Junio C Hamano
2010-01-17
|
/
*
object: call "check_sha1_signature" with the replacement sha1
Christian Couder
2009-05-31
*
Unify signedness in hashing calls
Dan McGee
2009-05-20
*
Fix type-punning issues
Dan McGee
2009-05-16
*
bundle: allow the same ref to be given more than once
Junio C Hamano
2009-01-17
*
parse_object_buffer: don't ignore errors from the object specific parsing fun...
Martin Koegler
2008-02-03
*
Don't dereference NULL upon lookup failure.
Jim Meyering
2007-12-22
*
Don't assume tree entries that are not dirs are blobs
Sam Vilain
2007-06-06
*
Merge branch 'maint-1.5.1' into maint
Junio C Hamano
2007-05-24
|
\
|
*
fix memory leak in parse_object when check_sha1_signature fails
Carlos Rica
2007-05-24
*
|
add add_object_array_with_mode
Martin Koegler
2007-04-24
*
|
Clean up object creation to use more common code
Linus Torvalds
2007-04-16
*
|
Use proper object allocators for unknown object nodes too
Linus Torvalds
2007-04-16
|
/
*
Don't ever return corrupt objects from "parse_object()"
Linus Torvalds
2007-03-20
*
get rid of lookup_object_type()
Nicolas Pitre
2007-02-27
*
convert object type handling from a string to a number
Nicolas Pitre
2007-02-27
*
formalize typename(), and add its reverse type_from_string()
Nicolas Pitre
2007-02-27
*
Add git-for-each-ref: helper for language bindings
Junio C Hamano
2006-09-16
*
Use xcalloc instead of calloc
Jonas Fonseca
2006-08-27
*
Convert memcpy(a,b,20) to hashcpy(a,b).
Shawn Pearce
2006-08-23
*
Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.
David Rientjes
2006-08-17
*
Remove TYPE_* constant macros and use object_type enums consistently.
Linus Torvalds
2006-07-12
*
git object hash cleanups
v1.4.1
Linus Torvalds
2006-07-01
*
Abstract out accesses to object hash array
Linus Torvalds
2006-06-29
[next]