summaryrefslogtreecommitdiff
path: root/Documentation
AgeCommit message (Expand)AuthorFilesLines
2006-06-05A Perforce importer for git.Libravatar Sean1-0/+165
2006-06-05Fix typo in tutorial-2.txtLibravatar Linus Torvalds1-1/+1
2006-06-05Fix Documentation/everyday.txt: Junio's workflowLibravatar Horst H. von Brand1-7/+12
2006-06-05Add example xinetd(8) configuration to Documentation/everyday.txtLibravatar Horst H. von Brand1-0/+23
2006-06-03Merge branch 'sp/reflog'Libravatar Junio C Hamano6-4/+67
2006-06-03Merge branch 'jc/fmt-patch'Libravatar Junio C Hamano1-34/+35
2006-06-03Documentation: Spelling fixesLibravatar Horst H. von Brand28-47/+47
2006-06-02Update documentation for git-format-patchLibravatar Dennis Stosberg1-34/+35
2006-05-30Improved pack format documentation.Libravatar Shawn Pearce1-3/+8
2006-05-29Documentation: fix a tutorial-2 typoLibravatar J. Bruce Fields1-1/+1
2006-05-29Documentation: retitle the git-core tutorialLibravatar J. Bruce Fields1-2/+2
2006-05-29documentation: add brief mention of cat-file to tutorial part ILibravatar J. Bruce Fields1-1/+7
2006-05-29documentation: mention gitk font adjustment in tutorialLibravatar J. Bruce Fields1-1/+3
2006-05-29Fix some documentation typoesLibravatar Horst von Brand1-3/+3
2006-05-28Let git-clone to pass --template=dir option to git-init-db.Libravatar Junio C Hamano1-2/+7
2006-05-25Documentation/Makefile: remove extra /Libravatar Martin Waitz1-3/+3
2006-05-24cat-file: document -p optionLibravatar Jeff King1-2/+7
2006-05-24Merge branch 'master' into sp/reflogLibravatar Junio C Hamano10-68/+611
2006-05-22Tutorial #2: broken link fix.Libravatar Junio C Hamano1-1/+1
2006-05-21tutorial-2: typofix in examples.Libravatar Junio C Hamano1-2/+2
2006-05-21tutorial: add discussion of index file, object databaseLibravatar J. Bruce Fields3-6/+414
2006-05-21tutorial: expanded discussion of commit historyLibravatar J. Bruce Fields1-53/+112
2006-05-21tutorial: replace "whatchanged" by "log"Libravatar J. Bruce Fields1-6/+6
2006-05-21Elaborate on why ':' is a bad idea in a ref name.Libravatar Shawn Pearce1-0/+2
2006-05-21Reference git-check-ref-format in git-branch.Libravatar Shawn Pearce2-1/+7
2006-05-20Document that "git add" only adds non-ignored files.Libravatar Santi1-1/+4
2006-05-19Merge branch 'eb/quilt'Libravatar Junio C Hamano1-0/+61
2006-05-19Enable ref log creation in git checkout -b.Libravatar Shawn Pearce1-1/+6
2006-05-19Create/delete branch ref logs.Libravatar Shawn Pearce1-2/+8
2006-05-19Change order of -m option to update-ref.Libravatar Shawn Pearce1-1/+1
2006-05-19Change 'master@noon' syntax to 'master@{noon}'.Libravatar Shawn Pearce1-5/+6
2006-05-19Added logs/ directory to repository layout.Libravatar Shawn Pearce1-0/+11
2006-05-18Implement a --dry-run option to git-quiltimportLibravatar Eric W. Biederman1-1/+7
2006-05-18Implement git-quiltimportLibravatar Eric W. Biederman1-0/+55
2006-05-18Documentation/Makefile: create tarballs for the man pages and html filesLibravatar Tilman Sauerbeck1-2/+6
2006-05-18SubmittingPatches: The download location of External Editor has movedLibravatar Lukas Sandström1-2/+2
2006-05-17Support 'master@2 hours ago' syntaxLibravatar Shawn Pearce1-0/+6
2006-05-17Log ref updates to logs/refs/<ref>Libravatar Shawn Pearce2-0/+34
2006-05-17Convert update-ref to use ref_lock API.Libravatar Shawn Pearce1-1/+1
2006-05-16Merge branch 'maint'Libravatar Junio C Hamano1-4/+14
2006-05-15Merge branch 'se/rev-parse'Libravatar Junio C Hamano1-0/+9
2006-05-15Merge branch 'se/diff'Libravatar Junio C Hamano1-0/+4
2006-05-15Merge branch 'se/rebase'Libravatar Junio C Hamano1-6/+5
2006-05-15Update the documentation for git-merge-baseLibravatar Fredrik Kuivinen1-4/+14
2006-05-15Merge branch 'jc/grep'Libravatar Junio C Hamano1-23/+62
2006-05-14Add "--summary" option to git diff.Libravatar Sean1-0/+4
2006-05-14Make git rebase interactive help match documentation.Libravatar Sean1-6/+5
2006-05-14Add "--branches", "--tags" and "--remotes" options to git-rev-parse.Libravatar Sean1-0/+9
2006-05-14Merge branch 'ml/cvs'Libravatar Junio C Hamano1-1/+8
2006-05-09builtin-grep: -F (--fixed-strings)Libravatar Junio C Hamano1-1/+1