aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
AgeCommit message (Expand)AuthorFilesLines
2005-10-09git-tag: update usage string and documentation.Junio C Hamano1-3/+1
2005-10-07s/checkout-cache/checkout-index/g for Documentation/git-ls-files.txtKai Ruemmler1-1/+1
2005-10-05Fix usage of carets in git-rev-parse(1)Jonas Fonseca2-11/+17
2005-10-05Some typos and light editing of various manpagesChristian Meder14-38/+39
2005-10-04Add missing documentation.Junio C Hamano2-0/+110
2005-10-03[PATCH] Random documentation fixesJonas Fonseca26-192/+209
2005-10-02[PATCH] Update git-clone documentationEric W. Biederman1-1/+14
2005-10-02[PATCH] Teach git-ls-files about '--' to denote end of options.Fredrik Kuivinen1-1/+8
2005-09-27update-index: document --stdin and -zJunio C Hamano1-1/+10
2005-09-24Diff: --name-status output format.Junio C Hamano1-2/+2
2005-09-24Diff: -l<num> to limit rename/copy detection.Junio C Hamano1-0/+7
2005-09-24[PATCH] Finish documenting trivial merge rulesDaniel Barkalow1-10/+39
2005-09-24[PATCH] git-daemon --syslog to log through syslogPetr Baudis1-1/+5
2005-09-24[PATCH] Update git-daemon documentation wrt. the --verbose parameterPetr Baudis1-1/+4
2005-09-23Merge 'fixes' branch.Junio C Hamano1-1/+4
2005-09-23[PATCH] document command to show diff of a commitRobert Watson1-1/+4
2005-09-22[PATCH] Retitle 'inspecting what happened' section.Jon Loeliger1-2/+2
2005-09-22Retire diff-helper.Junio C Hamano3-58/+1
2005-09-22Retire rev-tree.Junio C Hamano3-93/+2
2005-09-22Retire git-export.Junio C Hamano2-34/+0
2005-09-21Merge branch 'fixes'Junio C Hamano1-3/+5
2005-09-21Fix documentation dependency.Junio C Hamano1-3/+5
2005-09-21Update tutorial with Octopus usage.Junio C Hamano1-1/+103
2005-09-20Show modified files in git-ls-filesJunio C Hamano1-3/+6
2005-09-20Document -i flag to git-read-treeJunio C Hamano1-1/+11
2005-09-20[PATCH] Documentation: Update all files to use the new gitlink: macroSergey Vlasov94-201/+201
2005-09-20[PATCH] Documentation: Add asciidoc.conf file and gitlink: macroSergey Vlasov2-2/+23
2005-09-18Arrgh -- another asciidoc caret workaround.Junio C Hamano1-1/+2
2005-09-18Document extended SHA1 used by git-rev-parse.Junio C Hamano1-0/+34
2005-09-16[PATCH] PATCH Documentation/git-rev-list.txt typo fixPeter Hagervall1-2/+5
2005-09-15[PATCH] Documentation/git-rev-list.txt typo fixjdl@freescale.com1-2/+2
2005-09-15[PATCH] Document git-fetch optionsSergey Vlasov2-0/+17
2005-09-15Retire info/rev-cacheJunio C Hamano5-90/+0
2005-09-15[PATCH] Use '-d' as the first flag to 'install'Peter Eriksen1-1/+1
2005-09-12Document git-grep and link it from the main git(7) page.Junio C Hamano2-3/+53
2005-09-11[PATCH] archimport documentation tidyupmartin@catalyst.net.nz1-4/+5
2005-09-11[PATCH] archimport documentation updatemartin@catalyst.net.nz1-10/+49
2005-09-11[PATCH] Escape asciidoc's built-in em-dash replacementYasushi SHOJI4-12/+12
2005-09-10'git-merge': Documentation.Junio C Hamano2-0/+55
2005-09-10[PATCH] Document the trivial merge rules for 3(+more ancestors)-way merges.Daniel Barkalow1-0/+92
2005-09-10Add 'git bisect replay/log' documentation.Junio C Hamano1-1/+11
2005-09-10[PATCH] Documentation/repository-layout.txt typoSven Verdoolaege1-1/+1
2005-09-09show-branch: --list and --independentJunio C Hamano1-2/+14
2005-09-09[PATCH] fix tutorial typojdl@freescale.com1-1/+1
2005-09-09[PATCH] Fix tutorial reference to git-*-scripts.jdl@freescale.com1-5/+5
2005-09-09Ignore datestamp-only changes when installing webdoc.Junio C Hamano1-1/+1
2005-09-08Show all merge-base candidates from show-branch --merge-baseJunio C Hamano1-2/+2
2005-09-07Documentation updates.Junio C Hamano4-28/+74
2005-09-07Big tool rename.Junio C Hamano62-328/+372
2005-09-07Documentation updates.Junio C Hamano1-12/+12
2005-09-07[PATCH] Docs for git-build-rev-cache.A Large Angry SCM1-10/+10
2005-09-07[PATCH] Docs for git-show-rev-cache.A Large Angry SCM1-10/+9
2005-09-07[PATCH] Docs for git-reset-script.A Large Angry SCM1-9/+16
2005-09-07[PATCH] Docs for git-checkout-script.A Large Angry SCM1-9/+14
2005-09-07Documentation updates.Junio C Hamano4-18/+167
2005-09-06[PATCH] Update documentation for git-get-tar-commit-idRene Scharfe2-15/+13
2005-09-06[PATCH] git-cvsimport-script: handling of tagsH. Peter Anvin1-0/+3
2005-09-06Format fix for asciidoc documentation titles.Junio C Hamano3-4/+3
2005-09-05Retire git-clone-dumb-http.Junio C Hamano2-39/+0
2005-09-04[PATCH] Update documentation of --compose to git-send-email-script.txtRyan Anderson1-4/+9
2005-09-04Add a link from update-server-info documentation to repository layout.Junio C Hamano1-2/+21
2005-09-04[PATCH] Doc: replace read-cache with git-read-tree.Paolo 'Blaisorblade' Giarrusso1-2/+2
2005-09-02Document hooks.Junio C Hamano6-2/+157
2005-09-02Mention post-update when we first talk about publishing a repository.Junio C Hamano1-0/+6
2005-09-01Add repository-layout document.Junio C Hamano4-14/+148
2005-08-31Add Pine 4.63 help from Daniel.Junio C Hamano1-0/+12
2005-08-30Update tutorial.Junio C Hamano1-291/+370
2005-08-30Documentaion updates.Junio C Hamano8-316/+403
2005-08-29Make sure howto/*.html is built as well.Junio C Hamano1-2/+2
2005-08-29Allow asciidoc formatted documentation in howto/Junio C Hamano3-4/+18
2005-08-29Add [HOWTO] revert/branch/rebase.Junio C Hamano1-0/+199
2005-08-29[PATCH] Update Thunderbird specific hints.A Large Angry SCM1-6/+2
2005-08-29[PATCH] Documentation for git-request-pull-script.A Large Angry SCM1-8/+10
2005-08-29[PATCH] Documentation for git-clone-dumb-http.A Large Angry SCM1-10/+8
2005-08-29[PATCH] Documentation for git-daemon.A Large Angry SCM1-9/+17
2005-08-29Accumulated documentation updates.Junio C Hamano8-149/+297
2005-08-29Document "git cherry-pick" and "git revert"Junio C Hamano3-1/+75
2005-08-29Remove git-apply-patch-script.Junio C Hamano3-36/+1
2005-08-28[PATCH] tutorial note about git branchAmos Waterland1-0/+1
2005-08-28Update SubmittingPatches.Junio C Hamano1-7/+55
2005-08-28[PATCH] Add footnote about Thunderbird about trimming trailing WS.A Large Angry SCM1-2/+4
2005-08-28[PATCH] Add some documentation.A Large Angry SCM2-20/+13
2005-08-26Update SubmittingPatches to add MUA specific notes.Junio C Hamano1-0/+110
2005-08-26Add how-to on using update-hook.Junio C Hamano1-0/+83
2005-08-26Update the main documentation index.Junio C Hamano3-34/+34
2005-08-26[PATCH] Subject: [PATCH] Add some documentation.A Large Angry SCM10-106/+77
2005-08-26[PATCH] git bugfixes and cleanups, mainly Debian thingsTommi Virtanen1-0/+5
2005-08-26[PATCH] git bugfixes and cleanups, mainly Debian thingsTommi Virtanen1-1/+1
2005-08-26Add Abstract: support for howto index generator.Junio C Hamano5-2/+39
2005-08-26[PATCH] More missing terms in glossary.txtJohannes Schindelin1-2/+12
2005-08-26[PATCH] update howto/using-topic-branches.txttony.luck@intel.com1-23/+45
2005-08-25Don't forget to build the howto-index file.Junio C Hamano1-0/+1
2005-08-25Link howto documents from the main git.txt documentation.Junio C Hamano4-1/+71
2005-08-24Fix markup minimally to get man pages built.Junio C Hamano1-1/+1
2005-08-24Update tutorial to describe shared repository style a bit more.Junio C Hamano1-20/+53
2005-08-24Documentation: multi-head fetch.Junio C Hamano8-63/+170
2005-08-23Link the tutorial from the main document.Junio C Hamano1-0/+3
2005-08-23Tutorial updates.Junio C Hamano2-195/+275
2005-08-23Add placeholders for missing documents.Junio C Hamano30-1/+1194
2005-08-22Clean-up output from "git show-branch" and document it.Junio C Hamano3-72/+108
2005-08-18Link the glossary document from the main manual.Junio C Hamano1-6/+1
2005-08-18[PATCH] Updates to glossaryJohannes Schindelin1-6/+22
2005-08-18[PATCH] updates for Documentation/howto/using-topic-branches.txtLuck, Tony1-2/+113
2005-08-18[PATCH] Add Makefile target glossary.htmlJohannes Schindelin2-1/+76
2005-08-17[PATCH] Assorted changes to glossaryJohannes Schindelin1-43/+61
2005-08-17[PATCH] Add merge detection to git-cvsimportMartin Langhoff1-1/+11
2005-08-17[PATCH] Add GIT glossaryJohannes Schindelin1-0/+198
2005-08-17[PATCH] use it's and its correctly in documentationGreg Louis1-1/+1
2005-08-17[PATCH] Also handle CVS branches with a '/' in their nameJohannes Schindelin1-1/+5
2005-08-16[PATCH] Add a bit more links to the commands to the main git(7) page.Junio C Hamano1-0/+24
2005-08-16[PATCH] Reformat git-show-branches-script documentation.Junio C Hamano1-9/+11
2005-08-16[PATCH] Add -k kill keyword expansion option to git-cvsimport - revisedMartin Langhoff1-1/+6
2005-08-16[PATCH] Fixed two bugs in git-cvsimport-script.iso-8859-1?Q?David_K=E5gedal1-1/+8
2005-08-15[PATCH] Add documentation for git repack and git-prune-packed.Junio C Hamano4-0/+97
2005-08-15Keep excellent tutorial for using topic branches by Tony LuckJunio C Hamano1-0/+153
2005-08-15[PATCH] Run Ispell through git.txtYasushi SHOJI1-6/+6
2005-08-15Add git-show-branches-scriptJunio C Hamano2-0/+71
2005-08-15[PATCH] Add some simple howtos, culled from the mailing list.Ryan Anderson3-0/+288
2005-08-14Documentation updates.Junio C Hamano13-17/+231
2005-08-13Add SubmittingPatchesJunio C Hamano1-0/+130
2005-08-12[PATCH] Use $DESTDIR instead of $destPetr Baudis1-3/+4
2005-08-12fetch-pack: start multi-head pulling.Junio C Hamano1-11/+7
2005-08-12Update unpack-objects usage and documentation.Junio C Hamano1-1/+7
2005-08-09ls-remote: drop storing operation and add documentation.Junio C Hamano1-0/+64
2005-08-09Document "git commit"Junio C Hamano2-8/+65
2005-08-05[PATCH] Assorted documentation patchesJohannes Schindelin19-50/+58
2005-08-04Retire git-check-files documentation too.Junio C Hamano1-50/+0
2005-08-03Retire check-files.Junio C Hamano1-3/+0
2005-08-03git-send-pack: documentationJunio C Hamano1-1/+47
2005-08-02[PATCH] Doc: update git-send-email-script documentation.Ryan Anderson1-0/+13
2005-08-02[PATCH] Add documentation for git-send-email-scriptRyan Anderson1-0/+61
2005-08-02receive-pack hooks updates.Junio C Hamano1-20/+20
2005-08-01[PATCH] git-merge-cache -q doesn't complain about failing merge programPetr Baudis1-2/+7
2005-08-01[PATCH] Updates to tutorial.txtJohannes Schindelin1-19/+17
2005-08-01CVS-like push-pull description update.Junio C Hamano1-6/+4
2005-08-01[PATCH] Updates for cvs-migration.txtJohannes Schindelin1-6/+22
2005-07-31[PATCH] Added hook in git-receive-packJosef Weidendorfer1-0/+49
2005-07-29[PATCH] document git-rev-list betterMatthias Urlichs1-2/+23
2005-07-29[PATCH] Trivial tidyupsPetr Baudis1-2/+1
2005-07-29Documentation and tests: ls-files exclude pattern.Junio C Hamano1-13/+14
2005-07-29Tutorial: use a bit longer sample filenames.Junio C Hamano1-40/+40
2005-07-27[PATCH] Add documentation for git-rename-scriptRyan Anderson1-0/+34
2005-07-27Document --strict flag to the fsck-cache command.Junio C Hamano1-1/+9
2005-07-27Tutorial typofix.Linus Torvalds1-1/+1
2005-07-25Documentation: describe git-ls-files --exclude patterns.Junio C Hamano1-4/+92
2005-07-25Update the documentation for git-tag-script to reflect current behavior.Ryan Anderson1-5/+11
2005-07-23[PATCH] Document update-server-info.Junio C Hamano2-0/+46
2005-07-23[PATCH] Documentation: git-peek-remote.Junio C Hamano2-3/+59
2005-07-23Update tutorial.txt branches/tags to use the nicer helper syntaxLinus Torvalds1-21/+31
2005-07-22[PATCH] tutorial: mention "git clone" records .git/branches/originJunio C Hamano1-22/+18
2005-07-22[PATCH] Fix a typo in git-unpack-objects documentation.Jan Veldeman1-1/+1
2005-07-16[PATCH] Documentation: describe short-hand used in fetch/pull.Junio C Hamano5-6/+130
2005-07-15[PATCH] Documentation: update recommended workflow when working with others.Junio C Hamano1-19/+42
2005-07-15[PATCH] Documentation: adjust cvsimport command line.Junio C Hamano1-1/+1
2005-07-15Fix up "make doc"Linus Torvalds2-2/+2
2005-07-15[PATCH] Documentation: pull, push, packing repository and working with others.Junio C Hamano1-74/+283
2005-07-15[PATCH] Documentation: update tutorial to talk about push.Junio C Hamano1-7/+80
2005-07-15[PATCH] Add doc and install-doc targets to the MakefileEric W. Biederman1-0/+13
2005-07-15[PATCH] Update the list of diagnostics for git-commit-treeEric W. Biederman1-0/+4
2005-07-15[PATCH] Add git-var a tool for reading interesting git variables.Eric W. Biederman2-0/+63
2005-07-14[PATCH] Documentation: push-pull commands into a separate category.Junio C Hamano1-23/+42
2005-07-14[PATCH] Documentation: send/receive.Junio C Hamano2-0/+87
2005-07-14[PATCH] Documentation: clone/fetch/upload.Junio C Hamano3-4/+122
2005-07-14[PATCH] Documentation: packed GIT support commands.Junio C Hamano4-1/+161
2005-07-13[PATCH] apply: match documentation, usage string and code.Junio C Hamano1-12/+16
2005-07-13[PATCH] Remove leftover comment from documentation.Junio C Hamano1-13/+0
2005-07-13[PATCH] clone-pack and clone-script: documentation and add a missing parameter.Junio C Hamano3-0/+127
2005-07-13[PATCH] Document two pack push-pull protocols.Junio C Hamano1-0/+38
2005-07-13[PATCH] Clean up diff option descriptions.Junio C Hamano6-176/+65
2005-07-11[PATCH] git-cvsimport-script: add "import only" optionSven Verdoolaege1-1/+6
2005-07-11[PATCH] add --missing-ok option to write-treeBryan Larsen1-1/+6
2005-07-08Update the tutorial a bitLinus Torvalds1-8/+242
2005-07-08[PATCH] Add --info-only option to git-update-cache.Bryan Larsen1-6/+24
2005-07-08[PATCH] Expose object ID computation functions.Bryan Larsen3-35/+38
2005-07-05Merge with Linus' current treeMatthias Urlichs2-7/+102
2005-07-03Support :ext: access method.Sven Verdoolaege1-1/+2
2005-07-03git-cvsimport-script: clean up documentationSven Verdoolaege1-8/+0
2005-07-03Make specification of CVS module to convert optional.Sven Verdoolaege1-1/+1
2005-07-03Fixed a typo in Documentation/git-cvsimport-script.txt.Sven Verdoolaege1-1/+1
2005-06-30cvsimport: add documentation.Matthias Urlichs1-0/+82
2005-06-29[PATCH] Add git-verify-pack command.Junio C Hamano2-0/+41
2005-06-28[PATCH] Update fsck-cache (take 2)Junio C Hamano1-1/+17
2005-06-28More docMatthias Urlichs1-15/+19
2005-06-28Document the new migration toolMatthias Urlichs1-4/+20
2005-06-28[PATCH] git-cat-file: '-s' to find out object size.Junio C Hamano1-3/+9
2005-06-27[PATCH] Remove "delta" object representation.Junio C Hamano7-80/+1
2005-06-27[PATCH] git-ssh-pull: commit-id consistencySven Verdoolaege1-1/+1
2005-06-25[PATCH] http-pull: documentation updates.Junio C Hamano1-2/+4
2005-06-22[PATCH] git-apply: documentation.Junio C Hamano1-0/+72
2005-06-22[PATCH] local-pull: implement fetch_ref()Junio C Hamano1-2/+5
2005-06-19[PATCH] Rework -B output.Junio C Hamano1-0/+9
2005-06-19[PATCH] Update diff documentation.Junio C Hamano6-14/+129
2005-06-14Update tutorial a bit for scripted helpers.Linus Torvalds1-7/+19
2005-06-12[PATCH] cvs-migration.txtTommy M. McGuire1-5/+7
2005-06-12[PATCH] Tutorial update to adjust for -B fixJunio C Hamano1-7/+0
2005-06-08[PATCH] Tidy up some rev-list-related stuffPetr Baudis1-18/+33
2005-06-08cvs-migration: add more of a header to the "annotate" discussionLinus Torvalds1-3/+20
2005-06-08[PATCH] Miniscule correction of diff-format.txtChristian Meder1-6/+7
2005-06-07Talk about "git cvsimport" in the cvs migration docsLinus Torvalds1-1/+89
2005-06-07[PATCH] Documentation: describe diff tweaking (fix).Junio C Hamano1-1/+1