summaryrefslogtreecommitdiffstats
path: root/csum-file.c (unfollow)
Commit message (Expand)AuthorFilesLines
2006-12-18show-ref: fix --quiet --verifyJunio C Hamano1-3/+5
2006-12-18avoid accessing _all_ loose refs in git-show-ref --verifyJunio C Hamano1-0/+17
2006-12-18git-fetch: Avoid reading packed refs over and over againJunio C Hamano2-10/+62
2006-12-17Teach show-branch how to show ref-log data.Junio C Hamano1-5/+30
2006-12-17markup fix in svnimport documentation.Junio C Hamano1-8/+8
2006-12-17Documentation: new option -P for git-svnimportQuy Tonthat1-0/+9
2006-12-17Fix mis-mark-up in git-merge-file.txt documentationJunio C Hamano1-2/+2
2006-12-17Default GIT_COMMITTER_NAME to login name in recieve-pack.Shawn O. Pearce3-0/+18
2006-12-17Fix check_file_directory_conflict().Junio C Hamano2-1/+10
2006-12-17git-add: remove conflicting entry when adding.Junio C Hamano1-1/+1
2006-12-17update-index: make D/F conflict error a bit more verbose.Junio C Hamano1-1/+1
2006-12-16git-branch: rename config vars branch.<branch>.*, tooJohannes Schindelin2-0/+16
2006-12-16add a function to rename sections in the configJohannes Schindelin4-1/+126
2006-12-16merge: give a bit prettier merge message to "merge branch~$n"Junio C Hamano1-9/+17
2006-12-16gitweb: Add "next" link to commit viewJakub Narebski1-9/+29
2006-12-16gitweb: Add title attribute to ref marker with full ref nameJakub Narebski1-1/+2
2006-12-16gitweb: Do not show difftree for merges in "commit" viewJakub Narebski1-7/+15
2006-12-16Document git-merge-fileJohannes Schindelin2-0/+95
2006-12-16git-clone documentationQuy Tonthat1-1/+1
2006-12-16git-status always says what branch it's onAndy Parkins1-1/+1
2006-12-16Align section headers of 'git status' to new 'git add'.Shawn O. Pearce4-12/+13
2006-12-16Suggest use of "git add file1 file2" when there is nothing to commit.Shawn O. Pearce2-6/+7
2006-12-16Make git-diff documentation use [--] when it should.Brian Gernhardt1-3/+3
2006-12-16Add --add option to git-repo-configBrian Gernhardt3-3/+27
2006-12-16Teach bash the new features of 'git show'.Shawn O. Pearce1-3/+21
2006-12-16Export PERL_PATHLuben Tuikov1-0/+2
2006-12-16Enable reflogs by default in any repository with a working directory.Shawn O. Pearce5-4/+21
2006-12-16Provide more meaningful output from 'git init-db'.Shawn O. Pearce4-10/+17
2006-12-16make commit message a little more consistent and confortingNicolas Pitre9-29/+84
2006-12-16Avoid accessing a slow working copy during diffcore operations.Shawn O. Pearce2-3/+28
2006-12-14git-show: grok blobs, trees and tags, tooJohannes Schindelin3-9/+115
2006-12-14git-reset [--mixed] <tree> [--] <paths>...Junio C Hamano1-22/+47
2006-12-14git-reset: make it work from within a subdirectory.Junio C Hamano1-0/+7
2006-12-14git-fetch: make it work from within a subdirectory.Junio C Hamano1-0/+6
2006-12-14INSTALL: no need to have GNU diff installedJohannes Schindelin1-10/+0
2006-12-14Bypass expensive content comparsion during rename detection.Shawn O. Pearce1-0/+2
2006-12-14Update git-diff documentationJunio C Hamano1-17/+35
2006-12-14git-svn: allow both diff.color and color.diffJunio C Hamano1-6/+25
2006-12-13repacked packs should be read-onlyNicolas Pitre1-0/+2
2006-12-13config documentation: group color items together.Junio C Hamano1-18/+18
2006-12-13git-svn: correctly handle "(no author)" when using an authors fileEric Wong1-1/+2
2006-12-13git-blame: show lines attributed to boundary commits differently.Junio C Hamano1-1/+14
2006-12-13branch --color: change default color selection.Junio C Hamano1-2/+2
2006-12-13send-pack: tighten checks for remote namesJunio C Hamano2-1/+22
2006-12-13git-push: accept tag <tag> as advertised.Junio C Hamano1-5/+30
2006-12-13spurious .sp in manpagesJunio C Hamano1-0/+14
2006-12-13git merge: reword failure message.Junio C Hamano1-1/+8
2006-12-13Remove uncontested renamed files during merge.Shawn Pearce2-1/+98
2006-12-13Revert "git-diff: Introduce --index and deprecate --cached."Junio C Hamano2-5/+3
2006-12-13git-svn: correctly display fatal() error messagesEric Wong1-1/+1