summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Give no terminating LF to error() function.Junio C Hamano2006-02-226-13/+15
* git-fetch: follow tag only when tracking remote branch.v1.2.3Junio C Hamano2006-02-221-14/+19
* pack-objects eye-candy: finishing touches.Junio C Hamano2006-02-221-10/+33
* also adds progress when actually writing a packNicolas Pitre2006-02-221-3/+16
* nicer eye candies for pack-objectsNicolas Pitre2006-02-221-31/+25
* Keep Porcelainish from failing by broken ident after making changes.Junio C Hamano2006-02-224-1/+13
* Delay "empty ident" errors until they really matter.Junio C Hamano2006-02-224-29/+32
* Make "empty ident" error message a bit more helpful.Junio C Hamano2006-02-221-0/+14
* pack-objects: avoid delta chains that are too long.Junio C Hamano2006-02-221-8/+35
* git-repack: allow passing a couple of flags to pack-objects.Junio C Hamano2006-02-222-7/+16
* pack-objects: finishing touches.Junio C Hamano2006-02-222-32/+91
* pack-objects: reuse data from existing packs.Junio C Hamano2006-02-223-58/+332
* detect broken alternates.Junio C Hamano2006-02-221-3/+16
* git-push: Update documentation to describe the no-refspec behavior.Carl Worth2006-02-211-0/+6
* format-patch: pretty-print timestamp correctly.Junio C Hamano2006-02-211-1/+1
* git-add: Add support for --, documentation, and test.Carl Worth2006-02-213-1/+32
* Fix retries in git-cvsimportv1.2.2Martin Mares2006-02-181-8/+5
* archimport: remove files from the index before adding/updatingEric Wong2006-02-181-15/+13
* Make git-reset delete empty directoriesShawn Pearce2006-02-172-0/+66
* Document --short and --git-dir in git-rev-parse(1)Jonas Fonseca2006-02-171-0/+8
* git-rev-parse: Fix --short= option parsingJonas Fonseca2006-02-171-3/+3
* Prevent git-upload-pack segfault if object cannot be foundCarl Worth2006-02-172-1/+6
* Abstract test_create_repo out for use in tests.Carl Worth2006-02-171-6/+17
* Trap exit to clean up created directory if clone fails.Carl Worth2006-02-171-0/+4
* 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
* 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
* 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
* 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
* Merge branch 'pb/repo'Junio C Hamano2006-02-122-8/+37
|\
| * Add support for explicit type specifiers when calling git-repo-configPetr Baudis2006-02-122-8/+37
* | Merge branch 'jc/fixdiff'Junio C Hamano2006-02-122-3/+3
|\ \
| * | diff-tree: do not default to -cJunio C Hamano2006-02-112-3/+3
| |/
* | Avoid using "git-var -l" until it gets fixed.Junio C Hamano2006-02-122-5/+9
|/
* t5500: adjust to change in pack-object reporting behaviour.Junio C Hamano2006-02-111-1/+1
* Only call git-rerere if $GIT_DIR/rr-cache exists.Junio C Hamano2006-02-113-3/+12