Age | Commit message (Expand) | Author | Files | Lines |
2018-06-29 | tag: add repository argument to deref_tag | Stefan Beller | 1 | -1/+3 |
2018-06-29 | commit: add repository argument to lookup_commit | Stefan Beller | 1 | -7/+10 |
2018-06-29 | commit: add repository argument to lookup_commit_reference_gently | Stefan Beller | 1 | -3/+6 |
2018-06-29 | Merge branch 'sb/object-store-grafts' into sb/object-store-lookup | Junio C Hamano | 1 | -36/+38 |
2018-06-25 | Merge branch 'nd/reject-empty-shallow-request' | Junio C Hamano | 1 | -0/+3 |
2018-06-25 | Merge branch 'nd/commit-util-to-slab' | Junio C Hamano | 1 | -12/+28 |
2018-06-04 | upload-pack: reject shallow requests that would return nothing | Nguyễn Thái Ngọc Duy | 1 | -0/+3 |
2018-05-30 | Merge branch 'js/use-bug-macro' | Junio C Hamano | 1 | -3/+3 |
2018-05-21 | shallow.c: use commit-slab for commit depth instead of commit->util | Nguyễn Thái Ngọc Duy | 1 | -12/+28 |
2018-05-18 | shallow: migrate shallow information into the object parser | Stefan Beller | 1 | -27/+23 |
2018-05-18 | path.c: migrate global git_path_* to take a repository argument | Stefan Beller | 1 | -5/+7 |
2018-05-18 | shallow: add repository argument to is_repository_shallow | Stefan Beller | 1 | -4/+4 |
2018-05-18 | shallow: add repository argument to check_shallow_file_for_update | Stefan Beller | 1 | -3/+4 |
2018-05-18 | shallow: add repository argument to register_shallow | Stefan Beller | 1 | -2/+2 |
2018-05-18 | shallow: add repository argument to set_alternate_shallow_file | Stefan Beller | 1 | -1/+1 |
2018-05-18 | commit: add repository argument to lookup_commit_graft | Jonathan Nieder | 1 | -2/+3 |
2018-05-16 | commit: add repository argument to register_commit_graft | Jonathan Nieder | 1 | -1/+2 |
2018-05-16 | object-store: move object access functions to object-store.h | Stefan Beller | 1 | -0/+1 |
2018-05-10 | lock_file: make function-local locks non-static | Martin Ågren | 1 | -1/+1 |
2018-05-06 | Replace all die("BUG: ...") calls by BUG() ones | Johannes Schindelin | 1 | -3/+3 |
2017-09-29 | Merge branch 'ma/leakplugs' | Junio C Hamano | 1 | -1/+1 |
2017-09-25 | Merge branch 'jk/write-in-full-fix' | Junio C Hamano | 1 | -3/+3 |
2017-09-24 | object_array: add and use `object_array_pop()` | Martin Ågren | 1 | -1/+1 |
2017-09-14 | avoid "write_in_full(fd, buf, len) != len" pattern | Jeff King | 1 | -3/+3 |
2017-09-06 | tempfile: auto-allocate tempfiles on heap | Jeff King | 1 | -7/+6 |
2017-09-06 | tempfile: do not delete tempfile on failed close | Jeff King | 1 | -1/+1 |
2017-09-06 | always check return value of close_tempfile | Jeff King | 1 | -2/+2 |
2017-09-06 | setup_temporary_shallow: move tempfile struct into function | Jeff King | 1 | -6/+5 |
2017-09-06 | setup_temporary_shallow: avoid using inactive tempfile | Jeff King | 1 | -1/+1 |
2017-07-13 | commit: convert lookup_commit_graft to struct object_id | Stefan Beller | 1 | -2/+2 |
2017-07-12 | Merge branch 'rs/use-div-round-up' | Junio C Hamano | 1 | -4/+4 |
2017-07-10 | use DIV_ROUND_UP | René Scharfe | 1 | -4/+4 |
2017-05-29 | Merge branch 'js/plug-leaks' | Junio C Hamano | 1 | -2/+6 |
2017-05-08 | Convert lookup_commit* to struct object_id | brian m. carlson | 1 | -10/+10 |
2017-05-08 | Convert remaining callers of lookup_commit_reference* to object_id | brian m. carlson | 1 | -3/+3 |
2017-05-08 | shallow: convert shallow registration functions to object_id | brian m. carlson | 1 | -6/+6 |
2017-05-08 | shallow: avoid memory leak | Johannes Schindelin | 1 | -2/+6 |
2017-03-31 | Rename sha1_array to oid_array | brian m. carlson | 1 | -6/+6 |
2017-03-28 | sha1-array: convert internal storage for struct sha1_array to object_id | brian m. carlson | 1 | -13/+13 |
2016-12-21 | Merge branch 'nd/shallow-fixup' | Junio C Hamano | 1 | -19/+20 |
2016-12-07 | shallow.c: remove useless code | Nguyễn Thái Ngọc Duy | 1 | -4/+0 |
2016-12-07 | shallow.c: bit manipulation tweaks | Rasmus Villemoes | 1 | -4/+4 |
2016-12-07 | shallow.c: avoid theoretical pointer wrap-around | Rasmus Villemoes | 1 | -1/+1 |
2016-12-07 | shallow.c: make paint_alloc slightly more robust | Nguyễn Thái Ngọc Duy | 1 | -0/+3 |
2016-12-07 | shallow.c: stop abusing COMMIT_SLAB_SIZE for paint_info's memory pools | Nguyễn Thái Ngọc Duy | 1 | -2/+4 |
2016-12-07 | shallow.c: rename fields in paint_info to better express their purposes | Nguyễn Thái Ngọc Duy | 1 | -9/+9 |
2016-10-31 | Merge branch 'ls/filter-process' | Junio C Hamano | 1 | -1/+1 |
2016-10-17 | pkt-line: rename packet_write() to packet_write_fmt() | Lars Schneider | 1 | -1/+1 |
2016-10-10 | Merge branch 'nd/shallow-deepen' | Junio C Hamano | 1 | -0/+78 |
2016-08-01 | pass constants as first argument to st_mult() | René Scharfe | 1 | -1/+1 |