summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-12-16add a function to rename sections in the configLibravatar Johannes Schindelin4-1/+126
2006-12-16merge: give a bit prettier merge message to "merge branch~$n"Libravatar Junio C Hamano1-9/+17
2006-12-16Document git-merge-fileLibravatar Johannes Schindelin2-0/+95
2006-12-15git-clone documentationLibravatar Quy Tonthat1-1/+1
2006-12-15git-status always says what branch it's onLibravatar Andy Parkins1-1/+1
2006-12-15Align section headers of 'git status' to new 'git add'.Libravatar Shawn O. Pearce4-12/+13
2006-12-15Suggest use of "git add file1 file2" when there is nothing to commit.Libravatar Shawn O. Pearce2-6/+7
2006-12-15Make git-diff documentation use [--] when it should.Libravatar Brian Gernhardt1-3/+3
2006-12-15Add --add option to git-repo-configLibravatar Brian Gernhardt3-3/+27
2006-12-15Teach bash the new features of 'git show'.Libravatar Shawn O. Pearce1-3/+21
2006-12-15Export PERL_PATHLibravatar Luben Tuikov1-0/+2
2006-12-15Enable reflogs by default in any repository with a working directory.Libravatar Shawn O. Pearce5-4/+21
2006-12-15Provide more meaningful output from 'git init-db'.Libravatar Shawn O. Pearce4-10/+17
2006-12-15make commit message a little more consistent and confortingLibravatar Nicolas Pitre9-29/+84
2006-12-15Avoid accessing a slow working copy during diffcore operations.Libravatar Shawn O. Pearce2-3/+28
2006-12-15Merge branch 'js/show'Libravatar Junio C Hamano3-9/+115
2006-12-14git-show: grok blobs, trees and tags, tooLibravatar Johannes Schindelin3-9/+115
2006-12-14git-reset [--mixed] <tree> [--] <paths>...Libravatar Junio C Hamano1-22/+47
2006-12-14git-reset: make it work from within a subdirectory.Libravatar Junio C Hamano1-0/+7
2006-12-14git-fetch: make it work from within a subdirectory.Libravatar Junio C Hamano1-0/+6
2006-12-14INSTALL: no need to have GNU diff installedLibravatar Johannes Schindelin1-10/+0
2006-12-14Merge branch 'maint'Libravatar Junio C Hamano1-0/+2
2006-12-14Bypass expensive content comparsion during rename detection.Libravatar Shawn O. Pearce1-0/+2
2006-12-14Update git-diff documentationLibravatar Junio C Hamano1-17/+35
2006-12-13Merge branch 'jc/diff--cached'Libravatar Junio C Hamano2-5/+3
2006-12-13git-svn: allow both diff.color and color.diffLibravatar Junio C Hamano1-6/+25
2006-12-13repacked packs should be read-onlyLibravatar Nicolas Pitre1-0/+2
2006-12-13config documentation: group color items together.Libravatar Junio C Hamano1-18/+18
2006-12-13git-svn: correctly handle "(no author)" when using an authors fileLibravatar Eric Wong1-1/+2
2006-12-13Merge branch 'jc/read-tree-ignore'Libravatar Junio C Hamano9-20/+139
2006-12-13Merge branch 'ew/rerere'Libravatar Junio C Hamano4-2/+106
2006-12-13Merge branch 'np/addcommit'Libravatar Junio C Hamano6-122/+230
2006-12-13Merge branch 'lh/branch-rename'Libravatar Junio C Hamano5-26/+257
2006-12-13Merge branch 'jc/commit-careful'Libravatar Junio C Hamano2-0/+4
2006-12-13Merge branch 'ap/clone-origin'Libravatar Junio C Hamano1-1/+3
2006-12-13Merge branch 'jc/numstat'Libravatar Junio C Hamano1-1/+4
2006-12-13Merge branch 'rr/cvsexportcommit'Libravatar Junio C Hamano2-166/+145
2006-12-13Merge branch 'ap/branch'Libravatar Junio C Hamano1-5/+87
2006-12-13branch --color: change default color selection.Libravatar Junio C Hamano1-2/+2
2006-12-13Merge branch 'js/merge'Libravatar Junio C Hamano19-179/+715
2006-12-13send-pack: tighten checks for remote namesLibravatar Junio C Hamano2-1/+22
2006-12-13git-push: accept tag <tag> as advertised.Libravatar Junio C Hamano1-5/+30
2006-12-13spurious .sp in manpagesLibravatar Junio C Hamano1-0/+14
2006-12-13git merge: reword failure message.Libravatar Junio C Hamano1-1/+8
2006-12-13Remove uncontested renamed files during merge.Libravatar Shawn Pearce2-1/+98
2006-12-13Revert "git-diff: Introduce --index and deprecate --cached."Libravatar Junio C Hamano2-5/+3
2006-12-13Merge branch 'maint'Libravatar Junio C Hamano0-0/+0
2006-12-13git-svn: correctly display fatal() error messagesLibravatar Eric Wong1-1/+1
2006-12-13git-svn: exit with status 1 for test failuresLibravatar Eric Wong1-8/+12
2006-12-13Allow subcommand.color and color.subcommand color configurationLibravatar Andy Parkins6-12/+15