aboutsummaryrefslogtreecommitdiff
path: root/hash-object.c
Commit message (Expand)AuthorAge
* Merge branch 'en/maint-hash-object' into maintJunio C Hamano2009-03-11
|\
| * Ensure proper setup of git_dir for git-hash-objectElijah Newren2009-02-28
* | Add calls to git_extract_argv0_path() in programs that call git_config_*Steffen Prohaska2009-01-26
|/
* Fix non-literal format in printf-style callsDaniel Lowe2008-11-11
* Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey2008-10-12
* add --no-filters option to git hash-objectDmitry Potapov2008-08-03
* add --path option to git hash-objectDmitry Potapov2008-08-03
* use parse_options() in git hash-objectDmitry Potapov2008-08-03
* correct usage help string for git-hash-objectDmitry Potapov2008-08-03
* teach index_fd to work with pipesDmitry Potapov2008-08-03
* Make usage strings dash-lessStephan Beyer2008-07-13
* Merge branch 'js/config-cb'v1.5.6-rc0Junio C Hamano2008-05-25
|\
| * Provide git_config with a callback-data parameterJohannes Schindelin2008-05-14
* | git-hash-object: Add --stdin-paths optionAdam Roben2008-05-23
|/
* hash-object: cleanup handling of command line optionsGerrit Pape2008-02-22
* git-hash-object should honor config variablesNicolas Pitre2007-11-11
* index_fd(): pass optional path parameter as hint for blob conversionJunio C Hamano2007-02-28
* index_fd(): use enum object_type instead of type name string.Junio C Hamano2007-02-28
* Replace some calls to die(usage_str) with usage(usage_str).Ramsay Allan Jones2006-08-03
* Use blob_, commit_, tag_, and tree_type throughout.Peter Eriksen2006-04-04
* Allow saving an object from a pipeDaniel Barkalow2005-12-10
* hash-object: -- and --helpJunio C Hamano2005-12-05
* hash-object.c: type-fix to squelch compiler warnings.Junio C Hamano2005-11-28
* hash-object: work within subdirectory.Junio C Hamano2005-11-28
* [PATCH] Unify usage strings declarationPetr Baudis2005-07-29
* [PATCH] Expose object ID computation functions.Bryan Larsen2005-07-08