summaryrefslogtreecommitdiffstats
path: root/daemon.c (unfollow)
Commit message (Expand)AuthorFilesLines
2006-12-20simplify inclusion of system header files.Junio C Hamano72-201/+42
2006-12-20index-pack usage of mmap() is unacceptably slower on many OSes other than LinuxNicolas Pitre1-13/+14
2006-12-20gitweb: Show '...' links in "summary" view only if there are more itemsRobert Fitzsimons1-2/+9
2006-12-20config_rename_section: fix FILE* leakJunio C Hamano1-6/+13
2006-12-20Remove COLLISION_CHECK from Makefile since it's not used.Brian Gernhardt2-8/+0
2006-12-20fix populate-filespecJunio C Hamano1-1/+1
2006-12-20git-cvsserver: fix breakage when calling git merge-fileEric Wong1-1/+1
2006-12-19rerere: fix breakage of resolving.Junio C Hamano1-1/+1
2006-12-19Add config example with respect to branchAneesh Kumar K.V1-0/+5
2006-12-19Add documentation for show-branch --topicsBrian Gernhardt1-1/+9
2006-12-19make git a bit less cryptic on fetch errorsNicolas Pitre3-3/+3
2006-12-19make patch_delta() error cases a bit more verboseNicolas Pitre2-9/+8
2006-12-18racy-git: documentation updates.Junio C Hamano1-18/+20
2006-12-18show-ref: fix --exclude-existingJunio C Hamano1-3/+4
2006-12-18parse-remote::expand_refs_wildcard()Junio C Hamano1-5/+3
2006-12-18vim syntax: follow recent changes to commit templateJeff King1-2/+2
2006-12-18show-ref: fix --verify --hash=lengthJunio C Hamano1-10/+15
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