summaryrefslogtreecommitdiff
path: root/builtin/hash-object.c
Commit message (Expand)AuthorAgeFilesLines
* object-file.h: move declarations for object-file.c functions from cache.hElijah Newren2023-04-111-0/+1
* write-or-die.h: move declarations for write-or-die.c functions from cache.hElijah Newren2023-03-211-0/+1
* setup.h: move declarations for setup.c functions from cache.hElijah Newren2023-03-211-0/+1
* abspath.h: move absolute path functions from cache.hElijah Newren2023-03-211-0/+1
* treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-231-0/+1
* Merge branch 'jk/hash-object-literally-fd-leak'Junio C Hamano2023-01-271-0/+1
|\
| * hash-object: fix descriptor leak with --literallyJeff King2023-01-191-0/+1
* | doc txt & -h consistency: add missing optionsÆvar Arnfjörð Bjarmason2022-10-131-2/+2
* | doc txt & -h consistency: word-wrapÆvar Arnfjörð Bjarmason2022-10-131-1/+2
|/
* Merge branch 'ab/object-file-api-updates'Junio C Hamano2022-03-161-1/+1
|\
| * object API: rename hash_object_file_literally() to write_*()Ævar Arnfjörð Bjarmason2022-02-251-1/+1
* | Merge branch 'ja/i18n-common-messages'Junio C Hamano2022-02-251-1/+1
|\ \
| * | i18n: remove from i18n strings that do not hold translatable partsJean-Noël Avila2022-02-041-1/+1
| |/
* | hash-object: fix a trivial leak in --pathÆvar Arnfjörð Bjarmason2022-02-061-2/+7
|/
* Merge branch 'jc/prefix-filename-allocates'Junio C Hamano2021-09-151-1/+1
|\
| * hash-object: prefix_filename() returns allocated memory these daysJunio C Hamano2021-09-071-1/+1
* | use xopen() to handle fatal open(2) failuresRené Scharfe2021-08-251-3/+1
|/
* builtin: consistently pass cmd_* prefix to parse_optionsJeff King2019-05-131-1/+1
* cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy2019-01-241-1/+2
* sha1-file.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-1/+1
* Merge branch 'sb/object-store-grafts'Junio C Hamano2018-07-181-0/+1
|\
| * object-store: move object access functions to object-store.hStefan Beller2018-05-161-0/+1
* | exec_cmd: rename to use dash in file nameStefan Beller2018-04-111-1/+1
|/
* sha1_file: rename hash_sha1_file_literallypo/object-idPatryk Obara2018-01-301-1/+2
* sha1_file: convert hash_sha1_file_literally to struct object_idPatryk Obara2017-08-201-1/+1
* sha1_file: convert index_fd to struct object_idPatryk Obara2017-08-201-1/+1
* builtin/hash-object: convert to struct object_idPatryk Obara2017-08-201-6/+6
* config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
* prefix_filename: return newly allocated stringJeff King2017-03-211-1/+1
* prefix_filename: drop length parameterJeff King2017-03-211-6/+3
* hash-object: fix buffer reuse with --path in a subdirectoryJeff King2017-03-211-2/+5
* hash-object: always try to set up the git repositoryJeff King2016-09-131-5/+8
* Merge branch 'jk/options-cleanup'Junio C Hamano2016-02-101-5/+6
|\
| * give "nbuf" strbuf a more meaningful nameJeff King2016-02-011-5/+6
* | hash-object: read --stdin-paths with strbuf_getline()Junio C Hamano2016-01-151-1/+1
|/
* strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano2016-01-151-1/+1
* usage: do not insist that standard input must come from a filejc/usage-stdinJunio C Hamano2015-10-161-1/+1
* Merge branch 'jc/hash-object'Junio C Hamano2015-05-111-3/+1
|\
| * hash-object --literally: fix buffer overrun with extra-long object typeEric Sunshine2015-05-051-3/+1
* | standardize usage info string formatAlex Henrie2015-01-141-1/+1
|/
* hash-object: add --literally optionJunio C Hamano2014-09-111-9/+36
* hash-object: pass 'write_object' as a flagJunio C Hamano2014-09-111-17/+15
* hash-object: reduce file-scope staticsJunio C Hamano2014-09-111-29/+23
* hash-object: replace stdin parsing OPT_BOOLEAN by OPT_COUNTUPStefan Beller2013-08-071-1/+1
* Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller2013-08-051-3/+3
* i18n: hash-object: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-08-201-8/+8
* index_fd(): turn write_object and format_check arguments into one flagJunio C Hamano2011-05-091-1/+4
* Fix sparse warningsStephen Boyd2011-03-221-1/+1
* Make hash-object more robust against malformed objectsNguyễn Thái Ngọc Duy2011-02-071-1/+1