index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
cat-file.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'dt/cat-file-follow-symlinks'
Junio C Hamano
2015-06-01
1
-6
/
+45
|
\
|
*
cat-file: add --follow-symlinks to --batch
David Turner
2015-05-20
1
-6
/
+45
*
|
cat-file: teach cat-file a '--allow-unknown-type' option
Karthik Nayak
2015-05-06
1
-12
/
+26
*
|
cat-file: make the options mutually exclusive
Karthik Nayak
2015-05-06
1
-8
/
+5
|
/
*
Merge branch 'ah/usage-strings'
Junio C Hamano
2015-02-11
1
-2
/
+2
|
\
|
*
standardize usage info string format
Alex Henrie
2015-01-14
1
-2
/
+2
*
|
Merge branch 'ak/cat-file-clean-up'
Junio C Hamano
2015-01-22
1
-2
/
+0
|
\
\
|
*
|
cat-file: use "type" and "size" from outer scope
Alexander Kuleshov
2015-01-13
1
-2
/
+0
|
|
/
*
/
cat-file: remove unused includes
Alexander Kuleshov
2015-01-10
1
-4
/
+0
|
/
*
use skip_prefix() to avoid more magic numbers
René Scharfe
2014-10-07
1
-2
/
+3
*
Merge branch 'jk/warn-on-object-refname-ambiguity'
Junio C Hamano
2014-03-25
1
-6
/
+9
|
\
|
*
cat-file: restore warn_on_object_refname_ambiguity flag
Jeff King
2014-03-13
1
-0
/
+3
|
*
cat-file: fix a minor memory leak in batch_objects
Jeff King
2014-01-07
1
-0
/
+1
|
*
cat-file: refactor error handling of batch_objects
Jeff King
2014-01-07
1
-6
/
+5
*
|
Merge branch 'jk/oi-delta-base'
Junio C Hamano
2014-01-10
1
-0
/
+6
|
\
\
|
*
|
cat-file: provide %(deltabase) batch format
Jeff King
2013-12-26
1
-0
/
+6
|
|
/
*
|
Merge branch 'cc/replace-object-info'
Junio C Hamano
2014-01-10
1
-1
/
+1
|
\
\
|
*
|
sha1_object_info_extended(): add an "unsigned flags" parameter
Christian Couder
2013-12-12
1
-1
/
+1
|
|
/
*
|
cat-file: handle --batch format with missing type/size
Jeff King
2013-12-12
1
-1
/
+10
*
|
cat-file: pass expand_data to print_object_or_die
Jeff King
2013-12-12
1
-10
/
+11
|
/
*
Merge branch 'mg/more-textconv'
Junio C Hamano
2013-10-23
1
-10
/
+8
|
\
|
*
cat-file: do not die on --textconv without textconv filters
Michael J Gruber
2013-05-10
1
-10
/
+8
*
|
cat-file: only split on whitespace when %(rest) is used
Jeff King
2013-08-05
1
-1
/
+30
*
|
Revert "cat-file: split --batch input lines on whitespace"
Junio C Hamano
2013-08-02
1
-19
/
+1
*
|
sha1_object_info_extended: make type calculation optional
Jeff King
2013-07-12
1
-3
/
+4
*
|
cat-file: disable object/refname ambiguity check for batch mode
Jeff King
2013-07-12
1
-0
/
+9
*
|
cat-file: split --batch input lines on whitespace
Jeff King
2013-07-12
1
-1
/
+19
*
|
cat-file: add %(objectsize:disk) format atom
Jeff King
2013-07-12
1
-0
/
+6
*
|
cat-file: add --batch-check=<format>
Jeff King
2013-07-12
1
-15
/
+92
*
|
cat-file: refactor --batch option parsing
Jeff King
2013-07-11
1
-18
/
+38
*
|
cat-file: teach --batch to stream blob objects
Jeff King
2013-07-11
1
-13
/
+28
*
|
cat-file: print tags raw for "cat-file -p"
Jeff King
2013-04-17
1
-71
/
+0
|
/
*
cat-file: Fix an gcc -Wuninitialized warning
Ramsay Jones
2013-03-30
1
-1
/
+1
*
drop some obsolete "x = x" compiler warning hacks
Jeff King
2013-03-21
1
-1
/
+1
*
Merge branch 'nd/i18n-parseopt-help'
Junio C Hamano
2012-09-07
1
-10
/
+10
|
\
|
*
i18n: cat-file: mark parseopt strings for translation
Nguyễn Thái Ngọc Duy
2012-08-20
1
-10
/
+10
*
|
Merge branch 'jk/maint-null-in-trees'
Junio C Hamano
2012-08-27
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
diff: do not use null sha1 as a sentinel value
Jeff King
2012-07-30
1
-1
/
+1
*
|
Merge branch 'jc/sha1-name-more'
Junio C Hamano
2012-07-22
1
-1
/
+1
|
\
\
|
*
|
sha1_name.c: teach lookup context to get_sha1_with_context()
Junio C Hamano
2012-07-10
1
-1
/
+1
|
|
/
*
|
cat-file: use streaming API to print blobs
Nguyễn Thái Ngọc Duy
2012-03-07
1
-0
/
+25
*
|
drop odd return value semantics from userdiff_config
Jeff King
2012-02-07
1
-7
/
+1
|
/
*
plug a few coverity-spotted leaks
Jim Meyering
2011-06-20
1
-0
/
+2
*
blame,cat-file --textconv: Don't assume mode is ``S_IFREF | 0664''
Kirill Smelkov
2010-09-30
1
-1
/
+1
*
Merge branch 'cp/textconv-cat-file'
Junio C Hamano
2010-06-27
1
-4
/
+34
|
\
|
*
textconv: support for cat_file
Clément Poulain
2010-06-18
1
-4
/
+34
*
|
Rewrite dynamic structure initializations to runtime assignment
Gary V. Vaughan
2010-06-01
1
-1
/
+3
|
/
*
Move 'builtin-*' into a 'builtin/' subdirectory
Linus Torvalds
2010-02-22
1
-0
/
+258