aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
AgeCommit message (Expand)AuthorFilesLines
2005-06-07[PATCH] Start cvs-migration documentationJunio C Hamano1-0/+105
2005-06-07[PATCH] read-tree: update documentation for 3-way merge.Junio C Hamano1-24/+66
2005-06-07[PATCH] read-tree: save more user hassles during fast-forward.Junio C Hamano1-0/+74
2005-06-06[PATCH] Document git-ssh-pull and git-ssh-pushDaniel Barkalow2-11/+45
2005-06-06[PATCH] Modify git-rev-list to linearise the commit history in merge order.jon@blackcubes.dyndns.org1-1/+29
2005-06-05[PATCH] Make git-update-cache --force-remove regularPetr Baudis1-2/+2
2005-06-05[PATCH] rename git-rpush and git-rpull to git-ssh-push and git-ssh-pullJunio C Hamano3-14/+14
2005-06-05[PATCH] Documentation: describe git extended diff headers.Junio C Hamano1-1/+35
2005-06-05[PATCH] Documentation: describe diff tweaking.Junio C Hamano1-0/+241
2005-06-05[PATCH] pull: gracefully recover from delta retrieval failure.Junio C Hamano3-3/+12
2005-06-03[PATCH] diff: Fix docs and add -O to diff-helper.Junio C Hamano4-4/+9
2005-06-02[PATCH] git-tar-tree: small doc updateRene Scharfe1-1/+8
2005-06-02Clarify git-diff-cache semantics in the tutorial.Linus Torvalds1-13/+28
2005-06-02[PATCH] Handle deltified object correctly in git-*-pull family.Junio C Hamano3-3/+15
2005-06-02Run the tutorial through ispell once moreLinus Torvalds1-6/+6
2005-06-01tutorial.txt: start describing how to copy repositoriesLinus Torvalds1-3/+97
2005-06-01Update tutorial for simplified "git" script.Linus Torvalds1-8/+19
2005-06-01tutorial.txt: fix typos and a'git-whatchanged' exampleLinus Torvalds1-11/+11
2005-05-31Add first cut at a simple git tutorial.Linus Torvalds1-0/+413
2005-05-30[PATCH] Add -O<orderfile> option to diff-* brothers.Junio C Hamano3-3/+15
2005-05-30[PATCH] Add -B flag to diff-* brothers.Junio C Hamano3-3/+12
2005-05-30[PATCH] diff-helper: Fix R/C score parsing under -z flag.Junio C Hamano1-1/+1
2005-05-29[PATCH] Pickaxe fixes.Junio C Hamano3-3/+16
2005-05-29[PATCH] Rewrite ls-tree to behave more like "/bin/ls -a"Junio C Hamano1-8/+12
2005-05-29[PATCH] Document the --root switch of git-diff-treeThomas Glanzmann1-0/+4
2005-05-26[PATCH] ls-tree matching multiple pathsJason McMullan1-1/+6
2005-05-25[PATCH] show changed tree objects with recursive git-diff-treeJunio C Hamano1-1/+4
2005-05-23[PATCH] Update git-diff-cache documentation.Junio C Hamano1-4/+6
2005-05-23[PATCH] diff-raw format update take #2.Junio C Hamano2-35/+25
2005-05-22Fix up git-fsck-cache documentationLinus Torvalds1-2/+5
2005-05-22[PATCH] Docs - delta objectDavid Greaves3-1/+52
2005-05-22[PATCH] Docs - include README in git.txtDavid Greaves1-25/+21
2005-05-22[PATCH] Docs - Makefile updateDavid Greaves1-7/+21
2005-05-21[PATCH] The diff-raw format updates.Junio C Hamano4-19/+23
2005-05-21[PATCH] Introducing software archaeologist's tool "pickaxe".Junio C Hamano4-4/+19
2005-05-21[PATCH] Diff overhaul, adding half of copy detection.Junio C Hamano4-4/+16
2005-05-20[PATCH] Document -R option for git-diff-tree.Junio C Hamano1-1/+4
2005-05-19[PATCH] diff overhaulJunio C Hamano2-2/+8
2005-05-19[PATCH] manpage name conflictSebastian Kuzminsky3-5/+7
2005-05-19[PATCH] Implement git-checkout-cache -u to update stat information in the cache.Junio C Hamano1-1/+5
2005-05-19[PATCH] Detect renames in diff family.Junio C Hamano4-5/+14
2005-05-18[PATCH] Diff-helper updateJunio C Hamano1-3/+9
2005-05-15[PATCH 3/3] Rename git-diff-tree-helper to git-diff-helper (part 2).Junio C Hamano1-5/+5
2005-05-15[PATCH 2/3] Rename git-diff-tree-helper to git-diff-helper.Junio C Hamano3-2/+2
2005-05-14The Makefile is now aware of Documentation/ include directivesDavid Greaves1-2/+3
2005-05-13[PATCH 3/3] Add git-ls-files -k.Junio C Hamano1-2/+8
2005-05-10Adjust quoting styles for some environment variables in the documentation.Junio C Hamano1-2/+2
2005-05-11Document git-merge-cache -oPetr Baudis1-1/+8
2005-05-10[PATCH 4/4] split core-git.txt and updateDavid Greaves1-0/+24
2005-05-10[PATCH 3/4] split core-git.txt and updateDavid Greaves8-20/+128
2005-05-10[PATCH 2/4] split core-git.txt and updateDavid Greaves1-36/+48
2005-05-10[PATCH 1/4] split core-git.txt and updateDavid Greaves39-1712/+2262
2005-05-09Rename environment variables.Junio C Hamano1-13/+14
2005-05-08[PATCH 2/2] core-git documentation updateDavid Greaves3-501/+971
2005-05-08[PATCH 1/2] core-git documentation updateDavid Greaves1-125/+125
2005-05-07Add git-update-cache --replace option.Junio C Hamano1-1/+9
2005-05-07Fix usage string of git-diff-cache and add documentation of -m flag.Junio C Hamano1-1/+8
2005-05-06[PATCH] Document --stdin, -m, -s, and -v flags to git-diff-treeJunio C Hamano1-1/+29
2005-05-06Steal -t option to git-ls-files from Cogito fork.Petr Baudis1-0/+8
2005-05-06Implement -v (verbose) option for pull methods other than local transport.Junio C Hamano1-0/+32
2005-05-05Add documentation for the rest of commands.Junio C Hamano1-0/+104
2005-05-05Adjust core-git documentation to more recent Linus GIT.Junio C Hamano1-287/+294
2005-05-05Reference documentation for the core git commands.David Greaves1-0/+1128