34 Commits (d966095db01190a2196e31195ea6fa0c722aa732)

Author SHA1 Message Date
Jeff King d64db5b334 builtin: consistently pass cmd_* prefix to parse_options 6 years ago
Nguyễn Thái Ngọc Duy f8adbec9fe cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch 6 years ago
Nguyễn Thái Ngọc Duy 58bf2a4cc7 sha1-file.c: remove implicit dependency on the_index 7 years ago
Stefan Beller cbd53a2193 object-store: move object access functions to object-store.h 7 years ago
Stefan Beller d807c4a01d exec_cmd: rename to use dash in file name 7 years ago
Patryk Obara 1752cbbc44 sha1_file: rename hash_sha1_file_literally 7 years ago
Patryk Obara da77611d73 sha1_file: convert hash_sha1_file_literally to struct object_id 8 years ago
Patryk Obara e3506559d4 sha1_file: convert index_fd to struct object_id 8 years ago
Patryk Obara eab8bf292b builtin/hash-object: convert to struct object_id 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
Jeff King e4da43b1f0 prefix_filename: return newly allocated string 8 years ago
Jeff King 116fb64e43 prefix_filename: drop length parameter 8 years ago
Jeff King a1be47e4ca hash-object: fix buffer reuse with --path in a subdirectory 8 years ago
Jeff King 0e94ee9415 hash-object: always try to set up the git repository 9 years ago
Jeff King 0d4cc1b45b give "nbuf" strbuf a more meaningful name 9 years ago
Junio C Hamano c0353c78e8 hash-object: read --stdin-paths with strbuf_getline() 9 years ago
Junio C Hamano 8f309aeb82 strbuf: introduce strbuf_getline_{lf,nul}() 9 years ago
Junio C Hamano 33e8fc8740 usage: do not insist that standard input must come from a file 9 years ago
Eric Sunshine 0c3db67cc8 hash-object --literally: fix buffer overrun with extra-long object type 10 years ago
Alex Henrie 9c9b4f2f8b standardize usage info string format 10 years ago
Junio C Hamano 5ba9a93b39 hash-object: add --literally option 11 years ago
Junio C Hamano 17b787f603 hash-object: pass 'write_object' as a flag 11 years ago
Junio C Hamano b64a984606 hash-object: reduce file-scope statics 11 years ago
Stefan Beller c83e8c1768 hash-object: replace stdin parsing OPT_BOOLEAN by OPT_COUNTUP 12 years ago
Stefan Beller d5d09d4754 Replace deprecated OPT_BOOLEAN by OPT_BOOL 12 years ago
Nguyễn Thái Ngọc Duy 483bbf41ca i18n: hash-object: mark parseopt strings for translation 13 years ago
Junio C Hamano c4ce46fc7a index_fd(): turn write_object and format_check arguments into one flag 14 years ago
Stephen Boyd c2e86addb8 Fix sparse warnings 14 years ago
Nguyễn Thái Ngọc Duy c879daa237 Make hash-object more robust against malformed objects 14 years ago
Linus Torvalds 81b50f3ce4 Move 'builtin-*' into a 'builtin/' subdirectory 15 years ago
Linus Torvalds b28a1ce04c make "git hash-object" a built-in 15 years ago
Thomas Rast 0721c314a5 Use die_errno() instead of die() when checking syscalls 16 years ago
Stephen Boyd 3778292017 parse-opts: prepare for OPT_FILENAME 16 years ago
Elijah Newren 272459a3b8 Ensure proper setup of git_dir for git-hash-object 16 years ago
Steffen Prohaska 2fb3f6db96 Add calls to git_extract_argv0_path() in programs that call git_config_* 16 years ago
Daniel Lowe 42fc1139a0 Fix non-literal format in printf-style calls 17 years ago
Brandon Casey f285a2d7ed Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer 17 years ago
Dmitry Potapov 4a3d85dcf6 add --no-filters option to git hash-object 17 years ago
Dmitry Potapov 3970243150 add --path option to git hash-object 17 years ago
Dmitry Potapov 548601adcc use parse_options() in git hash-object 17 years ago
Dmitry Potapov 9ae8e008ab correct usage help string for git-hash-object 17 years ago
Dmitry Potapov 43df4f86e0 teach index_fd to work with pipes 17 years ago
Stephan Beyer 1b1dd23f2d Make usage strings dash-less 17 years ago
Adam Roben d8ee483250 git-hash-object: Add --stdin-paths option 17 years ago
Johannes Schindelin ef90d6d420 Provide git_config with a callback-data parameter 17 years ago
Gerrit Pape 8a2f5e5b03 hash-object: cleanup handling of command line options 17 years ago
Nicolas Pitre ff350ccf49 git-hash-object should honor config variables 18 years ago
Junio C Hamano 53bca91a7d index_fd(): pass optional path parameter as hint for blob conversion 18 years ago
Junio C Hamano edaec3fbe8 index_fd(): use enum object_type instead of type name string. 18 years ago
Ramsay Allan Jones 8cdf33643d Replace some calls to die(usage_str) with usage(usage_str). 19 years ago