summaryrefslogtreecommitdiff
path: root/hash-object.c
Commit message (Expand)AuthorAgeFilesLines
* add --no-filters option to git hash-objectDmitry Potapov2008-08-031-4/+13
* add --path option to git hash-objectDmitry Potapov2008-08-031-6/+13
* use parse_options() in git hash-objectDmitry Potapov2008-08-031-69/+53
* correct usage help string for git-hash-objectDmitry Potapov2008-08-031-1/+2
* teach index_fd to work with pipesDmitry Potapov2008-08-031-15/+13
* Make usage strings dash-lessStephan Beyer2008-07-131-1/+1
* Merge branch 'js/config-cb'v1.5.6-rc0Junio C Hamano2008-05-251-1/+1
|\
| * Provide git_config with a callback-data parameterJohannes Schindelin2008-05-141-1/+1
* | git-hash-object: Add --stdin-paths optionAdam Roben2008-05-231-1/+44
|/
* hash-object: cleanup handling of command line optionsGerrit Pape2008-02-221-1/+11
* git-hash-object should honor config variablesNicolas Pitre2007-11-111-0/+2
* index_fd(): pass optional path parameter as hint for blob conversionJunio C Hamano2007-02-281-1/+1
* index_fd(): use enum object_type instead of type name string.Junio C Hamano2007-02-281-2/+2
* Replace some calls to die(usage_str) with usage(usage_str).Ramsay Allan Jones2006-08-031-3/+3
* Use blob_, commit_, tag_, and tree_type throughout.Peter Eriksen2006-04-041-2/+3
* Allow saving an object from a pipeDaniel Barkalow2005-12-101-2/+13
* hash-object: -- and --helpJunio C Hamano2005-12-051-10/+22
* hash-object.c: type-fix to squelch compiler warnings.Junio C Hamano2005-11-281-2/+2
* hash-object: work within subdirectory.Junio C Hamano2005-11-281-3/+15
* [PATCH] Unify usage strings declarationPetr Baudis2005-07-291-1/+1
* [PATCH] Expose object ID computation functions.Bryan Larsen2005-07-081-0/+45