Sign in
googlers
/
jrn
/
git
/
e2255179f68970eb8ed7118334a23970283cb8ec
/
object.h
1102405
Merge branch 'sb/object-store-alloc'
by Junio C Hamano
· 7 years ago
b3b2aaf
Merge branch 'nd/commit-util-to-slab'
by Junio C Hamano
· 7 years ago
ad635e8
Merge branch 'nd/pack-objects-pack-struct'
by Junio C Hamano
· 7 years ago
44cecbf
show-branch: note about its object flags usage
by Nguyễn Thái Ngọc Duy
· 7 years ago
14ba97f
alloc: allow arbitrary repositories for alloc functions
by Stefan Beller
· 7 years ago
341e45e
object: allow create_object to handle arbitrary repositories
by Stefan Beller
· 7 years ago
68f95d3
object: add repository argument to create_object
by Stefan Beller
· 7 years ago
99bf115
repository: introduce parsed objects field
by Stefan Beller
· 7 years ago
fd9b1ba
pack-objects: turn type and in_pack_type to bitfields
by Nguyễn Thái Ngọc Duy
· 7 years ago
e5e5e088
sha1_name.c: rename to use dash in file name
by Stefan Beller
· 7 years ago
99321e3
Merge branch 'nd/object-allocation-comments'
by Junio C Hamano
· 7 years ago
3d1cf1e
object.h: realign object flag allocation comment
by Nguyễn Thái Ngọc Duy
· 7 years ago
95308d6
object.h: update flag allocation comment
by Nguyễn Thái Ngọc Duy
· 7 years ago
e17cec2
Merge branch 'rs/lose-leak-pending' into maint
by Junio C Hamano
· 7 years ago
debca9d
object: rename function 'typename' to 'type_name'
by Brandon Williams
· 7 years ago
0bbab7d
Merge branch 'rs/lose-leak-pending'
by Junio C Hamano
· 7 years ago
4ad315f
object: add clear_commit_marks_all()
by René Scharfe
· 7 years ago
25ec7bc
list-objects: filter objects in traverse_commit_list
by Jeff Hostetler
· 7 years ago
7199203
object_array: add and use `object_array_pop()`
by Martin Ågren
· 7 years ago
092c55d
object: remove "used" field from struct object
by Jonathan Tan
· 8 years ago
c251c83
object: convert parse_object* to take struct object_id
by brian m. carlson
· 8 years ago
41a078c
fetch-pack: cache results of for_each_alternate_ref
by Jeff King
· 8 years ago
079aa97
upload-pack: add get_reachable_list()
by Nguyễn Thái Ngọc Duy
· 9 years ago
ed1c997
Remove get_object_hash.
by brian m. carlson
· 9 years ago
f2fd076
Convert struct object to object_id
by brian m. carlson
· 9 years ago
3c42701
object: introduce get_object_hash macro.
by brian m. carlson
· 9 years ago
189a122
drop add_object_array_with_mode
by Jeff King
· 10 years ago
9e0c3c4
make add_object_array_with_context interface more sane
by Jeff King
· 10 years ago
46be823
object_array: add a "clear" function
by Jeff King
· 10 years ago
fe8e3b7
Refactor type_from_string() to allow continuing after detecting an error
by Johannes Schindelin
· 10 years ago
8ff226a
add object_as_type helper for casting objects
by Jeff King
· 11 years ago
d36f51c
move setting of object->type to alloc_* functions
by Jeff King
· 11 years ago
b407d40
Merge branch 'nd/log-show-linear-break'
by Junio C Hamano
· 11 years ago
1b32dec
log: add --show-linear-break to help see non-linear history
by Nguyễn Thái Ngọc Duy
· 11 years ago
208acbf
object.h: centralize object flag allocation
by Nguyễn Thái Ngọc Duy
· 11 years ago
33bef7e
Document some functions defined in object.c
by Michael Haggerty
· 11 years ago
4197361
Merge branch 'mg/more-textconv'
by Junio C Hamano
· 11 years ago
31faeb2
object_array_entry: fix memory handling of the name field
by Michael Haggerty
· 12 years ago
1506510
object_array_remove_duplicates(): rewrite to reduce copying
by Michael Haggerty
· 12 years ago
aeb4a51
object_array: add function object_array_filter()
by Michael Haggerty
· 12 years ago
afa15f3
grep: honor --textconv for the case rev:path
by Michael J Gruber
· 12 years ago
75a9549
avoid segfaults on parse_object failure
by Jeff King
· 12 years ago
bcc0a3e
Teach revision walking machinery to walk multiple times sequencially
by Heiko Voigt
· 13 years ago
0564d93
object.h: Remove obsolete struct object_refs
by Jakob Pfender
· 14 years ago
3cd4745
object.h: Add OBJECT_ARRAY_INIT macro and make use of it.
by Thiago Farina
· 15 years ago
c761898
object.c: remove unused functions
by Junio C Hamano
· 15 years ago
f18e6be
Merge branch 'js/maint-all-implies-HEAD'
by Junio C Hamano
· 16 years ago
b2a6d1c
bundle: allow the same ref to be given more than once
by Junio C Hamano
· 16 years ago
628b06d
Fix git-diff-tree --stdin
by Junio C Hamano
· 17 years ago
7914053
Remove unused object-ref code
by Martin Koegler
· 17 years ago
a6080a0
War on whitespace
by Junio C Hamano
· 18 years ago
e5709a4
add add_object_array_with_mode
by Martin Koegler
· 18 years ago
100c5f3
Clean up object creation to use more common code
by Linus Torvalds
· 18 years ago
a59b276
Add a generic "object decorator" interface, and make object refs use it
by Linus Torvalds
· 18 years ago
0ab1795
get rid of lookup_object_type()
by Nicolas Pitre
· 18 years ago
21666f1
convert object type handling from a string to a number
by Nicolas Pitre
· 18 years ago
df84366
formalize typename(), and add its reverse type_from_string()
by Nicolas Pitre
· 18 years ago
9f613dd
Add git-for-each-ref: helper for language bindings
by Junio C Hamano
· 18 years ago
72518e9
more lightweight revalidation while reusing deflated stream in packing
by Junio C Hamano
· 19 years ago
1974632
Remove TYPE_* constant macros and use object_type enums consistently.
by Linus Torvalds
· 19 years ago
fc046a7
Abstract out accesses to object hash array
by Linus Torvalds
· 19 years ago
1f1e895
Add "named object array" concept
by Linus Torvalds
· 19 years ago
3e4339e
Remove "refs" field from "struct object"
by Linus Torvalds
· 19 years ago
d3ff6f5
Move "void *util" from "struct object" into "struct commit"
by Linus Torvalds
· 19 years ago
885a86a
Shrink "struct object" a bit
by Linus Torvalds
· 19 years ago
070879c
Use a hashtable for objects instead of a sorted list
by Johannes Schindelin
· 19 years ago
8f1d2e6
[PATCH] Compilation: zero-length array declaration.
by Junio C Hamano
· 19 years ago
27dedf0
GIT 0.99.9j aka 1.0rc3
by Junio C Hamano
· 19 years ago
v0.99.9j
v1.0rc3
8805cca
[PATCH] Avoid building object ref lists when not needed
by Linus Torvalds
· 19 years ago
680bab3
[PATCH] Add function to append to an object_list.
by Daniel Barkalow
· 20 years ago
66e481b
[PATCH] Object library enhancements
by barkalow@iabervon.org
· 20 years ago
c4584ae
[PATCH] Remove "delta" object representation.
by Junio C Hamano
· 20 years ago
9ce43d1
Ooh. Make git-rev-list --object associate a name with objects.
by Linus Torvalds
· 20 years ago
89e4202
[PATCH] Parse tags for absent objects
by Daniel Barkalow
· 20 years ago
5d6ccf5
[PATCH] Anal retentive 'const unsigned char *sha1'
by Jason McMullan
· 20 years ago
a3437b8
[PATCH] Modify git-rev-list to linearise the commit history in merge order.
by jon@blackcubes.dyndns.org
· 20 years ago
d1af002
[PATCH] delta check
by Nicolas Pitre
· 20 years ago
8835504
Mark the variable declarations in .h files as extern
by Petr Baudis
· 20 years ago
e9eefa6
[PATCH] Add function to parse an object of unspecified type (take 2)
by Daniel Barkalow
· 20 years ago
6eb8ae0
[PATCH] Header files for object parsing
by Daniel Barkalow
· 20 years ago