summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-12-16Document git-merge-fileJohannes Schindelin
2006-12-16git-clone documentationQuy Tonthat
2006-12-16git-status always says what branch it's onAndy Parkins
2006-12-16Align section headers of 'git status' to new 'git add'.Shawn O. Pearce
2006-12-16Suggest use of "git add file1 file2" when there is nothing to commit.Shawn O. Pearce
2006-12-16Make git-diff documentation use [--] when it should.Brian Gernhardt
2006-12-16Add --add option to git-repo-configBrian Gernhardt
2006-12-16Teach bash the new features of 'git show'.Shawn O. Pearce
2006-12-16Export PERL_PATHLuben Tuikov
2006-12-16Enable reflogs by default in any repository with a working directory.Shawn O. Pearce
2006-12-16Provide more meaningful output from 'git init-db'.Shawn O. Pearce
2006-12-16make commit message a little more consistent and confortingNicolas Pitre
2006-12-16Avoid accessing a slow working copy during diffcore operations.Shawn O. Pearce
2006-12-16Merge branch 'js/show'Junio C Hamano
2006-12-14git-show: grok blobs, trees and tags, tooJohannes Schindelin
2006-12-14git-reset [--mixed] <tree> [--] <paths>...Junio C Hamano
2006-12-14git-reset: make it work from within a subdirectory.Junio C Hamano
2006-12-14git-fetch: make it work from within a subdirectory.Junio C Hamano
2006-12-14INSTALL: no need to have GNU diff installedJohannes Schindelin
2006-12-14Merge branch 'maint'Junio C Hamano
2006-12-14Bypass expensive content comparsion during rename detection.Shawn O. Pearce
2006-12-14Update git-diff documentationJunio C Hamano
2006-12-14Merge branch 'jc/diff--cached'Junio C Hamano
2006-12-13git-svn: allow both diff.color and color.diffJunio C Hamano
2006-12-13repacked packs should be read-onlyNicolas Pitre
2006-12-13config documentation: group color items together.Junio C Hamano
2006-12-13git-svn: correctly handle "(no author)" when using an authors fileEric Wong
2006-12-13Merge branch 'jc/read-tree-ignore'Junio C Hamano
2006-12-13Merge branch 'ew/rerere'Junio C Hamano
2006-12-13Merge branch 'np/addcommit'Junio C Hamano
2006-12-13Merge branch 'lh/branch-rename'Junio C Hamano
2006-12-13Merge branch 'jc/commit-careful'Junio C Hamano
2006-12-13Merge branch 'ap/clone-origin'Junio C Hamano
2006-12-13Merge branch 'jc/numstat'Junio C Hamano
2006-12-13Merge branch 'rr/cvsexportcommit'Junio C Hamano
2006-12-13Merge branch 'ap/branch'Junio C Hamano
2006-12-13branch --color: change default color selection.Junio C Hamano
2006-12-13Merge branch 'js/merge'Junio C Hamano
2006-12-13send-pack: tighten checks for remote namesJunio C Hamano
2006-12-13git-push: accept tag <tag> as advertised.Junio C Hamano
2006-12-13spurious .sp in manpagesJunio C Hamano
2006-12-13git merge: reword failure message.Junio C Hamano
2006-12-13Remove uncontested renamed files during merge.Shawn Pearce
2006-12-13Revert "git-diff: Introduce --index and deprecate --cached."Junio C Hamano
2006-12-13Merge branch 'maint'Junio C Hamano
2006-12-13git-svn: correctly display fatal() error messagesEric Wong
2006-12-13git-svn: exit with status 1 for test failuresEric Wong
2006-12-13Allow subcommand.color and color.subcommand color configurationAndy Parkins
2006-12-13git-push: document removal of remote ref with :<dst> pathspecJunio C Hamano
2006-12-13merge-recursive: add/add really is modify/modify with an empty baseJohannes Schindelin