summaryrefslogtreecommitdiff
path: root/builtin/hash-object.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'lt/deepen-builtin-source'Junio C Hamano2010-03-101-4/+4
* Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds2010-02-221-0/+134