| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'jk/type-from-string-gently' | Junio C Hamano | 2015-05-05 | 1 | -1/+2 |
|\ |
|
| * | type_from_string_gently: make sure length matchesjk/type-from-string-gently | Jeff King | 2015-04-17 | 1 | -1/+2 |
* | | drop add_object_array_with_mode | Jeff King | 2014-10-19 | 1 | -6/+1 |
* | | make add_object_array_with_context interface more sane | Jeff King | 2014-10-16 | 1 | -14/+9 |
* | | object_array: add a "clear" function | Jeff King | 2014-10-16 | 1 | -0/+10 |
* | | object_array: factor out slopbuf-freeing logic | Jeff King | 2014-10-16 | 1 | -4/+12 |
* | | Merge branch 'rs/realloc-array' | Junio C Hamano | 2014-09-26 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | use REALLOC_ARRAY for changing the allocation size of arraysrs/realloc-array | René Scharfe | 2014-09-18 | 1 | -1/+1 |
* | | Refactor type_from_string() to allow continuing after detecting an error | Johannes Schindelin | 2014-09-10 | 1 | -2/+9 |
|/ |
|
* | Merge branch 'jk/alloc-commit-id' | Junio C Hamano | 2014-07-22 | 1 | -5/+21 |
|\ |
|
| * | object_as_type: set commit index | Jeff King | 2014-07-13 | 1 | -0/+2 |
| * | add object_as_type helper for casting objects | Jeff King | 2014-07-13 | 1 | -0/+17 |
| * | parse_object_buffer: do not set object type | Jeff King | 2014-07-13 | 1 | -2/+0 |
| * | move setting of object->type to alloc_* functions | Jeff King | 2014-07-13 | 1 | -3/+2 |
* | | hashmap: factor out getting a hash code from a SHA1 | Karsten Blees | 2014-07-07 | 1 | -12/+1 |
|/ |
|
* | commit: record buffer length in cache | Jeff King | 2014-06-13 | 1 | -2/+2 |
* | use get_cached_commit_buffer where appropriate | Jeff King | 2014-06-13 | 1 | -1/+1 |
* | provide a helper to set the commit buffer | Jeff King | 2014-06-13 | 1 | -1/+1 |
* | Document some functions defined in object.cmh/replace-refs-variable-rename | Michael Haggerty | 2014-02-28 | 1 | -1/+28 |
* | Merge branch 'mg/more-textconv' | Junio C Hamano | 2013-10-23 | 1 | -6/+23 |
|\ |
|
| * | grep: honor --textconv for the case rev:pathmg/more-textconv | Michael J Gruber | 2013-05-10 | 1 | -6/+20 |
* | | lookup_object: remove hashtable_index() and optimize hash_obj()np/lookup-object-hashing | Nicolas Pitre | 2013-09-11 | 1 | -12/+10 |
* | | Merge branch 'sb/parse-object-buffer-eaten' | Junio C Hamano | 2013-07-22 | 1 | -4/+3 |
|\ \ |
|
| * | | parse_object_buffer: correct freeing the buffersb/parse-object-buffer-eaten | Stefan Beller | 2013-07-17 | 1 | -4/+3 |
* | | | Merge branch 'mh/reflife' | Junio C Hamano | 2013-06-14 | 1 | -12/+58 |
|\ \ \ |
|
| * | | | object_array_entry: fix memory handling of the name field | Michael Haggerty | 2013-06-02 | 1 | -3/+23 |
| * | | | object_array_remove_duplicates(): rewrite to reduce copying | Michael Haggerty | 2013-05-28 | 1 | -11/+21 |
| * | | | object_array: add function object_array_filter() | Michael Haggerty | 2013-05-28 | 1 | -0/+16 |
| | |/
| |/| |
|
* | | | Merge branch 'jk/lookup-object-prefer-latest' | Junio C Hamano | 2013-05-29 | 1 | -2/+12 |
|\ \ \
| |/ /
|/| | |
|
| * | | lookup_object: prioritize recently found objects | Jeff King | 2013-05-02 | 1 | -2/+12 |
| |/ |
|
* | | avoid segfaults on parse_object failure | Jeff King | 2013-03-17 | 1 | -0/+10 |
|/ |
|
* | remove superfluous newlines in error messages | Pete Wyckoff | 2012-04-30 | 1 | -3/+3 |
* | Merge branch 'hv/submodule-recurse-push' | Junio C Hamano | 2012-04-24 | 1 | -0/+11 |
|\ |
|
| * | Teach revision walking machinery to walk multiple times sequencially | Heiko Voigt | 2012-03-30 | 1 | -0/+11 |
* | | parse_object: avoid putting whole blob in core | Nguyễn Thái Ngọc Duy | 2012-03-07 | 1 | -0/+11 |
|/ |
|
* | parse_object: try internal cache before reading object db | Jeff King | 2012-01-05 | 1 | -2/+7 |
* | receive-pack, fetch-pack: reject bogus pack that records objects twicejc/index-pack-reject-dups | Junio C Hamano | 2011-11-16 | 1 | -0/+2 |
* | read_sha1_file(): get rid of read_sha1_file_repl() madness | Junio C Hamano | 2011-05-15 | 1 | -2/+2 |
* | Merge branch 'maint'v1.7.3-rc0 | Junio C Hamano | 2010-09-06 | 1 | -4/+4 |
|\ |
|
| * | Merge branch 'xx/trivial' into maint | Junio C Hamano | 2010-09-06 | 1 | -4/+4 |
| |\ |
|
| | * | Fix whitespace issue in object.c | Jared Hance | 2010-09-05 | 1 | -4/+4 |
* | | | Merge branch 'nd/maint-fix-replace' | Junio C Hamano | 2010-09-03 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | parse_object: pass on the original sha1, not the replaced one | Nguyễn Thái Ngọc Duy | 2010-09-03 | 1 | -1/+1 |
| |/ |
|
* | | fix "bundle --stdin" segfault | Jonathan Nieder | 2010-04-19 | 1 | -2/+2 |
* | | object.c: remove unused functions | Junio C Hamano | 2010-01-17 | 1 | -21/+0 |
|/ |
|
* | object: call "check_sha1_signature" with the replacement sha1 | Christian Couder | 2009-05-31 | 1 | -4/+5 |
* | Unify signedness in hashing calls | Dan McGee | 2009-05-20 | 1 | -4/+4 |
* | Fix type-punning issues | Dan McGee | 2009-05-16 | 1 | -1/+2 |
* | bundle: allow the same ref to be given more than once | Junio C Hamano | 2009-01-17 | 1 | -0/+19 |
* | parse_object_buffer: don't ignore errors from the object specific parsing fun... | Martin Koegler | 2008-02-03 | 1 | -4/+8 |