summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-12-20Fix system header problems on Mac OS XLibravatar Terje Sten Bjerkseth1-0/+2
2006-12-20Merge branch 'ew/svn-pm'Libravatar Junio C Hamano10-1087/+198
2006-12-20diff documentation: mostly talk about <commit>Libravatar Junio C Hamano1-2/+2
2006-12-20Merge branch 'jc/leftright'Libravatar Junio C Hamano5-10/+43
2006-12-20Merge branch 'jc/blame'Libravatar Junio C Hamano1-2/+31
2006-12-20Merge branch 'jc/branch-remove-remote'Libravatar Junio C Hamano1-26/+62
2006-12-20Merge branch 'jc/clone'Libravatar Junio C Hamano13-85/+52
2006-12-20compat/inet_ntop: do not use u_intLibravatar Junio C Hamano1-1/+1
2006-12-20git-add: error out when given no arguments.Libravatar Junio C Hamano1-0/+5
2006-12-20Merge branch 'maint'Libravatar Junio C Hamano1-1/+1
2006-12-20GIT 1.4.4.3Libravatar Junio C Hamano1-1/+1
2006-12-20clarify some error messages wrt unknown object typesLibravatar Nicolas Pitre2-3/+3
2006-12-20simplify inclusion of system header files.Libravatar Junio C Hamano72-201/+42
2006-12-20index-pack usage of mmap() is unacceptably slower on many OSes other than LinuxLibravatar Nicolas Pitre1-13/+14
2006-12-19gitweb: Show '...' links in "summary" view only if there are more itemsLibravatar Robert Fitzsimons1-2/+9
2006-12-19config_rename_section: fix FILE* leakLibravatar Junio C Hamano1-6/+13
2006-12-19Remove COLLISION_CHECK from Makefile since it's not used.Libravatar Brian Gernhardt2-8/+0
2006-12-19fix populate-filespecLibravatar Junio C Hamano1-1/+1
2006-12-19git-cvsserver: fix breakage when calling git merge-fileLibravatar Eric Wong1-1/+1
2006-12-19Revert "Make left-right automatic."Libravatar Junio C Hamano2-11/+3
2006-12-19Move "no merge candidate" warning into git-pullLibravatar Josef Weidendorfer2-10/+4
2006-12-19Use preprocessor constants for environment variable names.Libravatar Junio C Hamano6-12/+16
2006-12-19Do not create $GIT_DIR/remotes/ directory anymore.Libravatar Junio C Hamano2-5/+3
2006-12-19Merge branch 'jc/test-clone' into jc/cloneLibravatar Junio C Hamano29-106/+564
2006-12-19Introduce GIT_TEMPLATE_DIRLibravatar Johannes Schindelin2-3/+7
2006-12-19Revert "fix testsuite: make sure they use templates freshly built from the so...Libravatar Junio C Hamano11-36/+26
2006-12-18blame: -b (blame.blankboundary) and --root (blame.showroot)Libravatar Junio C Hamano1-2/+31
2006-12-18git-branch -d: do not stop at the first failure.Libravatar Quy Tonthat1-18/+39
2006-12-18Teach git-branch to delete tracking branches with -r -dLibravatar Junio C Hamano1-13/+28
2006-12-18fix testsuite: make sure they use templates freshly built from the sourceLibravatar Junio C Hamano11-26/+36
2006-12-18rerere: fix breakage of resolving.Libravatar Junio C Hamano1-1/+1
2006-12-18Add config example with respect to branchLibravatar Aneesh Kumar K.V1-0/+5
2006-12-18Add documentation for show-branch --topicsLibravatar Brian Gernhardt1-1/+9
2006-12-18make git a bit less cryptic on fetch errorsLibravatar Nicolas Pitre3-3/+3
2006-12-18make patch_delta() error cases a bit more verboseLibravatar Nicolas Pitre2-9/+8
2006-12-18racy-git: documentation updates.Libravatar Junio C Hamano1-18/+20
2006-12-18show-ref: fix --exclude-existingLibravatar Junio C Hamano1-3/+4
2006-12-18parse-remote::expand_refs_wildcard()Libravatar Junio C Hamano1-5/+3
2006-12-18vim syntax: follow recent changes to commit templateLibravatar Jeff King1-2/+2
2006-12-17show-ref: fix --verify --hash=lengthLibravatar Junio C Hamano1-10/+15
2006-12-17show-ref: fix --quiet --verifyLibravatar Junio C Hamano1-3/+5
2006-12-17Merge branch 'jc/blame-boundary'Libravatar Junio C Hamano1-1/+14
2006-12-17Merge branch 'jc/reflog' (early part)Libravatar Junio C Hamano1-5/+30
2006-12-17Merge branch 'js/branch-config'Libravatar Junio C Hamano6-1/+142
2006-12-17Merge branch 'jn/web' (early part)Libravatar Junio C Hamano1-33/+183
2006-12-17avoid accessing _all_ loose refs in git-show-ref --verifyLibravatar Junio C Hamano1-0/+17
2006-12-17git-fetch: Avoid reading packed refs over and over againLibravatar Junio C Hamano2-10/+62
2006-12-17Teach show-branch how to show ref-log data.Libravatar Junio C Hamano1-5/+30
2006-12-17Make left-right automatic.Libravatar Junio C Hamano2-3/+11
2006-12-17Teach all of log family --left-right output.Libravatar Junio C Hamano4-10/+28