summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-02-24Merge branch 'fix' into maintJunio C Hamano
2006-02-24Merge branches 'jc/fix-co-candy', 'jc/fix-rename-leak' and 'ar/fix-win' into ...Junio C Hamano
2006-02-24git-am: do not allow empty commits by mistake.Junio C Hamano
2006-02-23fix t5600-clone-fail-cleanup.sh on windowsAlex Riesen
2006-02-23diffcore-rename: plug memory leak.Junio C Hamano
2006-02-23Give no terminating LF to error() function.Junio C Hamano
2006-02-23checkout - eye candy.Junio C Hamano
2006-02-23git-fetch: follow tag only when tracking remote branch.v1.2.3Junio C Hamano
2006-02-23pack-objects eye-candy: finishing touches.Junio C Hamano
2006-02-22also adds progress when actually writing a packNicolas Pitre
2006-02-22nicer eye candies for pack-objectsNicolas Pitre
2006-02-22Keep Porcelainish from failing by broken ident after making changes.Junio C Hamano
2006-02-22Delay "empty ident" errors until they really matter.Junio C Hamano
2006-02-22Make "empty ident" error message a bit more helpful.Junio C Hamano
2006-02-22pack-objects: avoid delta chains that are too long.Junio C Hamano
2006-02-22git-repack: allow passing a couple of flags to pack-objects.Junio C Hamano
2006-02-22pack-objects: finishing touches.Junio C Hamano
2006-02-22pack-objects: reuse data from existing packs.Junio C Hamano
2006-02-22detect broken alternates.Junio C Hamano
2006-02-22git-push: Update documentation to describe the no-refspec behavior.Carl Worth
2006-02-22format-patch: pretty-print timestamp correctly.Junio C Hamano
2006-02-22git-add: Add support for --, documentation, and test.Carl Worth
2006-02-19Fix retries in git-cvsimportv1.2.2Martin Mares
2006-02-18archimport: remove files from the index before adding/updatingEric Wong
2006-02-18Make git-reset delete empty directoriesShawn Pearce
2006-02-18Document --short and --git-dir in git-rev-parse(1)Jonas Fonseca
2006-02-18git-rev-parse: Fix --short= option parsingJonas Fonseca
2006-02-18Prevent git-upload-pack segfault if object cannot be foundCarl Worth
2006-02-18Abstract test_create_repo out for use in tests.Carl Worth
2006-02-18Trap exit to clean up created directory if clone fails.Carl Worth
2006-02-16More useful/hinting error messages in git-checkoutv1.2.1Josef Weidendorfer
2006-02-16Print an error if cloning a http repo and NO_CURL is setFernando J. Pereda
2006-02-15checkout: fix dirty-file display.Junio C Hamano
2006-02-14combine-diff: diff-files fix (#2)Junio C Hamano
2006-02-14combine-diff: diff-files fix.Junio C Hamano
2006-02-14s/SHELL/SHELL_PATH/ in MakefileFredrik Kuivinen
2006-02-14bisect: remove BISECT_NAMES after done.Junio C Hamano
2006-02-14Documentation: 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