summaryrefslogtreecommitdiffstats
path: root/sha1_file.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* packfile: add repository argument to find_pack_entryStefan Beller2018-03-261-3/+3
* packfile: add repository argument to reprepare_packed_gitStefan Beller2018-03-261-1/+1
* sha1_file: allow sha1_loose_object_info to handle arbitrary repositoriesJonathan Nieder2018-03-261-6/+5
* sha1_file: allow map_sha1_file to handle arbitrary repositoriesStefan Beller2018-03-261-2/+3
* sha1_file: allow map_sha1_file_1 to handle arbitrary repositoriesJonathan Nieder2018-03-261-5/+3
* sha1_file: allow open_sha1_file to handle arbitrary repositoriesStefan Beller2018-03-261-6/+5
* sha1_file: allow stat_sha1_file to handle arbitrary repositoriesStefan Beller2018-03-261-6/+5
* sha1_file: allow sha1_file_name to handle arbitrary repositoriesStefan Beller2018-03-261-2/+2
* sha1_file: add repository argument to sha1_loose_object_infoStefan Beller2018-03-261-4/+5
* sha1_file: add repository argument to map_sha1_fileStefan Beller2018-03-261-2/+2
* sha1_file: add repository argument to map_sha1_file_1Stefan Beller2018-03-261-5/+6
* sha1_file: add repository argument to open_sha1_fileStefan Beller2018-03-261-2/+4
* sha1_file: add repository argument to stat_sha1_fileStefan Beller2018-03-261-4/+5
* sha1_file: add repository argument to sha1_file_nameStefan Beller2018-03-261-5/+5
* sha1_file: allow prepare_alt_odb to handle arbitrary repositoriesStefan Beller2018-03-261-8/+5
* sha1_file: allow link_alt_odb_entries to handle arbitrary repositoriesStefan Beller2018-03-261-20/+16
* sha1_file: add repository argument to prepare_alt_odbStefan Beller2018-03-261-6/+6
* sha1_file: add repository argument to link_alt_odb_entriesStefan Beller2018-03-261-6/+13
* sha1_file: add repository argument to read_info_alternatesStefan Beller2018-03-261-4/+7
* sha1_file: add repository argument to link_alt_odb_entryStefan Beller2018-03-261-3/+5
* sha1_file: add raw_object_store argument to alt_odb_usableStefan Beller2018-03-261-3/+5
* object-store: move alt_odb_list and alt_odb_tail to object storeStefan Beller2018-03-231-13/+12
* repository: introduce raw object store fieldStefan Beller2018-03-231-1/+3
* sha1_file.c: move delayed getenv(altdb) back to setup_git_env()Nguyễn Thái Ngọc Duy2018-03-051-5/+1
* Merge branch 'cc/sha1-file-name'Junio C Hamano2018-02-131-14/+26
|\
| * sha1_file: improve sha1_file_name() perfsChristian Couder2018-01-191-2/+2
| * sha1_file: remove static strbuf from sha1_file_name()Christian Couder2018-01-171-13/+25
| * Merge branch 'jk/info-alternates-fix' into maintJunio C Hamano2017-11-211-1/+3
| |\
* | \ Merge branch 'tb/crlf-conv-flags'Junio C Hamano2018-02-131-6/+6
|\ \ \
| * | | convert_to_git(): safe_crlf/checksafe becomes int conv_flagsTorsten Bögershausen2018-01-161-6/+6
* | | | Merge branch 'gs/retire-mru'Junio C Hamano2018-02-131-1/+0
|\ \ \ \
| * | | | mru: Replace mru.[ch] with list.h implementationGargi Sharma2018-01-241-1/+0
* | | | | Merge branch 'jh/fsck-promisors'Junio C Hamano2018-02-131-8/+24
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | sha1_file: support lazily fetching missing objectsJonathan Tan2017-12-081-8/+24
| | |/ / | |/| |
* | | | Merge branch 'ds/for-each-file-in-obj-micro-optim'Junio C Hamano2017-12-131-5/+7
|\ \ \ \
| * | | | sha1_file: use strbuf_add() instead of strbuf_addf()Derrick Stolee2017-12-041-5/+7
* | | | | Merge branch 'bc/hash-algo'Junio C Hamano2017-12-131-0/+58
|\ \ \ \ \
| * | | | | Add structure representing hash algorithmbrian m. carlson2017-11-131-0/+58
* | | | | | Merge branch 'jk/fewer-pack-rescan'Junio C Hamano2017-12-061-0/+3
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | sha1_file: fast-path null sha1 as a missing objectJeff King2017-11-221-0/+3
| * | | | | Merge branch 'jk/info-alternates-fix' into maintJunio C Hamano2017-10-231-20/+11
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'jk/write-in-full-fix' into maintJunio C Hamano2017-10-231-1/+1
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'jk/sha1-loose-object-info-fix' into maintJunio C Hamano2017-10-181-2/+6
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'jk/drop-sha1-entry-pos' into maintJunio C Hamano2017-10-181-11/+0
| |\ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ Merge branch 'tb/add-renormalize'Junio C Hamano2017-11-271-2/+14
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | add: introduce "--renormalize"Torsten Bögershausen2017-11-171-2/+14
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'jk/info-alternates-fix'Junio C Hamano2017-11-151-1/+3
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | | / | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | link_alt_odb_entries: make empty input a noopJeff King2017-11-131-1/+3
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge branch 'rs/hex-to-bytes-cleanup'Junio C Hamano2017-11-091-13/+11
|\ \ \ \ \ \ \ \
| * | | | | | | | sha1_file: use hex_to_bytes()René Scharfe2017-11-011-13/+11
| | |/ / / / / / | |/| | | | | |