summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ \ \
| * | | | | | git-branch: let caller specify logmsgLars Hjemli2006-12-053-10/+10
| * | | | | | rename_ref: use lstat(2) when testing for symlinkLars Hjemli2006-12-052-1/+8
| * | | | | | git-branch: add options and tests for branch renamingLars Hjemli2006-12-055-26/+250
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'jc/commit-careful'Junio C Hamano2006-12-132-0/+4
|\ \ \ \ \ \
| * | | | | | git-commit: show --summary after successful commit.Junio C Hamano2006-11-252-0/+4
* | | | | | | Merge branch 'ap/clone-origin'Junio C Hamano2006-12-131-1/+3
|\ \ \ \ \ \ \
| * | | | | | | Explicitly add the default "git pull" behaviour to .git/config on cloneAndy Parkins2006-12-061-1/+3
* | | | | | | | Merge branch 'jc/numstat'Junio C Hamano2006-12-131-1/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | diff --numstat: show binary with '-' to match "apply --numstat"Junio C Hamano2006-12-111-1/+4
* | | | | | | | | Merge branch 'rr/cvsexportcommit'Junio C Hamano2006-12-132-166/+145
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Make cvsexportcommit work with filenames with spaces and non-ascii characters.Robin Rosenberg2006-12-112-166/+145
| |/ / / / / / / /
* | | | | | | | | Merge branch 'ap/branch'Junio C Hamano2006-12-131-5/+87
|\ \ \ \ \ \ \ \ \