summaryrefslogtreecommitdiff
path: root/Documentation
AgeCommit message (Expand)AuthorFilesLines
2006-11-29Document git-repo-config --bool/--int options.Andy Parkins1-0/+6
2006-11-29tutorial: talk about user.name early and don't start with commit -aJunio C Hamano1-5/+24
2006-11-22Move --pretty options into Documentation/pretty-formats.txtChris Riddoch5-15/+83
2006-11-21Doc: Make comment about merging in tutorial.txt more clearPaolo Ciarrocchi1-1/+1
2006-11-21Teach SubmittingPatches about git-commit -sPaolo Ciarrocchi1-0/+3
2006-11-18Documentation: Correct alternates documentation, document http-alternatesPetr Baudis1-3/+14
2006-11-18Documentation: Define symref and update HEAD descriptionPetr Baudis2-5/+16
2006-11-18Document git-runstatusRene Scharfe2-0/+72
2006-11-18git-apply: Documentation typo fixPetr Baudis1-1/+1
2006-11-13Merge branch 'maint'Junio C Hamano1-2/+2
2006-11-12git-update-index(1): fix use of quoting in section titleJonas Fonseca1-2/+2
2006-11-09Merge branch 'maint'Junio C Hamano1-0/+1
2006-11-09Documentation: move blame examplesJunio C Hamano1-4/+7
2006-11-09git-svn: fix dcommit losing changes when out-of-date from svnEric Wong1-0/+1
2006-11-08git-pickaxe: retire pickaxeJunio C Hamano3-167/+68
2006-11-07Merge branch 'jc/pickaxe'Junio C Hamano3-3/+175
2006-11-07git-pack-objects progress flag documentation and cleanupNicolas Pitre1-0/+17
2006-11-07Merge branch 'np/index-pack'Junio C Hamano3-3/+63
2006-11-06Merge branch 'maint'Junio C Hamano1-8/+57
2006-11-06Documentation: Transplanting branch with git-rebase --ontoJakub Narebski1-8/+57
2006-11-06Document git-pack-refs and link it to git(7).Junio C Hamano2-0/+60
2006-11-04Merge branch 'np/verbose-push'Junio C Hamano1-1/+1
2006-11-03remove .keep pack lock files when done with refs updateNicolas Pitre1-0/+11
2006-11-03improve fetch-pack's handling of kept packsNicolas Pitre1-1/+2
2006-11-03Teach receive-pack how to keep pack files based on object count.Shawn Pearce1-1/+10
2006-11-03Merge branch 'master' into np/index-packJunio C Hamano7-26/+197
2006-11-02Merge branch 'maint'Junio C Hamano2-2/+3
2006-11-02Add --global option to git-repo-config.Sean1-13/+18
2006-11-02git-clone documentation didn't mention --origin as equivalent of -oAndy Parkins1-0/+1
2006-11-02Minor grammar fixes for git-diff-index.txtAndy Parkins1-2/+2
2006-11-01make git-push a bit more verboseNicolas Pitre1-1/+1
2006-11-01Merge branch 'maint'Junio C Hamano1-3/+2
2006-11-01pack-objects doesn't create random pack namesNicolas Pitre1-3/+2
2006-11-01Merge branch 'lj/refs'Junio C Hamano3-8/+174
2006-10-31Introduce a new revision set operator <rev>^!Junio C Hamano2-3/+48
2006-10-29Teach git-index-pack how to keep a pack file.Shawn Pearce1-3/+21
2006-10-29Merge early part of branch 'np/index-pack' into sp/keep-packJunio C Hamano1-1/+22
2006-10-29git-send-email: Read the default SMTP server from the GIT config fileSergey Vlasov1-3/+5
2006-10-29git-send-email: Document support for local sendmail instead of SMTP serverSergey Vlasov1-2/+5
2006-10-29Swap the porcelain and plumbing commands in the git man pageRobin Rosenberg1-182/+182
2006-10-29Mention that pull can work locally in the synopsisRobin Rosenberg2-2/+2
2006-10-28Documentation: fix git-format-patch mark-up and link it from git.txtJunio C Hamano2-2/+5
2006-10-28Documentation: Update information about <format> in git-for-each-refJakub Narebski1-1/+5
2006-10-27Merge branch 'maint'Junio C Hamano4-4/+40
2006-10-27Documentation: add git in /etc/services.Christian Couder2-0/+14
2006-10-27Documentation: add upload-archive service to git-daemon.Christian Couder1-0/+5
2006-10-26git-cherry: document limit and add diagramRene Scharfe1-2/+17
2006-10-26Merge branch 'jc/combined' into maintJunio C Hamano1-3/+3
2006-10-26diff-format.txt: Correct information about pathnames quoting in patch formatJakub Narebski1-2/+4
2006-10-26Merge branch 'jc/combined'Junio C Hamano4-49/+105