aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/hash-object.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-23config: move Git config parsing into "environment.c"Patrick Steinhardt1-0/+1
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt1-1/+1
2025-07-17Merge branch 'bc/use-sha256-by-default-in-3.0' into ps/config-wo-the-repositoryJunio C Hamano1-1/+1
2025-07-01builtin: use default hash when outside a repositorybrian m. carlson1-1/+1
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt1-1/+1
2025-05-16hash-object: handle --literally with OPT_NEGBITJeff King1-16/+11
2025-05-16hash-object: merge HASH_* and INDEX_* flagsJeff King1-17/+6
2025-05-16hash-object: stop allowing unknown typesJeff King1-24/+5
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt1-1/+1
2025-04-15object-file: split up concerns of `HASH_*` flagsPatrick Steinhardt1-6/+17
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai1-0/+1
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai1-1/+4
2024-05-21builtin/hash-object: fix uninitialized hash functionPatrick Steinhardt1-0/+3
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-1/+0
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren1-1/+2
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren1-0/+1
2023-03-21write-or-die.h: move declarations for write-or-die.c functions from cache.hElijah Newren1-0/+1
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren1-0/+1
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren1-0/+1
2023-01-27Merge branch 'jk/hash-object-literally-fd-leak'Junio C Hamano1-0/+1
2023-01-19hash-object: fix descriptor leak with --literallyJeff King1-0/+1
2022-10-13doc txt & -h consistency: add missing optionsÆvar Arnfjörð Bjarmason1-2/+2
2022-10-13doc txt & -h consistency: word-wrapÆvar Arnfjörð Bjarmason1-1/+2
2022-03-16Merge branch 'ab/object-file-api-updates'Junio C Hamano1-1/+1
2022-02-25object API: rename hash_object_file_literally() to write_*()Ævar Arnfjörð Bjarmason1-1/+1
2022-02-25Merge branch 'ja/i18n-common-messages'Junio C Hamano1-1/+1
2022-02-06hash-object: fix a trivial leak in --pathÆvar Arnfjörð Bjarmason1-2/+7
2022-02-04i18n: remove from i18n strings that do not hold translatable partsJean-Noël Avila1-1/+1
2021-09-15Merge branch 'jc/prefix-filename-allocates'Junio C Hamano1-1/+1
2021-09-07hash-object: prefix_filename() returns allocated memory these daysJunio C Hamano1-1/+1
2021-08-25use xopen() to handle fatal open(2) failuresRené Scharfe1-3/+1
2019-05-13builtin: consistently pass cmd_* prefix to parse_optionsJeff King1-1/+1
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy1-1/+2
2018-09-21sha1-file.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy1-1/+1
2018-07-18Merge branch 'sb/object-store-grafts'Junio C Hamano1-0/+1
2018-05-16object-store: move object access functions to object-store.hStefan Beller1-0/+1
2018-04-11exec_cmd: rename to use dash in file nameStefan Beller1-1/+1
2018-01-30sha1_file: rename hash_sha1_file_literallyPatryk Obara1-1/+2
2017-08-20sha1_file: convert hash_sha1_file_literally to struct object_idPatryk Obara1-1/+1
2017-08-20sha1_file: convert index_fd to struct object_idPatryk Obara1-1/+1
2017-08-20builtin/hash-object: convert to struct object_idPatryk Obara1-6/+6
2017-06-15config: don't include config.h by defaultBrandon Williams1-0/+1
2017-03-21prefix_filename: return newly allocated stringJeff King1-1/+1
2017-03-21prefix_filename: drop length parameterJeff King1-6/+3
2017-03-21hash-object: fix buffer reuse with --path in a subdirectoryJeff King1-2/+5
2016-09-13hash-object: always try to set up the git repositoryJeff King1-5/+8
2016-02-10Merge branch 'jk/options-cleanup'Junio C Hamano1-5/+6
2016-02-01give "nbuf" strbuf a more meaningful nameJeff King1-5/+6