| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix spelling errors in code comments | Elijah Newren | 2019-11-10 | 1 | -1/+1 |
* | Merge branch 'ew/server-info-remove-crufts' | Junio C Hamano | 2019-06-17 | 1 | -11/+7 |
|\ |
|
| * | server-info: do not list unlinked packs | Eric Wong | 2019-05-28 | 1 | -11/+7 |
* | | update-server-info: avoid needless overwrites | Eric Wong | 2019-05-15 | 1 | -24/+116 |
|/ |
|
* | update_info_refs(): drop unused force parameter | Jeff King | 2019-04-16 | 1 | -2/+2 |
* | server-info: drop objdirlen pointer arithmetic | Jeff King | 2019-04-16 | 1 | -8/+2 |
* | server-info: drop nr_alloc struct member | Jeff King | 2019-04-16 | 1 | -1/+1 |
* | server-info: use strbuf to read old info/packs file | Jeff King | 2019-04-16 | 1 | -10/+8 |
* | server-info: simplify cleanup in parse_pack_def() | Jeff King | 2019-04-16 | 1 | -3/+4 |
* | server-info: fix blind pointer arithmetic | Jeff King | 2019-04-16 | 1 | -10/+12 |
* | treewide: use get_all_packs | Derrick Stolee | 2018-08-20 | 1 | -2/+2 |
* | tag: add repository argument to deref_tag | Stefan Beller | 2018-06-29 | 1 | -1/+1 |
* | object: add repository argument to parse_object | Stefan Beller | 2018-06-29 | 1 | -1/+1 |
* | server-info: remove unused members from struct pack_info | brian m. carlson | 2018-05-02 | 1 | -7/+2 |
* | packfile: keep prepare_packed_git() privatesb/packfiles-in-repository | Nguyễn Thái Ngọc Duy | 2018-03-26 | 1 | -1/+0 |
* | packfile: add repository argument to prepare_packed_git | Stefan Beller | 2018-03-26 | 1 | -1/+1 |
* | object-store: move packed_git and packed_git_mru to object store | Stefan Beller | 2018-03-26 | 1 | -2/+4 |
* | pack: move {,re}prepare_packed_git and approximate_object_count | Jonathan Tan | 2017-08-23 | 1 | -0/+1 |
* | Merge branch 'nd/fopen-errors' | Junio C Hamano | 2017-06-13 | 1 | -1/+1 |
|\ |
|
| * | wrapper.c: add and use fopen_or_warn() | Nguyễn Thái Ngọc Duy | 2017-05-26 | 1 | -1/+1 |
* | | object: convert parse_object* to take struct object_id | brian m. carlson | 2017-05-08 | 1 | -1/+1 |
|/ |
|
* | server-info: avoid calling fclose(3) twice in update_info_file()rs/misc-cppcheck-fixes | René Scharfe | 2017-04-17 | 1 | -3/+5 |
* | use QSORT | René Scharfe | 2016-09-29 | 1 | -1/+1 |
* | server-info.c: use error_errno() | Nguyễn Thái Ngọc Duy | 2016-05-09 | 1 | -1/+1 |
* | Convert struct object to object_id | brian m. carlson | 2015-11-20 | 1 | -1/+1 |
* | add_info_ref(): rewrite to take an object_id argument | Michael Haggerty | 2015-05-25 | 1 | -7/+5 |
* | each_ref_fn: change to take an object_id parameter | Michael Haggerty | 2015-05-25 | 1 | -1/+4 |
* | update-server-info: create info/* with mode 0666jk/prune-packed-server-info | Jeff King | 2015-01-06 | 1 | -1/+1 |
* | server-info: clean up after writing info/packs | Jeff King | 2014-09-15 | 1 | -0/+9 |
* | make update-server-info more robust | Jeff King | 2014-09-15 | 1 | -45/+71 |
* | update-server-info: Shorten read_pack_info_file() | Ralf Thielow | 2010-07-19 | 1 | -3/+0 |
* | Merge branch 'ar/unlink-err' | Junio C Hamano | 2009-05-18 | 1 | -1/+1 |
|\ |
|
| * | replace direct calls to unlink(2) with unlink_or_warn | Alex Riesen | 2009-04-29 | 1 | -1/+1 |
* | | Fix a bunch of pointer declarations (codestyle) | Felipe Contreras | 2009-05-01 | 1 | -2/+2 |
|/ |
|
* | Use git_pathdup instead of xstrdup(git_path(...)) | Alex Riesen | 2008-10-30 | 1 | -1/+1 |
* | Don't access line[-1] for a zero-length "line" from fgets. | Jim Meyering | 2008-01-04 | 1 | -1/+1 |
* | Print the real filename that we failed to open. | André Goddard Rosa | 2007-11-25 | 1 | -1/+1 |
* | Fix core.sharedRepository = 2 | Johannes Schindelin | 2007-07-11 | 1 | -0/+2 |
* | Don't coredump on bad refs in update-server-info. | Shawn O. Pearce | 2007-01-31 | 1 | -0/+2 |
* | Tell between packed, unpacked and symbolic refs. | Junio C Hamano | 2006-09-20 | 1 | -1/+1 |
* | Add callback data to for_each_ref() family. | Junio C Hamano | 2006-09-20 | 1 | -2/+2 |
* | Replace uses of strdup with xstrdup. | Shawn Pearce | 2006-09-02 | 1 | -1/+1 |
* | Remove TYPE_* constant macros and use object_type enums consistently. | Linus Torvalds | 2006-07-12 | 1 | -1/+1 |
* | Assorted typo fixes | Pavel Roskin | 2006-07-09 | 1 | -1/+1 |
* | Shrink "struct object" a bit | Linus Torvalds | 2006-06-17 | 1 | -1/+1 |
* | server-info: skip empty lines. | Junio C Hamano | 2005-12-21 | 1 | -1/+4 |
* | objects/info/packs: work around bug in http-fetch.c::fetch_indices() | Junio C Hamano | 2005-12-21 | 1 | -0/+1 |
* | qsort(): ptrdiff_t may be larger than int | Junio C Hamano | 2005-12-08 | 1 | -1/+6 |
* | server-info.c: and two functions are not used anymore. | Junio C Hamano | 2005-12-05 | 1 | -33/+0 |
* | server-info.c: use pack_local like everybody else. | Junio C Hamano | 2005-12-05 | 1 | -4/+2 |