summaryrefslogtreecommitdiff
path: root/builtin/hash-object.c
AgeCommit message (Expand)Author
2016-01-15strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano
2015-10-16usage: do not insist that standard input must come from a fileJunio C Hamano
2015-05-11Merge 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-11hash-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
2011-03-22Fix sparse warningsStephen Boyd
2011-02-07Make hash-object more robust against malformed objectsNguyễn Thái Ngọc Duy
2010-03-10Merge branch 'lt/deepen-builtin-source'Junio C Hamano
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds