aboutsummaryrefslogtreecommitdiffstats
path: root/object.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-28Merge branch 'eb/hash-transition'Junio C Hamano1-0/+18
2024-02-28upload-pack: free tree buffers after parsingJeff King1-0/+1
2023-10-02object: factor out parse_mode out of fast-import and tree-walk into in object.hEric W. Biederman1-0/+18
2023-06-22Merge branch 'tb/pack-bitmap-traversal-with-boundary'Junio C Hamano1-0/+2
2023-05-08object: add object_array initializer helper functionTaylor Blau1-0/+2
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren1-1/+2
2023-04-11object.h: move some inline functions and defines from cache.hElijah Newren1-0/+44
2023-02-23object.h: stop depending on cache.h; make cache.h depend on object.hElijah Newren1-1/+21
2022-09-07parse_object(): allow skipping hash checkJeff King1-0/+6
2022-08-19revision: allow --ancestry-path to take an argumentElijah Newren1-1/+1
2022-03-02reflog: libify delete reflog function and helpersJohn Cai1-1/+1
2021-09-27*.[ch] *_INIT macros: use { 0 } for a "zero out" idiomÆvar Arnfjörð Bjarmason1-1/+1
2021-08-29builtin/pack-objects.c: remove duplicate hash lookupTaylor Blau1-1/+0
2021-06-28object.h: add lookup_object_by_type() functionJeff King1-0/+7
2021-06-28object.h: expand docstring for lookup_unknown_object()Jeff King1-1/+12
2021-05-16Merge branch 'jt/push-negotiation'Junio C Hamano1-1/+1
2021-05-05fetch: teach independent negotiation (no packfile)Jonathan Tan1-1/+1
2021-04-13lookup_unknown_object(): take a repository argumentJeff King1-1/+1
2020-10-31object: allow clear_commit_marks_all to handle any repoRené Scharfe1-2/+3
2020-09-17maintenance: add auto condition for commit-graph taskDerrick Stolee1-0/+1
2020-07-09Merge branch 'tb/fix-persistent-shallow' into masterJunio C Hamano1-0/+1
2020-07-08commit.c: don't persist substituted parents when unshallowingTaylor Blau1-0/+1
2020-07-06Merge branch 'rs/pack-bits-in-object-better'Junio C Hamano1-2/+2
2020-07-06Merge branch 'bc/http-push-flagsfix'Junio C Hamano1-1/+1
2020-06-24revision: reallocate TOPO_WALK object flagsRené Scharfe1-2/+2
2020-06-23http-push: ensure unforced pushes fail when data would be lostbrian m. carlson1-1/+1
2020-06-17object: drop parsed_object_pool->commit_countAbhishek Kumar1-2/+1
2020-04-10revision: --show-pulls adds helpful mergesDerrick Stolee1-1/+1
2020-02-13pack-bitmap: fix leak of haves/wants object listsJeff King1-0/+2
2019-10-25commit-graph: fix writing first commit-graph during fetchDerrick Stolee1-1/+2
2019-06-20object: convert create_object() to use object_idJeff King1-1/+1
2019-06-20object: convert lookup_object() to use object_idJeff King1-1/+1
2019-06-20object: convert lookup_unknown_object() to use object_idJeff King1-1/+1
2019-05-05*.[ch]: remove extern from function declarations using spatchDenton Liu1-6/+6
2018-11-02revision.c: generation-based topo-order algorithmDerrick Stolee1-2/+2
2018-09-17Merge branch 'ds/reachable'Junio C Hamano1-2/+2
2018-08-15Add missing includes and forward declarationsElijah Newren1-0/+2
2018-08-02Merge branch 'sb/object-store-lookup'Junio C Hamano1-4/+8
2018-08-02Merge branch 'jt/fetch-pack-negotiator'Junio C Hamano1-1/+2
2018-07-24Merge branch 'jt/partial-clone-fsck-connectivity'Junio C Hamano1-1/+1
2018-07-20commit-reach: move can_all_from_reach_with_flagsDerrick Stolee1-2/+2
2018-07-20commit-reach: move walk methods from commit.cDerrick Stolee1-1/+1
2018-07-18Merge branch 'sb/object-store-grafts'Junio C Hamano1-0/+10
2018-07-09upload-pack: send refs' objects despite "filter"Jonathan Tan1-1/+1
2018-06-29object.c: allow parse_object to handle arbitrary repositoriesStefan Beller1-2/+1
2018-06-29object.c: allow parse_object_buffer to handle arbitrary repositoriesStefan Beller1-2/+1
2018-06-29commit.c: migrate the commit buffer to the parsed object storeStefan Beller1-0/+4
2018-06-29object: allow lookup_object to handle arbitrary repositoriesStefan Beller1-2/+1
2018-06-29object: allow object_as_type to handle arbitrary repositoriesStefan Beller1-2/+1
2018-06-29object: add repository argument to object_as_typeStefan Beller1-1/+2
2018-06-29object: add repository argument to parse_object_bufferStefan Beller1-1/+2
2018-06-29object: add repository argument to lookup_objectStefan Beller1-1/+2
2018-06-29object: add repository argument to parse_objectStefan Beller1-1/+2
2018-06-29Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano1-0/+10
2018-06-25Merge branch 'sb/object-store-alloc'Junio C Hamano1-1/+17
2018-06-25Merge branch 'nd/commit-util-to-slab'Junio C Hamano1-0/+1
2018-06-15fetch-pack: introduce negotiator APIJonathan Tan1-1/+2
2018-05-23Merge branch 'nd/pack-objects-pack-struct'Junio C Hamano1-1/+0
2018-05-21show-branch: note about its object flags usageNguyễn Thái Ngọc Duy1-0/+1
2018-05-18commit: allow prepare_commit_graft to handle arbitrary repositoriesStefan Beller1-0/+2
2018-05-18shallow: migrate shallow information into the object parserStefan Beller1-0/+4
2018-05-16object: move grafts to object parserJonathan Nieder1-0/+4
2018-05-16alloc: allow arbitrary repositories for alloc functionsStefan Beller1-0/+8
2018-05-09object: allow create_object to handle arbitrary repositoriesStefan Beller1-2/+1
2018-05-09object: add repository argument to create_objectStefan Beller1-1/+2
2018-05-09repository: introduce parsed objects fieldStefan Beller1-0/+8
2018-04-16pack-objects: turn type and in_pack_type to bitfieldsNguyễn Thái Ngọc Duy1-1/+0
2018-04-11sha1_name.c: rename to use dash in file nameStefan Beller1-1/+1
2018-03-14Merge branch 'nd/object-allocation-comments'Junio C Hamano1-12/+16
2018-03-06object.h: realign object flag allocation commentNguyễn Thái Ngọc Duy1-16/+16
2018-03-06object.h: update flag allocation commentNguyễn Thái Ngọc Duy1-1/+5
2018-02-15Merge branch 'rs/lose-leak-pending' into maintJunio C Hamano1-0/+5
2018-02-14object: rename function 'typename' to 'type_name'Brandon Williams1-1/+1
2018-01-23Merge branch 'rs/lose-leak-pending'Junio C Hamano1-0/+5
2017-12-28object: add clear_commit_marks_all()René Scharfe1-0/+5
2017-11-22list-objects: filter objects in traverse_commit_listJeff Hostetler1-0/+1
2017-09-24object_array: add and use `object_array_pop()`Martin Ågren1-0/+8
2017-07-20object: remove "used" field from struct objectJonathan Tan1-1/+1
2017-05-08object: convert parse_object* to take struct object_idbrian m. carlson1-4/+4
2017-02-08fetch-pack: cache results of for_each_alternate_refJeff King1-1/+1
2016-06-13upload-pack: add get_reachable_list()Nguyễn Thái Ngọc Duy1-1/+1
2015-11-20Remove get_object_hash.brian m. carlson1-2/+0
2015-11-20Convert struct object to object_idbrian m. carlson1-2/+2
2015-11-20object: introduce get_object_hash macro.brian m. carlson1-0/+2
2014-10-19drop add_object_array_with_modeJeff King1-1/+0
2014-10-16make add_object_array_with_context interface more saneJeff King1-2/+2
2014-10-16object_array: add a "clear" functionJeff King1-0/+6
2014-09-10Refactor type_from_string() to allow continuing after detecting an errorJohannes Schindelin1-1/+2
2014-07-13add object_as_type helper for casting objectsJeff King1-0/+2
2014-07-13move setting of object->type to alloc_* functionsJeff King1-1/+1
2014-04-03Merge branch 'nd/log-show-linear-break'Junio C Hamano1-0/+13
2014-03-25log: add --show-linear-break to help see non-linear historyNguyễn Thái Ngọc Duy1-1/+1
2014-03-25object.h: centralize object flag allocationNguyễn Thái Ngọc Duy1-0/+13
2014-02-28Document some functions defined in object.cMichael Haggerty1-0/+7
2013-10-23Merge branch 'mg/more-textconv'Junio C Hamano1-0/+2
2013-06-02object_array_entry: fix memory handling of the name fieldMichael Haggerty1-1/+7
2013-05-28object_array_remove_duplicates(): rewrite to reduce copyingMichael Haggerty1-1/+5
2013-05-28object_array: add function object_array_filter()Michael Haggerty1-0/+11
2013-05-10grep: honor --textconv for the case rev:pathMichael J Gruber1-0/+2
2013-03-17avoid segfaults on parse_object failureJeff King1-1/+12
2012-03-30Teach revision walking machinery to walk multiple times sequenciallyHeiko Voigt1-0/+2
2011-03-14object.h: Remove obsolete struct object_refsJakob Pfender1-5/+0
2010-08-29object.h: Add OBJECT_ARRAY_INIT macro and make use of it.Thiago Farina1-0/+2
2010-01-17object.c: remove unused functionsJunio C Hamano1-5/+0
2009-01-25Merge branch 'js/maint-all-implies-HEAD'Junio C Hamano1-0/+1
2009-01-17bundle: allow the same ref to be given more than onceJunio C Hamano1-0/+1
2008-09-10Fix git-diff-tree --stdinJunio C Hamano1-1/+12
2008-02-25Remove unused object-ref codeMartin Koegler1-8/+0
2007-06-07War on whitespaceJunio C Hamano1-1/+1
2007-04-24add add_object_array_with_modeMartin Koegler1-0/+2
2007-04-16Clean up object creation to use more common codeLinus Torvalds1-1/+1
2007-04-16Add a generic "object decorator" interface, and make object refs use itLinus Torvalds1-1/+0
2007-02-27get rid of lookup_object_type()Nicolas Pitre1-3/+0
2007-02-27convert object type handling from a string to a numberNicolas Pitre1-1/+1
2007-02-27formalize typename(), and add its reverse type_from_string()Nicolas Pitre1-7/+3
2006-09-16Add git-for-each-ref: helper for language bindingsJunio C Hamano1-0/+6
2006-09-03more lightweight revalidation while reusing deflated stream in packingJunio C Hamano1-11/+0
2006-07-12Remove TYPE_* constant macros and use object_type enums consistently.Linus Torvalds1-8/+15
2006-06-29Abstract out accesses to object hash arrayLinus Torvalds1-2/+3
2006-06-19Add "named object array" conceptLinus Torvalds1-1/+12
2006-06-18Remove "refs" field from "struct object"Linus Torvalds1-1/+3
2006-06-17Move "void *util" from "struct object" into "struct commit"Linus Torvalds1-1/+0
2006-06-17Shrink "struct object" a bitLinus Torvalds1-2/+18
2006-02-12Use a hashtable for objects instead of a sorted listJohannes Schindelin1-1/+1
2006-01-07[PATCH] Compilation: zero-length array declaration.Junio C Hamano1-1/+1
2005-11-16GIT 0.99.9j aka 1.0rc3v1.0rc3v0.99.9jJunio C Hamano1-2/+8
2005-09-16[PATCH] Avoid building object ref lists when not neededLinus Torvalds1-0/+1
2005-09-10[PATCH] Add function to append to an object_list.Daniel Barkalow1-0/+3
2005-08-02[PATCH] Object library enhancementsbarkalow@iabervon.org1-0/+10
2005-06-27[PATCH] Remove "delta" object representation.Junio C Hamano1-2/+0
2005-06-26Ooh. Make git-rev-list --object associate a name with objects.Linus Torvalds1-0/+1
2005-06-21[PATCH] Parse tags for absent objectsDaniel Barkalow1-0/+4
2005-06-08[PATCH] Anal retentive 'const unsigned char *sha1'Jason McMullan1-3/+3
2005-06-06[PATCH] Modify git-rev-list to linearise the commit history in merge order.jon@blackcubes.dyndns.org1-0/+1
2005-05-20[PATCH] delta checkNicolas Pitre1-0/+2
2005-05-11Mark the variable declarations in .h files as externPetr Baudis1-2/+2
2005-04-28[PATCH] Add function to parse an object of unspecified type (take 2)Daniel Barkalow1-0/+3
2005-04-18[PATCH] Header files for object parsingDaniel Barkalow1-0/+29