Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'bw/c-plus-plus' into ds/lazy-load-trees | Junio C Hamano | 2018-04-11 | 1 | -14/+14 |
|\ | |||||
| * | object: rename function 'typename' to 'type_name' | Brandon Williams | 2018-02-14 | 1 | -10/+10 |
| * | object_info: change member name from 'typename' to 'type_name' | Brandon Williams | 2018-02-14 | 1 | -5/+5 |
* | | Merge branch 'bc/hash-algo' | Junio C Hamano | 2018-02-15 | 1 | -31/+29 |
|\ \ | |||||
| * | | sha1_file: switch uses of SHA-1 to the_hash_algo | brian m. carlson | 2018-02-02 | 1 | -26/+26 |
| * | | hash: create union for hash context allocation | brian m. carlson | 2018-02-02 | 1 | -11/+9 |
| |/ | |||||
* | | Merge branch 'po/object-id' | Junio C Hamano | 2018-02-15 | 1 | -47/+53 |
|\ \ | |||||
| * | | sha1_file: rename hash_sha1_file_literallypo/object-id | Patryk Obara | 2018-01-30 | 1 | -2/+3 |
| * | | sha1_file: convert write_loose_object to object_id | Patryk Obara | 2018-01-30 | 1 | -12/+16 |
| * | | sha1_file: convert force_object_loose to object_id | Patryk Obara | 2018-01-30 | 1 | -5/+5 |
| * | | sha1_file: convert write_sha1_file to object_id | Patryk Obara | 2018-01-30 | 1 | -14/+15 |
| * | | sha1_file: convert hash_sha1_file to object_id | Patryk Obara | 2018-01-30 | 1 | -13/+13 |
| * | | sha1_file: convert pretend_sha1_file to object_id | Patryk Obara | 2018-01-30 | 1 | -5/+5 |
| |/ | |||||
* | | Merge branch 'cc/sha1-file-name' | Junio C Hamano | 2018-02-13 | 1 | -14/+26 |
|\ \ | |||||
| * | | sha1_file: improve sha1_file_name() perfscc/sha1-file-name | Christian Couder | 2018-01-19 | 1 | -2/+2 |
| * | | sha1_file: remove static strbuf from sha1_file_name() | Christian Couder | 2018-01-17 | 1 | -13/+25 |
| * | | Merge branch 'jk/info-alternates-fix' into maint | Junio C Hamano | 2017-11-21 | 1 | -1/+3 |
| |\ \ | |||||
* | \ \ | Merge branch 'tb/crlf-conv-flags' | Junio C Hamano | 2018-02-13 | 1 | -6/+6 |
|\ \ \ \ | |||||
| * | | | | convert_to_git(): safe_crlf/checksafe becomes int conv_flagstb/crlf-conv-flags | Torsten Bögershausen | 2018-01-16 | 1 | -6/+6 |
| | |_|/ | |/| | | |||||
* | | | | Merge branch 'gs/retire-mru' | Junio C Hamano | 2018-02-13 | 1 | -1/+0 |
|\ \ \ \ | |||||
| * | | | | mru: Replace mru.[ch] with list.h implementationgs/retire-mru | Gargi Sharma | 2018-01-24 | 1 | -1/+0 |
* | | | | | Merge branch 'jh/fsck-promisors' | Junio C Hamano | 2018-02-13 | 1 | -8/+24 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | sha1_file: support lazily fetching missing objects | Jonathan Tan | 2017-12-08 | 1 | -8/+24 |
| | |/ / | |/| | | |||||
* | | | | Merge branch 'ds/for-each-file-in-obj-micro-optim' | Junio C Hamano | 2017-12-13 | 1 | -5/+7 |
|\ \ \ \ | |||||
| * | | | | sha1_file: use strbuf_add() instead of strbuf_addf()ds/for-each-file-in-obj-micro-optim | Derrick Stolee | 2017-12-04 | 1 | -5/+7 |
* | | | | | Merge branch 'bc/hash-algo' | Junio C Hamano | 2017-12-13 | 1 | -0/+58 |
|\ \ \ \ \ | |||||
| * | | | | | Add structure representing hash algorithm | brian m. carlson | 2017-11-13 | 1 | -0/+58 |
* | | | | | | Merge branch 'jk/fewer-pack-rescan' | Junio C Hamano | 2017-12-06 | 1 | -0/+3 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | |||||
| * | | | | | sha1_file: fast-path null sha1 as a missing objectjk/fewer-pack-rescan | Jeff King | 2017-11-22 | 1 | -0/+3 |
| * | | | | | Merge branch 'jk/info-alternates-fix' into maint | Junio C Hamano | 2017-10-23 | 1 | -20/+11 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'jk/write-in-full-fix' into maint | Junio C Hamano | 2017-10-23 | 1 | -1/+1 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'jk/sha1-loose-object-info-fix' into maint | Junio C Hamano | 2017-10-18 | 1 | -2/+6 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'jk/drop-sha1-entry-pos' into maint | Junio C Hamano | 2017-10-18 | 1 | -11/+0 |
| |\ \ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ \ | Merge branch 'tb/add-renormalize' | Junio C Hamano | 2017-11-27 | 1 | -2/+14 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | add: introduce "--renormalize"tb/add-renormalize | Torsten Bögershausen | 2017-11-17 | 1 | -2/+14 |
| | |_|_|_|_|_|/ / / | |/| | | | | | | | | |||||
* | | | | | | | | | | Merge branch 'jk/info-alternates-fix' | Junio C Hamano | 2017-11-15 | 1 | -1/+3 |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | | / | | |_|_|_|_|_|_|/ | |/| | | | | | | | |||||
| * | | | | | | | | link_alt_odb_entries: make empty input a noopjk/info-alternates-fix | Jeff King | 2017-11-13 | 1 | -1/+3 |
| | |_|_|_|_|/ / | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'rs/hex-to-bytes-cleanup' | Junio C Hamano | 2017-11-09 | 1 | -13/+11 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | sha1_file: use hex_to_bytes()rs/hex-to-bytes-cleanup | René Scharfe | 2017-11-01 | 1 | -13/+11 |
| | |/ / / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'bc/object-id' | Junio C Hamano | 2017-11-06 | 1 | -16/+16 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | refs: convert resolve_gitlink_ref to struct object_id | brian m. carlson | 2017-10-16 | 1 | -1/+1 |
| * | | | | | | | | sha1_file: convert index_path and index_fd to struct object_id | brian m. carlson | 2017-10-16 | 1 | -15/+15 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge branch 'ma/lockfile-fixes' | Junio C Hamano | 2017-11-06 | 1 | -11/+8 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | |||||
| * | | | | | | | sha1_file: do not leak `lock_file` | Martin Ågren | 2017-10-06 | 1 | -11/+8 |
| | |_|_|_|_|/ | |/| | | | | | |||||
* | | | | | | | Merge branch 'jk/sha1-loose-object-info-fix' | Junio C Hamano | 2017-10-11 | 1 | -2/+6 |
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | |||||
| * | | | | | | sha1_loose_object_info: handle errors from unpack_sha1_restjk/sha1-loose-object-info-fix | Jeff King | 2017-10-06 | 1 | -2/+6 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | Merge branch 'jk/read-in-full' | Junio C Hamano | 2017-10-03 | 1 | -3/+8 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | |||||
| * | | | | | avoid looking at errno for short read_in_full() returns | Jeff King | 2017-09-27 | 1 | -3/+8 |
* | | | | | | Merge branch 'jk/info-alternates-fix' | Junio C Hamano | 2017-09-25 | 1 | -20/+11 |
|\ \ \ \ \ \ | |/ / / / / |/| | / / / | | |/ / / | |/| | | | |||||
| * | | | | read_info_alternates: warn on non-trivial errors | Jeff King | 2017-09-20 | 1 | -0/+1 |