summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-10-29git-send-email: Read the default SMTP server from the GIT config fileLibravatar Sergey Vlasov2-3/+8
2006-10-29git-send-email: Document support for local sendmail instead of SMTP serverLibravatar Sergey Vlasov1-2/+5
2006-10-29Swap the porcelain and plumbing commands in the git man pageLibravatar Robin Rosenberg1-182/+182
2006-10-29Mention that pull can work locally in the synopsisLibravatar Robin Rosenberg2-2/+2
2006-10-29send-pack --keep: do not explode into loose objects on the receiving end.Libravatar Junio C Hamano4-10/+48
2006-10-28gitweb: Add "next" link to commitdiff viewLibravatar Jakub Narebski1-4/+45
2006-10-28gitweb: Move git_get_last_activity subroutine earlierLibravatar Jakub Narebski1-18/+18
2006-10-28Documentation: fix git-format-patch mark-up and link it from git.txtLibravatar Junio C Hamano2-2/+5
2006-10-28Documentation: Update information about <format> in git-for-each-refLibravatar Jakub Narebski1-1/+5
2006-10-28Bash completion support for aliasesLibravatar Dennis Stosberg1-2/+27
2006-10-27t6022: ignoring untracked files by merge-recursive when they do not matterLibravatar Junio C Hamano1-23/+142
2006-10-27merge-recursive: adjust to loosened "working file clobbered" checkLibravatar Junio C Hamano1-21/+20
2006-10-27merge-recursive: make a few functions static.Libravatar Junio C Hamano1-12/+13
2006-10-27merge-recursive: use abbreviated commit object name.Libravatar Junio C Hamano1-1/+1
2006-10-27merge: loosen overcautious "working file will be lost" check.Libravatar Junio C Hamano3-4/+69
2006-10-27gitweb: Fix up bogus $stylesheet declarationsLibravatar Petr Baudis1-6/+2
2006-10-27index-pack: minor fixes to comment and function nameLibravatar Nicolas Pitre1-12/+12
2006-10-27enhance clone and fetch -k experienceLibravatar Nicolas Pitre2-206/+15
2006-10-27tests: merge-recursive is usable without PythonLibravatar Junio C Hamano5-28/+1
2006-10-27Merge branch 'maint'Libravatar Junio C Hamano5-5/+41
2006-10-27gitweb: Check git base URLs before generating URL from itLibravatar Jakub Narebski1-1/+1
2006-10-27Documentation: add git in /etc/services.Libravatar Christian Couder2-0/+14
2006-10-27Documentation: add upload-archive service to git-daemon.Libravatar Christian Couder1-0/+5
2006-10-26git-cherry: document limit and add diagramLibravatar Rene Scharfe1-2/+17
2006-10-26Merge branch 'jc/reflog' into lj/refsLibravatar Junio C Hamano3-20/+32
2006-10-26Merge branch 'jc/combined' into maintLibravatar Junio C Hamano2-11/+53
2006-10-26Fix show-ref usagestringLibravatar Lars Hjemli1-1/+1
2006-10-26diff-format.txt: Correct information about pathnames quoting in patch formatLibravatar Jakub Narebski1-2/+4
2006-10-26Make git-cherry handle root treesLibravatar Rene Scharfe4-24/+29
2006-10-26Make filenames line up in git-status outputLibravatar Andy Parkins1-7/+7
2006-10-26mimic unpack-objects when --stdin is used with index-packLibravatar Nicolas Pitre1-3/+16
2006-10-26gitweb: Use --no-commit-id in git_commit and git_commitdiffLibravatar Jakub Narebski1-7/+4
2006-10-26Merge branch 'jc/combined'Libravatar Junio C Hamano1-4/+8
2006-10-26combine-diff: honour --no-commit-idLibravatar Junio C Hamano1-3/+3
2006-10-26combine-diff: fix hunk_comment_line logic.Libravatar Junio C Hamano1-1/+5
2006-10-26Merge branch 'jc/combined'Libravatar Junio C Hamano5-54/+148
2006-10-26combine-diff: a few more finishing touches.Libravatar Junio C Hamano2-8/+46
2006-10-26Documentation: clarify refname disambiguation rules.Libravatar Junio C Hamano1-4/+21
2006-10-26add progress status to index-packLibravatar Nicolas Pitre2-6/+75
2006-10-26make index-pack able to complete thin packs.Libravatar Nicolas Pitre2-44/+224
2006-10-26diff-format.txt: Combined diff format documentation supplementLibravatar Jakub Narebski1-8/+68
2006-10-25Remove --syslog in git-daemon inetd documentation examples.Libravatar Christian Couder2-6/+4
2006-10-25Documentation: updates to "Everyday GIT"Libravatar J. Bruce Fields1-31/+12
2006-10-25gitweb: Support for 'forks'Libravatar Petr Baudis1-82/+174
2006-10-25enable index-pack streaming capabilityLibravatar Nicolas Pitre2-30/+111
2006-10-25Merge branch 'maint'Libravatar Junio C Hamano1-1/+1
2006-10-25Documentation/SubmittingPatches: 3+1 != 6Libravatar Junio C Hamano1-1/+1
2006-10-25Merge branch 'aw/cvsimport'Libravatar Junio C Hamano1-15/+10
2006-10-25Merge branch 'jc/web'Libravatar Junio C Hamano2-50/+117
2006-10-25Merge for-each-ref to sync gitweb fully with 'next'Libravatar Junio C Hamano10-28/+1149