Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren
2023-03-21write-or-die.h: move declarations for write-or-die.c functions from cache.hElijah Newren
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2023-01-27Merge branch 'jk/hash-object-literally-fd-leak'Junio C Hamano
2023-01-19hash-object: fix descriptor leak with --literallyJeff King
2022-10-13doc txt & -h consistency: add missing optionsÆvar Arnfjörð Bjarmason
2022-10-13doc txt & -h consistency: word-wrapÆvar Arnfjörð Bjarmason
2022-03-17Merge branch 'ab/object-file-api-updates'Junio C Hamano
2022-02-26object API: rename hash_object_file_literally() to write_*()Ævar Arnfjörð Bjarmason
2022-02-26Merge branch 'ja/i18n-common-messages'Junio C Hamano
2022-02-07hash-object: fix a trivial leak in --pathÆvar Arnfjörð Bjarmason
2022-02-05i18n: remove from i18n strings that do not hold translatable partsJean-Noël Avila
2021-09-15Merge branch 'jc/prefix-filename-allocates'Junio C Hamano
2021-09-08hash-object: prefix_filename() returns allocated memory these daysJunio C Hamano
2021-08-26use xopen() to handle fatal open(2) failuresRené Scharfe
2019-05-13builtin: consistently pass cmd_* prefix to parse_optionsJeff King
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy
2018-09-21sha1-file.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-07-18Merge branch 'sb/object-store-grafts'Junio C Hamano
2018-05-16object-store: move object access functions to object-store.hStefan Beller
2018-04-11exec_cmd: rename to use dash in file nameStefan Beller
2018-01-30sha1_file: rename hash_sha1_file_literallyPatryk Obara
2017-08-21sha1_file: convert hash_sha1_file_literally to struct object_idPatryk Obara
2017-08-21sha1_file: convert index_fd to struct object_idPatryk Obara
2017-08-21builtin/hash-object: convert to struct object_idPatryk Obara
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-03-21prefix_filename: return newly allocated stringJeff King
2017-03-21prefix_filename: drop length parameterJeff King
2017-03-21hash-object: fix buffer reuse with --path in a subdirectoryJeff King
2016-09-14hash-object: always try to set up the git repositoryJeff King
2016-02-11Merge branch 'jk/options-cleanup'Junio C Hamano
2016-02-02give "nbuf" strbuf a more meaningful nameJeff King
2016-01-15hash-object: read --stdin-paths with strbuf_getline()Junio C Hamano
2016-01-15strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano
2015-10-17usage: do not insist that standard input must come from a fileJunio C Hamano
2015-05-12Merge branch 'jc/hash-object'Junio C Hamano
2015-05-05hash-object --literally: fix buffer overrun with extra-long object typeEric Sunshine
2015-01-14standardize usage info string formatAlex Henrie
2014-09-12hash-object: add --literally optionJunio C Hamano
2014-09-11hash-object: pass 'write_object' as a flagJunio C Hamano
2014-09-11hash-object: reduce file-scope staticsJunio C Hamano
2013-08-07hash-object: replace stdin parsing OPT_BOOLEAN by OPT_COUNTUPStefan Beller
2013-08-05Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller
2012-08-20i18n: hash-object: mark parseopt strings for translationNguyễn Thái Ngọc Duy
2011-05-09index_fd(): turn write_object and format_check arguments into one flagJunio C Hamano