summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use thin pack transfer in "git fetch".Junio C Hamano2006-02-203-8/+20
* Add git-push --thin.Junio C Hamano2006-02-201-0/+4
* send-pack --thin: use "thin pack" delta transfer.Junio C Hamano2006-02-191-1/+9
* Thin pack - create packfile with missing delta base.Junio C Hamano2006-02-191-81/+219
* pack-objects: avoid delta chains that are too long.Junio C Hamano2006-02-171-8/+35
* git-repack: allow passing a couple of flags to pack-objects.Junio C Hamano2006-02-172-7/+16
* pack-objects: finishing touches.Junio C Hamano2006-02-172-32/+91
* pack-objects: reuse data from existing packs.Junio C Hamano2006-02-173-58/+332
* Add contrib/gitview from Aneesh.Aneesh Kumar2006-02-171-0/+992
* git-svn: ensure fetch always works chronologically.Eric Wong2006-02-171-3/+4
* git-svn: fix revision order when XML::Simple is not loadedEric Wong2006-02-171-3/+3
* Introducing contrib/git-svn.Eric Wong2006-02-162-0/+978
* Allow building Git in systems without iconvFernando J. Pereda2006-02-162-0/+10
* Merge branch 'jc/add'Junio C Hamano2006-02-151-0/+11
|\
| * Detect misspelled pathspec to git-addJunio C Hamano2006-02-151-0/+11
* | Merge fixes up to 1.2.1Junio C Hamano2006-02-153-6/+22
|\ \
| * | More useful/hinting error messages in git-checkoutv1.2.1Josef Weidendorfer2006-02-151-3/+10
| * | Print an error if cloning a http repo and NO_CURL is setFernando J. Pereda2006-02-152-1/+8
| * | checkout: fix dirty-file display.Junio C Hamano2006-02-141-2/+4
* | | packed objects: minor cleanupJunio C Hamano2006-02-153-5/+5
| |/ |/|
* | ls-files --error-unmatch pathspec error reporting fix.Junio C Hamano2006-02-151-1/+1
* | Merge branch 'kh/svn'Junio C Hamano2006-02-142-3/+8
|\ \
| * | git-svnimport: -r adds svn revision number to commit messagesKarl Hasselström2006-02-142-3/+8
* | | Merge branch 'jc/commit'Junio C Hamano2006-02-144-18/+60
|\ \ \
| * | | commit: detect misspelled pathspec while making a partial commit.Junio C Hamano2006-02-142-17/+53
| | |/ | |/|
| * | combine-diff: diff-files fix (#2)Junio C Hamano2006-02-141-0/+2
| * | combine-diff: diff-files fix.Junio C Hamano2006-02-131-4/+5
* | | Merge branch 'jc/rebase'Junio C Hamano2006-02-142-0/+159
|\ \ \
| * | | rebase: allow a hook to refuse rebasing.Junio C Hamano2006-02-132-0/+159
* | | | Merge branch 'ra/email'Junio C Hamano2006-02-142-5/+28
|\ \ \ \ | |_|_|/ |/| | |
| * | | send-email: Add --ccRyan Anderson2006-02-132-2/+9
| * | | send-email: Add some options for controlling how addresses are automatically ...Ryan Anderson2006-02-132-3/+19
| |/ /
* | | Merge some proposed fixesJunio C Hamano2006-02-133-2/+3
|\ \ \ | | |/ | |/|
| * | s/SHELL/SHELL_PATH/ in MakefileFredrik Kuivinen2006-02-131-1/+1
| * | bisect: remove BISECT_NAMES after done.Junio C Hamano2006-02-131-0/+1
| * | Documentation: git-ls-files asciidocco.Junio C Hamano2006-02-131-1/+1
| * | Documentation: git-commit in 1.2.X series defaults to --include.Junio C Hamano2006-02-131-7/+27
| |/
* | Merge branch 'pb/bisect'Junio C Hamano2006-02-131-3/+14
|\ \
| * | Properly git-bisect reset after bisecting from non-master headPetr Baudis2006-02-121-3/+14
* | | git-commit: Now --only semantics is the default.Junio C Hamano2006-02-122-12/+14
| |/ |/|
* | GIT 1.2.0v1.2.0Junio C Hamano2006-02-121-1/+1
* | Fix "test: unexpected operator" on bsdJunio C Hamano2006-02-121-1/+1
|/
* git-commit: show dirtiness including index.Junio C Hamano2006-02-121-1/+2
* Make pack-objects chattier.Junio C Hamano2006-02-121-4/+6
* avoid echo -e, there are systems where it does not workAlex Riesen2006-02-122-2/+3
* fix "test: 2: unexpected operator" on bsdAlex Riesen2006-02-121-1/+1
* Fix object re-hashingLinus Torvalds2006-02-121-1/+1
* hashtable-based objects: minimum fixups.Junio C Hamano2006-02-121-2/+4
* Use a hashtable for objects instead of a sorted listJohannes Schindelin2006-02-124-34/+49
* Add howto about separating topics.kent@lysator.liu.se2006-02-121-0/+91