index
:
org/kernel/git.git
master
forked from git/git
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hash-object.c
Commit message (
Expand
)
Author
Age
*
add --no-filters option to git hash-object
Dmitry Potapov
2008-08-03
*
add --path option to git hash-object
Dmitry Potapov
2008-08-03
*
use parse_options() in git hash-object
Dmitry Potapov
2008-08-03
*
correct usage help string for git-hash-object
Dmitry Potapov
2008-08-03
*
teach index_fd to work with pipes
Dmitry Potapov
2008-08-03
*
Make usage strings dash-less
Stephan Beyer
2008-07-13
*
Merge branch 'js/config-cb'
v1.5.6-rc0
Junio C Hamano
2008-05-25
|
\
|
*
Provide git_config with a callback-data parameter
Johannes Schindelin
2008-05-14
*
|
git-hash-object: Add --stdin-paths option
Adam Roben
2008-05-23
|
/
*
hash-object: cleanup handling of command line options
Gerrit Pape
2008-02-22
*
git-hash-object should honor config variables
Nicolas Pitre
2007-11-11
*
index_fd(): pass optional path parameter as hint for blob conversion
Junio C Hamano
2007-02-28
*
index_fd(): use enum object_type instead of type name string.
Junio C Hamano
2007-02-28
*
Replace some calls to die(usage_str) with usage(usage_str).
Ramsay Allan Jones
2006-08-03
*
Use blob_, commit_, tag_, and tree_type throughout.
Peter Eriksen
2006-04-04
*
Allow saving an object from a pipe
Daniel Barkalow
2005-12-10
*
hash-object: -- and --help
Junio C Hamano
2005-12-05
*
hash-object.c: type-fix to squelch compiler warnings.
Junio C Hamano
2005-11-28
*
hash-object: work within subdirectory.
Junio C Hamano
2005-11-28
*
[PATCH] Unify usage strings declaration
Petr Baudis
2005-07-29
*
[PATCH] Expose object ID computation functions.
Bryan Larsen
2005-07-08