summaryrefslogtreecommitdiff
path: root/builtin/hash-object.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-13hash-object: always try to set up the git repositoryLibravatar Jeff King1-5/+8
2016-02-10Merge branch 'jk/options-cleanup'Libravatar Junio C Hamano1-5/+6
2016-02-01give "nbuf" strbuf a more meaningful nameLibravatar Jeff King1-5/+6
2016-01-15hash-object: read --stdin-paths with strbuf_getline()Libravatar Junio C Hamano1-1/+1
2016-01-15strbuf: introduce strbuf_getline_{lf,nul}()Libravatar Junio C Hamano1-1/+1
2015-10-16usage: do not insist that standard input must come from a fileLibravatar Junio C Hamano1-1/+1
2015-05-11Merge branch 'jc/hash-object'Libravatar Junio C Hamano1-3/+1
2015-05-05hash-object --literally: fix buffer overrun with extra-long object typeLibravatar Eric Sunshine1-3/+1
2015-01-14standardize usage info string formatLibravatar Alex Henrie1-1/+1
2014-09-11hash-object: add --literally optionLibravatar Junio C Hamano1-9/+36
2014-09-11hash-object: pass 'write_object' as a flagLibravatar Junio C Hamano1-17/+15
2014-09-11hash-object: reduce file-scope staticsLibravatar Junio C Hamano1-29/+23
2013-08-07hash-object: replace stdin parsing OPT_BOOLEAN by OPT_COUNTUPLibravatar Stefan Beller1-1/+1
2013-08-05Replace deprecated OPT_BOOLEAN by OPT_BOOLLibravatar Stefan Beller1-3/+3
2012-08-20i18n: hash-object: mark parseopt strings for translationLibravatar Nguyễn Thái Ngọc Duy1-8/+8
2011-05-09index_fd(): turn write_object and format_check arguments into one flagLibravatar Junio C Hamano1-1/+4
2011-03-22Fix sparse warningsLibravatar Stephen Boyd1-1/+1
2011-02-07Make hash-object more robust against malformed objectsLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2010-03-10Merge branch 'lt/deepen-builtin-source'Libravatar Junio C Hamano1-0/+134
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLibravatar Linus Torvalds1-0/+134