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
2013-12-12cat-file: handle --batch format with missing type/sizeJeff King
2013-12-12cat-file: pass expand_data to print_object_or_dieJeff King
2013-10-24Merge branch 'mg/more-textconv'Junio C Hamano
2013-08-05cat-file: only split on whitespace when %(rest) is usedJeff King
2013-08-02Revert "cat-file: split --batch input lines on whitespace"Junio C Hamano
2013-07-12sha1_object_info_extended: make type calculation optionalJeff King
2013-07-12cat-file: disable object/refname ambiguity check for batch modeJeff King
2013-07-12cat-file: split --batch input lines on whitespaceJeff King
2013-07-12cat-file: add %(objectsize:disk) format atomJeff King
2013-07-12cat-file: add --batch-check=<format>Jeff King
2013-07-11cat-file: refactor --batch option parsingJeff King
2013-07-11cat-file: teach --batch to stream blob objectsJeff King
2013-05-10cat-file: do not die on --textconv without textconv filtersMichael J Gruber
2013-04-18cat-file: print tags raw for "cat-file -p"Jeff King
2013-03-30cat-file: Fix an gcc -Wuninitialized warningRamsay Jones
2013-03-22drop some obsolete "x = x" compiler warning hacksJeff King
2012-09-07Merge branch 'nd/i18n-parseopt-help'Junio C Hamano
2012-08-27Merge branch 'jk/maint-null-in-trees'Junio C Hamano
2012-08-20i18n: cat-file: mark parseopt strings for translationNguyễn Thái Ngọc Duy
2012-07-30diff: do not use null sha1 as a sentinel valueJeff King
2012-07-22Merge branch 'jc/sha1-name-more'Junio C Hamano
2012-07-10sha1_name.c: teach lookup context to get_sha1_with_context()Junio C Hamano
2012-03-07cat-file: use streaming API to print blobsNguyễn Thái Ngọc Duy
2012-02-07drop odd return value semantics from userdiff_configJeff King
2011-06-21plug a few coverity-spotted leaksJim Meyering
2010-09-30blame,cat-file --textconv: Don't assume mode is ``S_IFREF | 0664''Kirill Smelkov
2010-06-27Merge branch 'cp/textconv-cat-file'Junio C Hamano
2010-06-18textconv: support for cat_fileClément Poulain
2010-06-01Rewrite dynamic structure initializations to runtime assignmentGary V. Vaughan
2010-02-23Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds