summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use a relative path for SVN importingChristian Biesinger2006-02-111-1/+1
* fetch-clone progress: finishing touches.Junio C Hamano2006-02-112-4/+43
* Fix fetch-clone in the presense of signalsLinus Torvalds2006-02-111-4/+7
* Make "git clone" pack-fetching download statistics betterLinus Torvalds2006-02-111-3/+41
* Make "git clone" less of a deathly quiet experienceLinus Torvalds2006-02-104-5/+37
* Define GIT_(AUTHOR|COMMITTER)_(NAME|EMAIL) to known values.Junio C Hamano2006-02-101-4/+6
* Merge branch 'lt/diff-tree'Junio C Hamano2006-02-106-52/+144
|\
| * combine-diff: Record diff status a bit more faithfullyJunio C Hamano2006-02-102-7/+26
| * find_unique_abbrev() simplification.Junio C Hamano2006-02-103-25/+10
| * combine-diff: move formatting logic to show_combined_diff()Junio C Hamano2006-02-094-32/+64
| * combined-diff: use diffcore before intersecting paths.Junio C Hamano2006-02-091-1/+2
| * diff-tree -c raw outputLinus Torvalds2006-02-093-12/+67
* | git-commit -v: have patch at the end.Junio C Hamano2006-02-101-27/+18
* | rev-list: default to abbreviate merge parent names under --pretty.Junio C Hamano2006-02-101-1/+15
* | delta micro optimizationNicolas Pitre2006-02-101-5/+5
* | count-delta.c: comment fixesNicolas Pitre2006-02-101-5/+1