Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-06-27Use die_errno() instead of die() when checking syscallsThomas Rast
2009-05-25parse-opts: prepare for OPT_FILENAMEStephen Boyd
2009-03-11Merge branch 'en/maint-hash-object' into maintJunio C Hamano
2009-03-01Ensure proper setup of git_dir for git-hash-objectElijah Newren
2009-01-26Add calls to git_extract_argv0_path() in programs that call git_config_*Steffen Prohaska
2008-11-12Fix non-literal format in printf-style callsDaniel Lowe
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey
2008-08-04add --no-filters option to git hash-objectDmitry Potapov
2008-08-04add --path option to git hash-objectDmitry Potapov
2008-08-04use parse_options() in git hash-objectDmitry Potapov
2008-08-04correct usage help string for git-hash-objectDmitry Potapov
2008-08-04teach index_fd to work with pipesDmitry Potapov
2008-07-14Make usage strings dash-lessStephan Beyer
2008-05-26Merge branch 'js/config-cb'v1.5.6-rc0Junio C Hamano
2008-05-23git-hash-object: Add --stdin-paths optionAdam Roben
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin
2008-02-22hash-object: cleanup handling of command line optionsGerrit Pape
2007-11-11git-hash-object should honor config variablesNicolas Pitre
2007-02-28index_fd(): pass optional path parameter as hint for blob conversionJunio C Hamano
2007-02-28index_fd(): use enum object_type instead of type name string.Junio C Hamano
2006-08-04Replace some calls to die(usage_str) with usage(usage_str).Ramsay Allan Jones
2006-04-04Use blob_, commit_, tag_, and tree_type throughout.Peter Eriksen
2005-12-11Allow saving an object from a pipeDaniel Barkalow
2005-12-06hash-object: -- and --helpJunio C Hamano
2005-11-29hash-object.c: type-fix to squelch compiler warnings.Junio C Hamano
2005-11-29hash-object: work within subdirectory.Junio C Hamano
2005-07-30[PATCH] Unify usage strings declarationPetr Baudis
2005-07-09[PATCH] Expose object ID computation functions.Bryan Larsen