summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-02-18Fix retries in git-cvsimportv1.2.2Martin Mares
2006-02-18archimport: remove files from the index before adding/updatingEric Wong
2006-02-17Make git-reset delete empty directoriesShawn Pearce
2006-02-17Document --short and --git-dir in git-rev-parse(1)Jonas Fonseca
2006-02-17git-rev-parse: Fix --short= option parsingJonas Fonseca
2006-02-17Prevent git-upload-pack segfault if object cannot be foundCarl Worth
2006-02-17Abstract test_create_repo out for use in tests.Carl Worth
2006-02-17Trap exit to clean up created directory if clone fails.Carl Worth
2006-02-15More useful/hinting error messages in git-checkoutv1.2.1Josef Weidendorfer
2006-02-15Print an error if cloning a http repo and NO_CURL is setFernando J. Pereda
2006-02-14checkout: fix dirty-file display.Junio C Hamano
2006-02-14combine-diff: diff-files fix (#2)Junio C Hamano
2006-02-13combine-diff: diff-files fix.Junio C Hamano
2006-02-13s/SHELL/SHELL_PATH/ in MakefileFredrik Kuivinen
2006-02-13bisect: remove BISECT_NAMES after done.Junio C Hamano
2006-02-13Documentation: git-ls-files asciidocco.Junio C Hamano
2006-02-13Documentation: git-commit in 1.2.X series defaults to --include.Junio C Hamano
2006-02-12GIT 1.2.0v1.2.0Junio C Hamano
2006-02-12Fix "test: unexpected operator" on bsdJunio C Hamano
2006-02-12git-commit: show dirtiness including index.Junio C Hamano
2006-02-12Make pack-objects chattier.Junio C Hamano
2006-02-12avoid echo -e, there are systems where it does not workAlex Riesen
2006-02-12fix "test: 2: unexpected operator" on bsdAlex Riesen
2006-02-12Fix object re-hashingLinus Torvalds
2006-02-12hashtable-based objects: minimum fixups.Junio C Hamano
2006-02-12Use a hashtable for objects instead of a sorted listJohannes Schindelin
2006-02-12Add howto about separating topics.kent@lysator.liu.se
2006-02-12Merge branch 'pb/repo'Junio C Hamano
2006-02-12Merge branch 'jc/fixdiff'Junio C Hamano
2006-02-12Avoid using "git-var -l" until it gets fixed.Junio C Hamano
2006-02-12Add support for explicit type specifiers when calling git-repo-configPetr Baudis
2006-02-11diff-tree: do not default to -cJunio C Hamano
2006-02-11t5500: adjust to change in pack-object reporting behaviour.Junio C Hamano
2006-02-11Only call git-rerere if $GIT_DIR/rr-cache exists.Junio C Hamano
2006-02-11Use a relative path for SVN importingChristian Biesinger
2006-02-11fetch-clone progress: finishing touches.Junio C Hamano
2006-02-11Fix fetch-clone in the presense of signalsLinus Torvalds
2006-02-11Make "git clone" pack-fetching download statistics betterLinus Torvalds
2006-02-10Make "git clone" less of a deathly quiet experienceLinus Torvalds
2006-02-10Define GIT_(AUTHOR|COMMITTER)_(NAME|EMAIL) to known values.Junio C Hamano
2006-02-10Merge branch 'lt/diff-tree'Junio C Hamano
2006-02-10git-commit -v: have patch at the end.Junio C Hamano
2006-02-10rev-list: default to abbreviate merge parent names under --pretty.Junio C Hamano
2006-02-10delta micro optimizationNicolas Pitre
2006-02-10count-delta.c: comment fixesNicolas Pitre
2006-02-10Merge branch 'jc/empty-commit'Junio C Hamano
2006-02-10combine-diff: Record diff status a bit more faithfullyJunio C Hamano
2006-02-10find_unique_abbrev() simplification.Junio C Hamano
2006-02-10git-status -vJunio C Hamano
2006-02-09Merge branch 'jc/ls-files-o'Junio C Hamano