aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
AgeCommit message (Expand)AuthorFilesLines
2006-05-16Merge branch 'maint'Junio C Hamano1-4/+14
2006-05-15Merge branch 'se/rev-parse'Junio C Hamano1-0/+9
2006-05-15Merge branch 'se/diff'Junio C Hamano1-0/+4
2006-05-15Merge branch 'se/rebase'Junio C Hamano1-6/+5
2006-05-15Update the documentation for git-merge-baseFredrik Kuivinen1-4/+14
2006-05-15Merge branch 'jc/grep'Junio C Hamano1-23/+62
2006-05-14Add "--summary" option to git diff.Sean1-0/+4
2006-05-14Make git rebase interactive help match documentation.Sean1-6/+5
2006-05-14Add "--branches", "--tags" and "--remotes" options to git-rev-parse.Sean1-0/+9
2006-05-14Merge branch 'ml/cvs'Junio C Hamano1-1/+8
2006-05-09builtin-grep: -F (--fixed-strings)Junio C Hamano1-1/+1
2006-05-09Merge branch 'jc/clean'Junio C Hamano1-1/+4
2006-05-09Merge branch 'jc/again'Junio C Hamano1-1/+5
2006-05-09Merge branch 'tojunio' of http://locke.catalyst.net.nz/git/git-martinlanghoff...Junio C Hamano1-1/+8
2006-05-08Teach git-clean optional <paths>... parameters.Junio C Hamano1-1/+4
2006-05-08Merge branch 'fix'Junio C Hamano1-3/+4
2006-05-08Documentation: {caret} fixes (git-rev-list.txt)Junio C Hamano1-3/+4
2006-05-08builtin-grep: documentationJunio C Hamano1-23/+62
2006-05-07Merge branch 'fix'Junio C Hamano2-5/+6
2006-05-07repo-config: document what value_regexp does a bit more clearly.Junio C Hamano1-4/+5
2006-05-08Merge with git://kernel.org/pub/scm/git/git.gitMartin Langhoff25-205/+317
2006-05-07core-tutorial.txt: escape asteriskMatthias Lederhofer1-1/+1
2006-05-05update-index --againJunio C Hamano1-1/+5
2006-05-05core.prefersymlinkrefs: use symlinks for .git/HEADJunio C Hamano1-3/+5
2006-05-05Clarify git-cherry documentation.sean1-5/+14
2006-05-05Update git-unpack-objects documentation.sean1-3/+10
2006-05-05Fix up docs where "--" isn't displayed correctly.sean12-13/+13
2006-05-05Several trivial documentation touch ups.sean6-6/+10
2006-05-03Merge branch 'jc/symref'Junio C Hamano1-3/+5
2006-05-03Merge branch 'js/repoconfig'Junio C Hamano1-1/+4
2006-05-03Merge branch 'jc/count'Junio C Hamano1-1/+11
2006-05-03Merge branch 'maint'Junio C Hamano2-169/+242
2006-05-03Add a few more words to the glossary.v1.3.2Jon Loeliger1-12/+51
2006-05-03Added definitions for a few words:Jon Loeliger2-1/+34
2006-05-03Alphabetize the glossary.Jon Loeliger1-169/+170
2006-05-03Merge branch 'fix'Junio C Hamano2-3/+3
2006-05-03add documentation for update-index --unresolveMatthias Kestenholz1-1/+5
2006-05-03fix various typos in documentationMatthias Kestenholz2-3/+3
2006-05-03Merge with git://kernel.org/pub/scm/git/git.gitMartin Langhoff1-13/+63
2006-05-02core.prefersymlinkrefs: use symlinks for .git/HEADJunio C Hamano1-3/+5
2006-05-02repo-config: support --get-regexpJohannes Schindelin1-1/+4
2006-05-01builtin-count-objects: make it official.Junio C Hamano1-1/+11
2006-05-01Merge branch 'se/rebase'Junio C Hamano1-13/+63
2006-05-01Merge with git://kernel.org/pub/scm/git/git.gitMartin Langhoff12-132/+169
2006-04-28Merge branch 'fix'Junio C Hamano10-131/+163
2006-04-28Fix trivial typo in git-log man page.Sean Estabrooks1-4/+3
2006-04-28Properly render asciidoc "callouts" in git man pages.Sean Estabrooks2-1/+17
2006-04-28Fix up remaining man pages that use asciidoc "callouts".Sean Estabrooks6-108/+104
2006-04-28Update the git-branch man page to include the "-r" option,Sean Estabrooks1-18/+39
2006-04-26Add --continue and --abort options to git-rebase.sean1-13/+63
2006-04-26git-cvsexportcommit: Add -f(orce) and -m(essage prefix) flags, small cleanups.Martin Langhoff1-1/+8
2006-04-24Deprecate usage of git-var -l for getting config vars listPetr Baudis1-1/+2
2006-04-24git-repo-config --list supportPetr Baudis1-0/+4
2006-04-24Document the configuration filePetr Baudis2-13/+197
2006-04-24Document git-var -l listing also configuration variablesPetr Baudis1-1/+4
2006-04-18Document git-clone --referenceShawn Pearce1-1/+20
2006-04-18Add git-annotate(1) and git-blame(1)Jonas Fonseca3-0/+92
2006-04-15diff-options: add --patch-with-statJohannes Schindelin1-0/+3
2006-04-14Merge branch 'js/diffstat'Junio C Hamano1-0/+3
2006-04-14git-log <diff-options> <paths> documentationJunio C Hamano1-4/+20
2006-04-13diff-options: add --stat (take 2)Johannes Schindelin1-0/+3
2006-04-13Documentation: add a couple of missing docs.Junio C Hamano3-0/+93
2006-04-11Merge branch 'jc/withraw' into nextJunio C Hamano1-0/+3
2006-04-11Document --patch-with-rawPetr Baudis1-0/+3
2006-04-10Implement limited context matching in git-apply.Eric W. Biederman1-1/+7
2006-04-09Improve the git-diff-tree -c/-cc documentationPetr Baudis1-9/+16
2006-04-07Add Documentation/technical/pack-format.txtJunio C Hamano1-0/+111
2006-04-07Added Packing Heursitics IRC writeup.Jon Loeliger1-0/+466
2006-04-05Add documentation for git-imap-send.Mike McCormack1-0/+60
2006-04-05Tweaks to make asciidoc play nice.Francis Daly1-4/+5
2006-04-05git-commit: document --amendMarco Roeland1-1/+23
2006-04-05Merge branch 'pb/regex'Junio C Hamano1-0/+4
2006-04-05Add git-clean commandPavel Roskin1-0/+50
2006-04-04Support for pickaxe matching regular expressionsPetr Baudis1-0/+4
2006-04-02Documentation: revise top of git man pageJ. Bruce Fields1-48/+41
2006-03-26Merge branch 'master' into nextJunio C Hamano2-0/+15
2006-03-26Optionally do not list empty directories in git-ls-files --othersPetr Baudis1-0/+3
2006-03-26Document git-rebase behavior on conflicts.J. Bruce Fields1-0/+12
2006-03-25Merge branch 'rs/tar-tree' into nextJunio C Hamano5-27/+52
2006-03-24Removed bogus "<snap>" identifier.Jon Loeliger1-4/+0
2006-03-24Clarify and expand some hook documentation.Jon Loeliger3-13/+42
2006-03-22Format tweaks for asciidoc.Francis Daly2-10/+10
2006-03-21Merge branch 'jc/name' into nextJunio C Hamano2-23/+29
2006-03-20Fix multi-paragraph list items in OPTIONS sectionFrancis Daly2-23/+29
2006-03-17Merge branch 'master' into nextJunio C Hamano7-22/+44
2006-03-17Rewrite synopsis to clarify the two primary uses of git-checkout.Jon Loeliger1-10/+13
2006-03-17Fix minor typo.Jon Loeliger1-1/+1
2006-03-17Reference git-commit-tree for env vars.Jon Loeliger1-0/+4
2006-03-17Clarify git-rebase example commands.Jon Loeliger1-3/+3
2006-03-17Document the default source of template files.Jon Loeliger1-5/+13
2006-03-17Call out the two different uses of git-branch and fix a typo.Jon Loeliger1-3/+7
2006-03-17Add git-show referenceJon Loeliger1-0/+3
2006-03-17ls-files: add --abbrev[=<n>] optionEric Wong1-2/+7
2006-03-17ls-tree: add --abbrev[=<n>] optionEric Wong1-1/+8
2006-03-13Merge branch 'jc/fsck'Junio C Hamano1-11/+4
2006-03-09Describe how to add extra mail header lines in mail generated by git-format-p...Mike McCormack1-0/+9
2006-03-09Document the --attach flag.Mike McCormack1-1/+4
2006-03-09fsck-objects: Remove --standaloneJunio C Hamano1-11/+4
2006-03-09Nicer output from 'git'Fredrik Kuivinen1-5/+6
2006-03-09Remove trailing dot after short descriptionFredrik Kuivinen53-53/+53
2006-03-09Fix some inconsistencies in the docsFredrik Kuivinen3-3/+3
2006-03-07cvsimport: Remove master-updating codeMatthias Urlichs1-0/+6
2006-03-06Merge branch 'sp/checkout'Junio C Hamano1-2/+49
2006-03-05Tweak asciidoc output to work with broken docbook-xslFrancis Daly1-0/+10
2006-03-05git/Documentation: fix SYNOPSIS style bugsDmitry V. Levin8-10/+10
2006-03-05documentation: add 'see also' sections to git-rm and git-addJeff Muizelaar2-0/+6
2006-03-05Documentation/Makefile: Some `git-*.txt' files aren't manpages.Mark Wooding1-1/+5
2006-03-05cvsserver: updated documentationMartin Langhoff1-25/+60
2006-03-05Add --temp and --stage=all options to checkout-index.Shawn Pearce1-2/+49
2006-03-05cosmetics: change from 'See-Also' to 'See Also'Jeff Muizelaar4-4/+4
2006-03-04Merge part of 'sp/checkout'Junio C Hamano1-2/+18
2006-03-04AsciiDoc fix for tutorialFrancis Daly1-1/+1
2006-03-04Merge branch 'lt/rev-list'Junio C Hamano1-48/+1
2006-03-03Add a Documentation/git-tools.txtMarco Costalba1-0/+97
2006-03-02manpages: insert two missing [verse] markers for multi-line SYNOPSISJonas Fonseca2-0/+2
2006-03-02Documentation: rev-list --objects-edgeJunio C Hamano1-1/+9
2006-03-02Documentation: read-tree --aggressiveJunio C Hamano1-1/+14
2006-03-02war on whitespaces: documentation.Junio C Hamano2-2/+37
2006-03-01Merge branch 'kh/svnimport'Junio C Hamano1-0/+5
2006-03-01Rip out merge-order and make "git log <paths>..." work again.Linus Torvalds1-48/+1
2006-03-01Teach git-checkout-index to read filenames from stdin.Shawn Pearce1-2/+18
2006-03-01cvsserver: add notes on how to get a checkout under EclipseMartin Langhoff1-0/+24
2006-02-27Save username -> Full Name <email@addr.es> map fileKarl Hasselström1-0/+5
2006-02-27Let git-svnimport's author file use same syntax as git-cvsimport'sKarl Hasselström1-2/+2
2006-02-26svnimport: Read author names and emails from a fileKarl Hasselström1-1/+12
2006-02-26svnimport: Convert the svn:ignore propertyKarl Hasselström1-1/+7
2006-02-26svnimport: Mention -r in usage summaryKarl Hasselström1-4/+4
2006-02-22Merge branch 'ml/cvs'Junio C Hamano1-0/+89
2006-02-22Add new git-rm command with documentationCarl Worth1-0/+89
2006-02-22Introducing git-cvsserver -- a CVS emulator for git.Martin Langhoff1-0/+89
2006-02-22Merge branch 'fix'Junio C Hamano2-1/+12
2006-02-21Merge branch 'jc/pack-reuse'Junio C Hamano2-2/+29
2006-02-21Merge branch 'jc/nostat'Junio C Hamano2-1/+84
2006-02-21git-push: Update documentation to describe the no-refspec behavior.Carl Worth1-0/+6
2006-02-21git-ls-files: Fix, document, and add test for --error-unmatch option.Carl Worth1-0/+5
2006-02-21git-rebase: Clarify usage statement and copy it into the actual documentation.Carl Worth1-2/+42
2006-02-21git-add: Add support for --, documentation, and test.Carl Worth1-1/+6
2006-02-19Documentation: fix typo in rev-parse --short option description.Junio C Hamano1-1/+1
2006-02-18Merge fixes up to GIT 1.2.2Junio C Hamano1-0/+8
2006-02-17Document --short and --git-dir in git-rev-parse(1)Jonas Fonseca1-0/+8
2006-02-17SubmittingPatches: note on whitespacesJunio C Hamano1-11/+19
2006-02-17git-tag: -l to list tags (usability).Junio C Hamano1-1/+9
2006-02-17git-repack: allow passing a couple of flags to pack-objects.Junio C Hamano1-1/+9
2006-02-17pack-objects: finishing touches.Junio C Hamano1-1/+20
2006-02-14Merge branch 'kh/svn'Junio C Hamano1-0/+4
2006-02-14Merge branch 'ra/email'Junio C Hamano1-0/+10
2006-02-14git-svnimport: -r adds svn revision number to commit messagesKarl Hasselström1-0/+4
2006-02-13Merge some proposed fixesJunio C Hamano1-1/+1
2006-02-13Documentation: git-ls-files asciidocco.Junio C Hamano1-1/+1
2006-02-13send-email: Add --ccRyan Anderson1-0/+3
2006-02-13Documentation: git-commit in 1.2.X series defaults to --include.Junio C Hamano1-7/+27
2006-02-13send-email: Add some options for controlling how addresses are automatically ...Ryan Anderson1-0/+7
2006-02-12git-commit: Now --only semantics is the default.Junio C Hamano1-6/+11
2006-02-12Add howto about separating topics.kent@lysator.liu.se1-0/+91
2006-02-12"assume unchanged" git: documentation.Junio C Hamano2-1/+84
2006-02-12Add support for explicit type specifiers when calling git-repo-configPetr Baudis1-6/+12
2006-02-09Add --diff-filter= documentation paragraphJon Loeliger1-0/+11
2006-02-07Basic documentation for git-showPetr Baudis1-0/+49
2006-02-07Document git-diff-tree --alwaysPetr Baudis1-0/+4
2006-02-07format-patch: Remove last vestiges of --mbox optionAndreas Ericsson1-22/+10
2006-02-06git-commit: revamp the git-commit semantics.Junio C Hamano2-7/+60
2006-02-06git-rerere: reuse recorded resolve.Junio C Hamano2-0/+180
2006-02-06Docs: minor git-push copyeditingJ. Bruce Fields1-3/+3
2006-02-06Docs: move git url and remotes text to separate sectionsJ. Bruce Fields5-19/+26
2006-02-06Docs: split up pull-fetch-param.txtJ. Bruce Fields3-81/+94
2006-02-06core-tutorial: adjust to recent reality.Junio C Hamano1-22/+19
2006-02-05Merge branches 'jc/daemon' and 'mw/http'Junio C Hamano1-3/+12
2006-02-05git-send-email: Fully implement --quiet and document it.Ryan Anderson1-20/+24
2006-02-05daemon: extend user-relative path notation.Junio C Hamano1-3/+12
2006-02-02Documentation: git-diff-tree --cc also omits empty commitsJunio C Hamano1-1/+1
2006-01-31Make apply accept the -pNUM option like patch does.Daniel Barkalow1-1/+5
2006-01-30documentation: cvs migration - typofix.Junio C Hamano1-1/+1
2006-01-30cvs-migration documentation updateJ. Bruce Fields2-223/+163
2006-01-29cvsexportcommit: add some examples to the documentationMartin Langhoff1-0/+21
2006-01-29Merge fixes up to GIT 1.1.6Junio C Hamano2-6/+9
2006-01-29git push -f documentationJ. Bruce Fields1-4/+4
2006-01-29git-branch: Documentation fixesFredrik Kuivinen1-2/+5
2006-01-28Documentation: diff -c/--ccJunio C Hamano3-3/+73
2006-01-28rev-list --remove-empty: add minimum help and doc entry.Junio C Hamano1-0/+4
2006-01-26git-fetch --upload-pack: disambiguate.Junio C Hamano1-2/+1
2006-01-25Merge branches 'jc/clone', 'md/env' and 'mo/path'Junio C Hamano3-10/+19
2006-01-24git-fetch: pass --upload-pack to fetch-packMichal Ostrowski1-0/+7
2006-01-24clone: do not create remotes/origin nor origin branch in a bare repository.Junio C Hamano1-1/+3
2006-01-24git-clone: PG13 --naked option to --bare.Junio C Hamano2-9/+9
2006-01-24Don't include ../README in git.txt - make a local copyPavel Roskin3-4/+8
2006-01-22Documentation: finishing touches to the new tutorial.Junio C Hamano3-3/+5
2006-01-22Recommend to remove unused `origin` in a shared repository.Junio C Hamano1-0/+20
2006-01-22New tutorialJ. Bruce Fields2-1703/+2107
2006-01-21git-grep: clarification on parameters.Junio C Hamano1-4/+15
2006-01-21Document git-ls-files --directoryPetr Baudis1-0/+4
2006-01-21Minor git-reset and git-commit documentation fixesJ. Bruce Fields2-5/+5
2006-01-21AsciiDoc fixes for the git-svnimport manpageFlorian Weimer1-8/+4
2006-01-20update using-topic-branchesLuck, Tony1-1/+9
2006-01-15git-push: fix --tags and document it.Junio C Hamano1-1/+6
2006-01-15git-cvsimport: Add -A <author-conv-file> optionAndreas Ericsson1-0/+20
2006-01-15Merge branch 'fixo/1.0'Junio C Hamano4-5/+43
2006-01-15Merge branches 'jc/checkout', 'jc/format-patch', 'jc/octopus', 'jc/sb' and 'j...Junio C Hamano4-46/+101
2006-01-15show-branch: --current includes the current branch.Junio C Hamano1-2/+11
2006-01-15show-branch: make the current branch and merge commits stand out.Junio C Hamano3-43/+45
2006-01-15Documentation: show-branch.Junio C Hamano1-1/+23