summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* git-fetch: Avoid reading packed refs over and over againJunio C Hamano2006-12-172-10/+62
* markup fix in svnimport documentation.Junio C Hamano2006-12-171-8/+8
* Documentation: new option -P for git-svnimportQuy Tonthat2006-12-171-0/+9
* Fix mis-mark-up in git-merge-file.txt documentationJunio C Hamano2006-12-171-2/+2
* Default GIT_COMMITTER_NAME to login name in recieve-pack.Shawn O. Pearce2006-12-173-0/+18
* Fix check_file_directory_conflict().Junio C Hamano2006-12-172-1/+10
* git-add: remove conflicting entry when adding.Junio C Hamano2006-12-171-1/+1
* update-index: make D/F conflict error a bit more verbose.Junio C Hamano2006-12-171-1/+1
* merge: give a bit prettier merge message to "merge branch~$n"Junio C Hamano2006-12-161-9/+17
* Document git-merge-fileJohannes Schindelin2006-12-162-0/+95
* git-clone documentationQuy Tonthat2006-12-151-1/+1
* git-status always says what branch it's onAndy Parkins2006-12-151-1/+1
* Align section headers of 'git status' to new 'git add'.Shawn O. Pearce2006-12-154-12/+13
* Suggest use of "git add file1 file2" when there is nothing to commit.Shawn O. Pearce2006-12-152-6/+7
* Make git-diff documentation use [--] when it should.Brian Gernhardt2006-12-151-3/+3
* Add --add option to git-repo-configBrian Gernhardt2006-12-153-3/+27
* Teach bash the new features of 'git show'.Shawn O. Pearce2006-12-151-3/+21
* Export PERL_PATHLuben Tuikov2006-12-151-0/+2
* Enable reflogs by default in any repository with a working directory.Shawn O. Pearce2006-12-155-4/+21
* Provide more meaningful output from 'git init-db'.Shawn O. Pearce2006-12-154-10/+17
* make commit message a little more consistent and confortingNicolas Pitre2006-12-159-29/+84
* Avoid accessing a slow working copy during diffcore operations.Shawn O. Pearce2006-12-152-3/+28
* Merge branch 'js/show'Junio C Hamano2006-12-153-9/+115
|\
| * git-show: grok blobs, trees and tags, tooJohannes Schindelin2006-12-143-9/+115
* | git-reset [--mixed] <tree> [--] <paths>...Junio C Hamano2006-12-141-22/+47
* | git-reset: make it work from within a subdirectory.Junio C Hamano2006-12-141-0/+7
* | git-fetch: make it work from within a subdirectory.Junio C Hamano2006-12-141-0/+6
|/
* INSTALL: no need to have GNU diff installedJohannes Schindelin2006-12-141-10/+0
* Merge branch 'maint'Junio C Hamano2006-12-141-0/+2
|\
| * Bypass expensive content comparsion during rename detection.Shawn O. Pearce2006-12-141-0/+2
* | Update git-diff documentationJunio C Hamano2006-12-141-17/+35
* | Merge branch 'jc/diff--cached'Junio C Hamano2006-12-132-5/+3
|\ \
| * | Revert "git-diff: Introduce --index and deprecate --cached."Junio C Hamano2006-12-132-5/+3
* | | git-svn: allow both diff.color and color.diffJunio C Hamano2006-12-131-6/+25
* | | repacked packs should be read-onlyNicolas Pitre2006-12-131-0/+2
* | | config documentation: group color items together.Junio C Hamano2006-12-131-18/+18
* | | git-svn: correctly handle "(no author)" when using an authors fileEric Wong2006-12-131-1/+2
* | | Merge branch 'jc/read-tree-ignore'Junio C Hamano2006-12-139-20/+139
|\ \ \
| * | | read-tree: document --exclude-per-directoryJunio C Hamano2006-12-052-2/+16
| * | | Loosen "working file will be lost" check in Porcelain-ishJunio C Hamano2006-12-052-3/+4
| * | | read-tree: further loosen "working file will be lost" check.Junio C Hamano2006-12-056-15/+119
* | | | Merge branch 'ew/rerere'Junio C Hamano2006-12-134-2/+106
|\ \ \ \
| * | | | rerere: record (or avoid misrecording) resolved, skipped or aborted rebase/amEric Wong2006-12-092-0/+16
| * | | | git-rerere: add 'gc' command.Junio C Hamano2006-12-092-24/+57
| * | | | rerere: add clear, diff, and status commandsEric Wong2006-12-092-2/+57
* | | | | Merge branch 'np/addcommit'Junio C Hamano2006-12-136-122/+230
|\ \ \ \ \
| * | | | | git-commit: allow --only to lose what was staged earlier.Junio C Hamano2006-12-101-11/+1
| * | | | | Documentation/git-commit: rewrite to make it more end-user friendly.Junio C Hamano2006-12-091-76/+157
| * | | | | make 'git add' a first class user friendly interface to the indexNicolas Pitre2006-12-044-35/+72
* | | | | | Merge branch 'lh/branch-rename'Junio C Hamano2006-12-135-26/+257
|\ \ \ \ \ \