aboutsummaryrefslogtreecommitdiffstats
path: root/hash-object.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-21make "git hash-object" a built-inLinus Torvalds1-137/+0
2009-06-27Use die_errno() instead of die() when checking syscallsThomas Rast1-1/+1
2009-05-25parse-opts: prepare for OPT_FILENAMEStephen Boyd1-1/+2
2009-03-11Merge branch 'en/maint-hash-object' into maintJunio C Hamano1-2/+2
2009-02-28Ensure proper setup of git_dir for git-hash-objectElijah Newren1-2/+2
2009-01-26Add calls to git_extract_argv0_path() in programs that call git_config_*Steffen Prohaska1-0/+3
2008-11-11Fix non-literal format in printf-style callsDaniel Lowe1-1/+1
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey1-3/+1
2008-08-03add --no-filters option to git hash-objectDmitry Potapov1-4/+13
2008-08-03add --path option to git hash-objectDmitry Potapov1-6/+13
2008-08-03use parse_options() in git hash-objectDmitry Potapov1-69/+53
2008-08-03correct usage help string for git-hash-objectDmitry Potapov1-1/+2
2008-08-03teach index_fd to work with pipesDmitry Potapov1-15/+13
2008-07-13Make usage strings dash-lessStephan Beyer1-1/+1
2008-05-25Merge branch 'js/config-cb'v1.5.6-rc0Junio C Hamano1-1/+1
2008-05-23git-hash-object: Add --stdin-paths optionAdam Roben1-1/+44
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin1-1/+1
2008-02-22hash-object: cleanup handling of command line optionsGerrit Pape1-1/+11
2007-11-11git-hash-object should honor config variablesNicolas Pitre1-0/+2
2007-02-28index_fd(): pass optional path parameter as hint for blob conversionJunio C Hamano1-1/+1
2007-02-28index_fd(): use enum object_type instead of type name string.Junio C Hamano1-2/+2
2006-08-03Replace some calls to die(usage_str) with usage(usage_str).Ramsay Allan Jones1-3/+3
2006-04-04Use blob_, commit_, tag_, and tree_type throughout.Peter Eriksen1-2/+3
2005-12-10Allow saving an object from a pipeDaniel Barkalow1-2/+13
2005-12-05hash-object: -- and --helpJunio C Hamano1-10/+22
2005-11-28hash-object.c: type-fix to squelch compiler warnings.Junio C Hamano1-2/+2
2005-11-28hash-object: work within subdirectory.Junio C Hamano1-3/+15
2005-07-29[PATCH] Unify usage strings declarationPetr Baudis1-1/+1
2005-07-08[PATCH] Expose object ID computation functions.Bryan Larsen1-0/+45