summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-02-22git-fetch: follow tag only when tracking remote branch.v1.2.3Junio C Hamano1-14/+19
2006-02-22pack-objects eye-candy: finishing touches.Junio C Hamano1-10/+33
2006-02-22also adds progress when actually writing a packNicolas Pitre1-3/+16
2006-02-22nicer eye candies for pack-objectsNicolas Pitre1-31/+25
2006-02-22Keep Porcelainish from failing by broken ident after making changes.Junio C Hamano4-1/+13
2006-02-22Delay "empty ident" errors until they really matter.Junio C Hamano4-29/+32
2006-02-22Make "empty ident" error message a bit more helpful.Junio C Hamano1-0/+14
2006-02-22pack-objects: avoid delta chains that are too long.Junio C Hamano1-8/+35
2006-02-22git-repack: allow passing a couple of flags to pack-objects.Junio C Hamano2-7/+16
2006-02-22pack-objects: finishing touches.Junio C Hamano2-32/+91
2006-02-22pack-objects: reuse data from existing packs.Junio C Hamano3-57/+331
2006-02-22detect broken alternates.Junio C Hamano1-3/+16
2006-02-21git-push: Update documentation to describe the no-refspec behavior.Carl Worth1-0/+6
2006-02-21format-patch: pretty-print timestamp correctly.Junio C Hamano1-1/+1
2006-02-21git-add: Add support for --, documentation, and test.Carl Worth3-1/+32
2006-02-18Fix retries in git-cvsimportv1.2.2Martin Mares1-8/+5
2006-02-18archimport: remove files from the index before adding/updatingEric Wong1-15/+13
2006-02-17Make git-reset delete empty directoriesShawn Pearce2-0/+66
2006-02-17Document --short and --git-dir in git-rev-parse(1)Jonas Fonseca1-0/+8
2006-02-17git-rev-parse: Fix --short= option parsingJonas Fonseca1-3/+3
2006-02-17Prevent git-upload-pack segfault if object cannot be foundCarl Worth2-1/+6
2006-02-17Abstract test_create_repo out for use in tests.Carl Worth1-6/+17
2006-02-17Trap exit to clean up created directory if clone fails.Carl Worth1-0/+4
2006-02-15More useful/hinting error messages in git-checkoutv1.2.1Josef Weidendorfer1-3/+10
2006-02-15Print an error if cloning a http repo and NO_CURL is setFernando J. Pereda2-1/+8
2006-02-14checkout: fix dirty-file display.Junio C Hamano1-2/+4
2006-02-14combine-diff: diff-files fix (#2)Junio C Hamano1-0/+2
2006-02-13combine-diff: diff-files fix.Junio C Hamano1-4/+5
2006-02-13s/SHELL/SHELL_PATH/ in MakefileFredrik Kuivinen1-1/+1
2006-02-13bisect: remove BISECT_NAMES after done.Junio C Hamano1-0/+1
2006-02-13Documentation: git-ls-files asciidocco.Junio C Hamano1-1/+1
2006-02-13Documentation: git-commit in 1.2.X series defaults to --include.Junio C Hamano1-7/+27
2006-02-12GIT 1.2.0v1.2.0Junio C Hamano1-1/+1
2006-02-12Fix "test: unexpected operator" on bsdJunio C Hamano1-1/+1
2006-02-12git-commit: show dirtiness including index.Junio C Hamano1-1/+2
2006-02-12Make pack-objects chattier.Junio C Hamano1-4/+6
2006-02-12avoid echo -e, there are systems where it does not workAlex Riesen2-2/+3
2006-02-12fix "test: 2: unexpected operator" on bsdAlex Riesen1-1/+1
2006-02-12Fix object re-hashingLinus Torvalds1-1/+1
2006-02-12hashtable-based objects: minimum fixups.Junio C Hamano1-2/+4
2006-02-12Use a hashtable for objects instead of a sorted listJohannes Schindelin4-32/+47
2006-02-12Add howto about separating topics.kent@lysator.liu.se1-0/+91
2006-02-12Merge branch 'pb/repo'Junio C Hamano2-8/+37
2006-02-12Merge branch 'jc/fixdiff'Junio C Hamano2-3/+3
2006-02-12Avoid using "git-var -l" until it gets fixed.Junio C Hamano2-5/+9
2006-02-12Add support for explicit type specifiers when calling git-repo-configPetr Baudis2-8/+37
2006-02-11diff-tree: do not default to -cJunio C Hamano2-3/+3
2006-02-11t5500: adjust to change in pack-object reporting behaviour.Junio C Hamano1-1/+1
2006-02-11Only call git-rerere if $GIT_DIR/rr-cache exists.Junio C Hamano3-3/+12
2006-02-11Use a relative path for SVN importingChristian Biesinger1-1/+1