summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cat-file: only split on whitespace when %(rest) is usedjk/cat-file-batch-optimJeff King2013-08-053-5/+55
* Revert "cat-file: split --batch input lines on whitespace"Junio C Hamano2013-08-023-34/+3
* Fix some sparse warningsRamsay Jones2013-07-182-2/+2
* sha1_object_info_extended: pass object_info to helpersJeff King2013-07-121-27/+22
* sha1_object_info_extended: make type calculation optionalJeff King2013-07-124-11/+19
* packed_object_info: make type lookup optionalJeff King2013-07-121-9/+16
* packed_object_info: hoist delta type resolution to helperJeff King2013-07-121-40/+53
* sha1_loose_object_info: make type lookup optionalJeff King2013-07-121-5/+43
* sha1_object_info_extended: rename "status" to "type"Jeff King2013-07-121-10/+10
* cat-file: disable object/refname ambiguity check for batch modeJeff King2013-07-124-6/+19
* Merge branch 'nd/warn-ambiguous-object-name' into jk/cat-file-batch-optimJunio C Hamano2013-07-124-2/+44
|\
| * get_sha1: warn about full or short object names that look like refsNguyễn Thái Ngọc Duy2013-05-294-2/+44
* | pack-revindex: radix-sort the revindexjk/in-pack-size-measurementJeff King2013-07-121-5/+95
* | pack-revindex: use unsigned to store number of objectsJeff King2013-07-121-4/+4
* | cat-file: split --batch input lines on whitespaceJeff King2013-07-123-3/+34
* | cat-file: add %(objectsize:disk) format atomJeff King2013-07-122-0/+24
* | cat-file: add --batch-check=<format>Jeff King2013-07-123-26/+142
* | cat-file: refactor --batch option parsingJeff King2013-07-111-18/+38
* | cat-file: teach --batch to stream blob objectsJeff King2013-07-111-13/+28
* | t1006: modernize output comparisonsJeff King2013-07-111-43/+18
* | teach sha1_object_info_extended a "disk_size" queryJeff King2013-07-072-4/+17
* | zero-initialize object_info structsJeff King2013-07-072-2/+2
* | Git 1.8.3v1.8.3Junio C Hamano2013-05-241-11/+11
* | remote-hg: fix order of configuration commentsFelipe Contreras2013-05-211-3/+3
* | remote-hg: trivial configuration note cleanupFelipe Contreras2013-05-211-1/+1
* | completion: regression fix for zshFelipe Contreras2013-05-211-1/+1
* | Merge git://git.bogomips.org/git-svnJunio C Hamano2013-05-203-6/+97
|\ \
| * | git-svn: introduce --parents parameter for commands branch and tagTobias Schulte2013-05-203-1/+71
| * | git-svn: clarify explanation of --destination argumentJonathan Nieder2013-05-201-5/+14
| * | git-svn: multiple fetch/branches/tags keys are supportedNathan Gray2013-05-201-0/+12
* | | remote-hg: set stdout to binary mode on win32Amit Bakshi2013-05-201-0/+4
|/ /
* | Git 1.8.3-rc3v1.8.3-rc3Junio C Hamano2013-05-171-1/+1
* | Merge branch 'fc/doc-style'Junio C Hamano2013-05-1720-47/+37
|\ \
| * | documentation: trivial style cleanupsFelipe Contreras2013-05-1720-47/+37
* | | Merge branch 'dw/asciidoc-sources-are-dot-txt-files'Junio C Hamano2013-05-171-2/+4
|\ \ \
| * | | CodingGuidelines: Documentation/*.txt are the sourcesDale Worley2013-05-101-2/+4
* | | | Merge git://ozlabs.org/~paulus/gitkJunio C Hamano2013-05-171-295/+338
|\ \ \ \
| * | | | gitk: Update Swedish translation (304t)Peter Krefting2013-05-171-295/+338
* | | | | difftool: fix dir-diff when file does not exist in working treeJohn Keeping2013-05-172-0/+13
* | | | | remote-bzr: fixes for older versions of bzrFelipe Contreras2013-05-171-2/+4
* | | | | remote-bzr: fix old organization destroySandor Bodo-Merle2013-05-171-0/+2
* | | | | Revert "remote-hg: update bookmarks when pulling"Felipe Contreras2013-05-161-3/+0
* | | | | git-submodule.txt: Clarify 'init' and 'add' subcommands.Dale R. Worley2013-05-161-2/+6
* | | | | remote-bzr: fix cloning of non-listable reposFelipe Contreras2013-05-161-0/+3
* | | | | Merge branch 'fc/remote-hg' (early part)Junio C Hamano2013-05-152-24/+22
|\ \ \ \ \
| * | | | | remote-hg: update bookmarks when pullingFelipe Contreras2013-05-151-0/+3
| * | | | | remote-hg: don't push fake 'master' bookmarkFelipe Contreras2013-05-151-1/+2
| * | | | | remote-hg: disable forced push by defaultFelipe Contreras2013-05-151-1/+1
| * | | | | remote-hg: fix new branch creationFelipe Contreras2013-05-151-1/+1
| * | | | | remote-hg: add new get_config_bool() helperFelipe Contreras2013-05-151-11/+13