summaryrefslogtreecommitdiff
path: root/sha1_file.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'nd/pack-ofs-4gb-limit' into maintJunio C Hamano2016-08-081-1/+1
|\
| * pack-objects: pass length to check_pack_crc() without truncationNguyễn Thái Ngọc Duy2016-07-121-1/+1
* | Merge branch 'nd/worktree-various-heads'Junio C Hamano2016-05-231-1/+1
|\ \
| * | dir.c: rename str(n)cmp_icase to fspath(n)cmpNguyễn Thái Ngọc Duy2016-04-221-1/+1
| |/
* | sha1_file.c: use {error,die,warning}_errno()Nguyễn Thái Ngọc Duy2016-05-091-19/+13
|/
* Merge branch 'jk/pack-idx-corruption-safety'Junio C Hamano2016-03-041-0/+17
|\
| * sha1_file.c: mark strings for translationNguyễn Thái Ngọc Duy2016-02-271-3/+3
| * use_pack: handle signed off_t overflowJeff King2016-02-251-0/+2
| * nth_packed_object_offset: bounds-check extended offsetJeff King2016-02-251-0/+15
* | Merge branch 'jk/tighten-alloc'Junio C Hamano2016-02-261-11/+13
|\ \
| * | use st_add and st_mult for allocation size computationJeff King2016-02-221-9/+11
| * | convert trivial cases to ALLOC_ARRAYJeff King2016-02-221-2/+2
* | | clone/sha1_file: read info/alternates with strbuf_getline()Junio C Hamano2016-01-151-1/+1
* | | strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano2016-01-151-1/+1
|/ /
* | Merge branch 'bc/format-patch-null-from-line'Junio C Hamano2015-12-211-0/+1
|\ \
| * | sha1_file.c: introduce a null_oid constantbrian m. carlson2015-12-141-0/+1
* | | Merge branch 'jk/prune-mtime'Junio C Hamano2015-12-151-2/+2
|\ \ \ | |/ / |/| |
| * | prune: close directory earlier during loose-object directory traversaljk/prune-mtimeJohannes Sixt2015-08-121-2/+2
* | | sha1_file: introduce has_object_file helper.brian m. carlson2015-11-201-0/+5
* | | Merge branch 'dk/gc-idx-wo-pack'Jeff King2015-11-201-17/+6
|\ \ \
| * | | prepare_packed_git(): refactor garbage reporting in pack directoryJunio C Hamano2015-08-171-17/+6
* | | | Merge branch 'js/misc-fixes'Junio C Hamano2015-10-301-1/+1
|\ \ \ \
| * | | | Silence GCC's "cast of pointer to integer of a different size" warningJohannes Schindelin2015-10-261-1/+1
* | | | | Merge branch 'jk/war-on-sprintf'Junio C Hamano2015-10-201-67/+59
|\ \ \ \ \
| * | | | | avoid sprintf and strcpy with flex arraysJeff King2015-10-051-2/+3
| * | | | | write_loose_object: convert to strbufJeff King2015-10-051-20/+22
| * | | | | sha1_get_pack_name: use a strbufJeff King2015-09-251-29/+10
| * | | | | use strip_suffix and xstrfmt to replace suffixJeff King2015-09-251-2/+4
| * | | | | add_packed_git: convert strcpy into xsnprintfJeff King2015-09-251-8/+13
| * | | | | use xsnprintf for generating git object headersJeff King2015-09-251-6/+7
* | | | | | Merge branch 'js/clone-dissociate'Junio C Hamano2015-10-151-22/+37
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | sha1_file.c: add a function to release all packsJohannes Schindelin2015-10-071-3/+20
| * | | | | sha1_file: consolidate code to close a pack's file descriptorJohannes Schindelin2015-10-051-20/+18
| | |_|_|/ | |/| | |
* | | | | Sync with 2.5.2Junio C Hamano2015-09-091-6/+3
|\ \ \ \ \
| * \ \ \ \ Sync with 2.4.9Junio C Hamano2015-09-041-6/+3
| |\ \ \ \ \ | | |/ / / /
| | * | | | Sync with 2.3.9Junio C Hamano2015-09-041-6/+3
| | |\ \ \ \
| | | * \ \ \ Sync with 2.2.3Junio C Hamano2015-09-041-6/+3
| | | |\ \ \ \ | | | | |/ / /
| | | | * | | read_info_alternates: handle paths larger than PATH_MAXJeff King2015-09-041-6/+3
| | | * | | | Merge branch 'rs/deflate-init-cleanup' into maintJunio C Hamano2015-03-231-1/+0
| | | |\ \ \ \
| | | * \ \ \ \ Merge branch 'jk/prune-mtime' into maintJunio C Hamano2015-03-051-13/+31
| | | |\ \ \ \ \
| | * | \ \ \ \ \ Merge branch 'jk/fix-refresh-utime' into maintJunio C Hamano2015-07-271-1/+9
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'jk/index-pack-reduce-recheck' into maintJunio C Hamano2015-07-271-1/+3
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge branch 'jk/diagnose-config-mmap-failure' into maintJunio C Hamano2015-06-251-4/+11
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge branch 'jh/filter-empty-contents' into maintJunio C Hamano2015-06-161-1/+1
| | |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Merge branch 'jk/sha1-file-reduce-useless-warnings' into maintJunio C Hamano2015-06-051-3/+1
| | |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jc/hash-object' into maintJunio C Hamano2015-05-261-4/+22
| | |\ \ \ \ \ \ \ \ \ \ \ \
| * | \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'cb/open-noatime-clear-errno' into maintJunio C Hamano2015-09-031-1/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'cb/open-noatime-clear-errno'Junio C Hamano2015-08-251-1/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | git_open_noatime: return with errno=0 on successcb/open-noatime-clear-errnoClemens Buchacher2015-08-121-1/+4
| | |_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'jk/git-path'Junio C Hamano2015-08-191-7/+40
|\ \ \ \ \ \ \ \ \ \ \ \ \ \