Age | Commit message (Expand) | Author | Files | Lines |
2019-05-13 | builtin: consistently pass cmd_* prefix to parse_options | Jeff King | 1 | -1/+1 |
2019-01-24 | cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
2018-09-21 | sha1-file.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2018-07-18 | Merge branch 'sb/object-store-grafts' | Junio C Hamano | 1 | -0/+1 |
2018-05-16 | object-store: move object access functions to object-store.h | Stefan Beller | 1 | -0/+1 |
2018-04-11 | exec_cmd: rename to use dash in file name | Stefan Beller | 1 | -1/+1 |
2018-01-30 | sha1_file: rename hash_sha1_file_literally | Patryk Obara | 1 | -1/+2 |
2017-08-20 | sha1_file: convert hash_sha1_file_literally to struct object_id | Patryk Obara | 1 | -1/+1 |
2017-08-20 | sha1_file: convert index_fd to struct object_id | Patryk Obara | 1 | -1/+1 |
2017-08-20 | builtin/hash-object: convert to struct object_id | Patryk Obara | 1 | -6/+6 |
2017-06-15 | config: don't include config.h by default | Brandon Williams | 1 | -0/+1 |
2017-03-21 | prefix_filename: return newly allocated string | Jeff King | 1 | -1/+1 |
2017-03-21 | prefix_filename: drop length parameter | Jeff King | 1 | -6/+3 |
2017-03-21 | hash-object: fix buffer reuse with --path in a subdirectory | Jeff King | 1 | -2/+5 |
2016-09-13 | hash-object: always try to set up the git repository | Jeff King | 1 | -5/+8 |
2016-02-10 | Merge branch 'jk/options-cleanup' | Junio C Hamano | 1 | -5/+6 |
2016-02-01 | give "nbuf" strbuf a more meaningful name | Jeff King | 1 | -5/+6 |
2016-01-15 | hash-object: read --stdin-paths with strbuf_getline() | Junio C Hamano | 1 | -1/+1 |
2016-01-15 | strbuf: introduce strbuf_getline_{lf,nul}() | Junio C Hamano | 1 | -1/+1 |
2015-10-16 | usage: do not insist that standard input must come from a file | Junio C Hamano | 1 | -1/+1 |
2015-05-11 | Merge branch 'jc/hash-object' | Junio C Hamano | 1 | -3/+1 |
2015-05-05 | hash-object --literally: fix buffer overrun with extra-long object type | Eric Sunshine | 1 | -3/+1 |
2015-01-14 | standardize usage info string format | Alex Henrie | 1 | -1/+1 |
2014-09-11 | hash-object: add --literally option | Junio C Hamano | 1 | -9/+36 |
2014-09-11 | hash-object: pass 'write_object' as a flag | Junio C Hamano | 1 | -17/+15 |
2014-09-11 | hash-object: reduce file-scope statics | Junio C Hamano | 1 | -29/+23 |
2013-08-07 | hash-object: replace stdin parsing OPT_BOOLEAN by OPT_COUNTUP | Stefan Beller | 1 | -1/+1 |
2013-08-05 | Replace deprecated OPT_BOOLEAN by OPT_BOOL | Stefan Beller | 1 | -3/+3 |
2012-08-20 | i18n: hash-object: mark parseopt strings for translation | Nguyễn Thái Ngọc Duy | 1 | -8/+8 |
2011-05-09 | index_fd(): turn write_object and format_check arguments into one flag | Junio C Hamano | 1 | -1/+4 |
2011-03-22 | Fix sparse warnings | Stephen Boyd | 1 | -1/+1 |
2011-02-07 | Make hash-object more robust against malformed objects | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2010-03-10 | Merge branch 'lt/deepen-builtin-source' | Junio C Hamano | 1 | -0/+134 |
2010-02-22 | Move 'builtin-*' into a 'builtin/' subdirectory | Linus Torvalds | 1 | -0/+134 |