index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hash-object.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-27
Use die_errno() instead of die() when checking syscalls
Thomas Rast
1
-1
/
+1
2009-05-25
parse-opts: prepare for OPT_FILENAME
Stephen Boyd
1
-1
/
+2
2009-03-11
Merge branch 'en/maint-hash-object' into maint
Junio C Hamano
1
-2
/
+2
2009-02-28
Ensure proper setup of git_dir for git-hash-object
Elijah Newren
1
-2
/
+2
2009-01-26
Add calls to git_extract_argv0_path() in programs that call git_config_*
Steffen Prohaska
1
-0
/
+3
2008-11-11
Fix non-literal format in printf-style calls
Daniel Lowe
1
-1
/
+1
2008-10-12
Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer
Brandon Casey
1
-3
/
+1
2008-08-03
add --no-filters option to git hash-object
Dmitry Potapov
1
-4
/
+13
2008-08-03
add --path option to git hash-object
Dmitry Potapov
1
-6
/
+13
2008-08-03
use parse_options() in git hash-object
Dmitry Potapov
1
-69
/
+53
2008-08-03
correct usage help string for git-hash-object
Dmitry Potapov
1
-1
/
+2
2008-08-03
teach index_fd to work with pipes
Dmitry Potapov
1
-15
/
+13
2008-07-13
Make usage strings dash-less
Stephan Beyer
1
-1
/
+1
2008-05-25
Merge branch 'js/config-cb'
Junio C Hamano
1
-1
/
+1
2008-05-23
git-hash-object: Add --stdin-paths option
Adam Roben
1
-1
/
+44
2008-05-14
Provide git_config with a callback-data parameter
Johannes Schindelin
1
-1
/
+1
2008-02-22
hash-object: cleanup handling of command line options
Gerrit Pape
1
-1
/
+11
2007-11-11
git-hash-object should honor config variables
Nicolas Pitre
1
-0
/
+2
2007-02-28
index_fd(): pass optional path parameter as hint for blob conversion
Junio C Hamano
1
-1
/
+1
2007-02-28
index_fd(): use enum object_type instead of type name string.
Junio C Hamano
1
-2
/
+2
2006-08-03
Replace some calls to die(usage_str) with usage(usage_str).
Ramsay Allan Jones
1
-3
/
+3
2006-04-04
Use blob_, commit_, tag_, and tree_type throughout.
Peter Eriksen
1
-2
/
+3
2005-12-10
Allow saving an object from a pipe
Daniel Barkalow
1
-2
/
+13
2005-12-05
hash-object: -- and --help
Junio C Hamano
1
-10
/
+22
2005-11-28
hash-object.c: type-fix to squelch compiler warnings.
Junio C Hamano
1
-2
/
+2
2005-11-28
hash-object: work within subdirectory.
Junio C Hamano
1
-3
/
+15
2005-07-29
[PATCH] Unify usage strings declaration
Petr Baudis
1
-1
/
+1
2005-07-08
[PATCH] Expose object ID computation functions.
Bryan Larsen
1
-0
/
+45