summaryrefslogtreecommitdiffstats
path: root/ls-files.c (unfollow)
Commit message (Expand)AuthorFilesLines
2006-02-23diffcore-rename: plug memory leak.Junio C Hamano1-1/+3
2006-02-23Give no terminating LF to error() function.Junio C Hamano6-13/+15
2006-02-23checkout - eye candy.Junio C Hamano3-3/+63
2006-02-23git-fetch: follow tag only when tracking remote branch.v1.2.3Junio C Hamano1-14/+19
2006-02-23pack-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-58/+332
2006-02-22detect broken alternates.Junio C Hamano1-3/+16
2006-02-22git-push: Update documentation to describe the no-refspec behavior.Carl Worth1-0/+6
2006-02-22format-patch: pretty-print timestamp correctly.Junio C Hamano1-1/+1
2006-02-22git-add: Add support for --, documentation, and test.Carl Worth3-1/+32
2006-02-19Fix 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-18Make git-reset delete empty directoriesShawn Pearce2-0/+66
2006-02-18Document --short and --git-dir in git-rev-parse(1)Jonas Fonseca1-0/+8
2006-02-18git-rev-parse: Fix --short= option parsingJonas Fonseca1-3/+3
2006-02-18Prevent git-upload-pack segfault if object cannot be foundCarl Worth2-1/+6
2006-02-18Abstract test_create_repo out for use in tests.Carl Worth1-6/+17
2006-02-18Trap exit to clean up created directory if clone fails.Carl Worth1-0/+4
2006-02-16More useful/hinting error messages in git-checkoutv1.2.1Josef Weidendorfer1-3/+10
2006-02-16Print an error if cloning a http repo and NO_CURL is setFernando J. Pereda2-1/+8
2006-02-15checkout: fix dirty-file display.Junio C Hamano1-2/+4
2006-02-14combine-diff: diff-files fix (#2)Junio C Hamano1-0/+2
2006-02-14combine-diff: diff-files fix.Junio C Hamano1-4/+5
2006-02-14s/SHELL/SHELL_PATH/ in MakefileFredrik Kuivinen1-1/+1
2006-02-14bisect: remove BISECT_NAMES after done.Junio C Hamano1-0/+1
2006-02-14Documentation: 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-34/+49