summaryrefslogtreecommitdiff
path: root/Documentation
Commit message (Expand)AuthorAgeFilesLines
* git-format-patch: add --output-directory long option againJunio C Hamano2006-06-061-2/+1
* A Perforce importer for git.Sean2006-06-051-0/+165
* Fix typo in tutorial-2.txtLinus Torvalds2006-06-051-1/+1
* Fix Documentation/everyday.txt: Junio's workflowHorst H. von Brand2006-06-051-7/+12
* Add example xinetd(8) configuration to Documentation/everyday.txtHorst H. von Brand2006-06-051-0/+23
* Merge branch 'sp/reflog'Junio C Hamano2006-06-036-4/+67
|\
| * Merge branch 'master' into sp/reflogJunio C Hamano2006-05-2410-68/+611
| |\
| * | Enable ref log creation in git checkout -b.Shawn Pearce2006-05-191-1/+6
| * | Create/delete branch ref logs.Shawn Pearce2006-05-191-2/+8
| * | Change order of -m option to update-ref.Shawn Pearce2006-05-191-1/+1
| * | Change 'master@noon' syntax to 'master@{noon}'.Shawn Pearce2006-05-191-5/+6
| * | Added logs/ directory to repository layout.Shawn Pearce2006-05-191-0/+11
| * | Support 'master@2 hours ago' syntaxShawn Pearce2006-05-171-0/+6
| * | Log ref updates to logs/refs/<ref>Shawn Pearce2006-05-172-0/+34
| * | Convert update-ref to use ref_lock API.Shawn Pearce2006-05-171-1/+1
* | | Merge branch 'jc/fmt-patch'Junio C Hamano2006-06-031-34/+35
|\ \ \
| * | | Update documentation for git-format-patchDennis Stosberg2006-06-021-34/+35
* | | | Documentation: Spelling fixesHorst H. von Brand2006-06-0328-47/+47
|/ / /
* | | Improved pack format documentation.Shawn Pearce2006-05-301-3/+8
* | | Documentation: fix a tutorial-2 typoJ. Bruce Fields2006-05-291-1/+1
* | | Documentation: retitle the git-core tutorialJ. Bruce Fields2006-05-291-2/+2
* | | documentation: add brief mention of cat-file to tutorial part IJ. Bruce Fields2006-05-291-1/+7
* | | documentation: mention gitk font adjustment in tutorialJ. Bruce Fields2006-05-291-1/+3
* | | Fix some documentation typoesHorst von Brand2006-05-291-3/+3
* | | Let git-clone to pass --template=dir option to git-init-db.Junio C Hamano2006-05-281-2/+7
* | | Documentation/Makefile: remove extra /Martin Waitz2006-05-251-3/+3
* | | cat-file: document -p optionJeff King2006-05-241-2/+7
| |/ |/|
* | Tutorial #2: broken link fix.Junio C Hamano2006-05-221-1/+1
* | tutorial-2: typofix in examples.Junio C Hamano2006-05-211-2/+2
* | tutorial: add discussion of index file, object databaseJ. Bruce Fields2006-05-213-6/+414
* | tutorial: expanded discussion of commit historyJ. Bruce Fields2006-05-211-53/+112
* | tutorial: replace "whatchanged" by "log"J. Bruce Fields2006-05-211-6/+6
* | Elaborate on why ':' is a bad idea in a ref name.Shawn Pearce2006-05-211-0/+2
* | Reference git-check-ref-format in git-branch.Shawn Pearce2006-05-212-1/+7
* | Document that "git add" only adds non-ignored files.Santi2006-05-201-1/+4
* | Merge branch 'eb/quilt'Junio C Hamano2006-05-191-0/+61
|\ \
| * | Implement a --dry-run option to git-quiltimportEric W. Biederman2006-05-181-1/+7
| * | Implement git-quiltimportEric W. Biederman2006-05-181-0/+55
* | | Documentation/Makefile: create tarballs for the man pages and html filesTilman Sauerbeck2006-05-181-2/+6
|/ /
* | SubmittingPatches: The download location of External Editor has movedLukas Sandström2006-05-181-2/+2
|/
* Merge branch 'maint'Junio C Hamano2006-05-161-4/+14
|\
| * Update the documentation for git-merge-baseFredrik Kuivinen2006-05-151-4/+14
* | Merge branch 'se/rev-parse'Junio C Hamano2006-05-151-0/+9
|\ \
| * | Add "--branches", "--tags" and "--remotes" options to git-rev-parse.Sean2006-05-141-0/+9
* | | Merge branch 'se/diff'Junio C Hamano2006-05-151-0/+4
|\ \ \
| * | | Add "--summary" option to git diff.Sean2006-05-141-0/+4
| |/ /
* | | Merge branch 'se/rebase'Junio C Hamano2006-05-151-6/+5
|\ \ \
| * | | Make git rebase interactive help match documentation.Sean2006-05-141-6/+5
| |/ /
* | | Merge branch 'jc/grep'Junio C Hamano2006-05-151-23/+62
|\ \ \ | |/ / |/| |
| * | builtin-grep: -F (--fixed-strings)Junio C Hamano2006-05-091-1/+1