aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
AgeCommit message (Expand)AuthorFilesLines
2006-10-18Merge branch 'jc/grep'Junio C Hamano1-1/+10
2006-10-18Merge branch 'jc/diff-numstat'Junio C Hamano1-0/+5
2006-10-18Merge branch 'rs/rebase'Junio C Hamano1-1/+4
2006-10-18Add revspec documentation for ':path', ':[0-3]:path' and git-describepclouds@gmail.com1-1/+15
2006-10-13diff --numstatJunio C Hamano1-0/+5
2006-10-12Documentation: add missing second colons and remove a typoRene Scharfe4-6/+6
2006-10-11Documentation/git-svn: document some of the newer featuresEric Wong1-16/+123
2006-10-09add commit count options to git-shortlogv1.4.3-rc2Nicolas Pitre1-2/+15
2006-10-06Add default values for --window and --depth to the docsDennis Stosberg2-4/+6
2006-10-05cherry-pick: make -r the defaultJunio C Hamano1-7/+16
2006-10-05Add git-upload-archive to the main git man pageFranck Bui-Huu1-0/+3
2006-10-04git-rebase: Add a -v option to show a diffstat of the changes upstream at the...Robert Shearman1-1/+4
2006-10-03escape tilde in Documentation/git-rev-parse.txtJunio C Hamano2-1/+2
2006-09-30Merge branch 'jc/gitpm'Junio C Hamano1-1/+2
2006-09-30Merge branch 'jc/diff-stat'Junio C Hamano1-2/+5
2006-09-28diff --stat=width[,name-width]: allow custom diffstat output width.Linus Torvalds1-2/+5
2006-09-28http/ftp: optionally ask curl to not use EPSV commandSasha Khapyorsky1-0/+6
2006-09-27grep --all-matchJunio C Hamano1-1/+10
2006-09-27Cleaned up git-daemon virtual hosting support.Jon Loeliger1-6/+37
2006-09-25git-archive: update documentationFranck Bui-Huu2-0/+16
2006-09-24Allow 'svn fetch' on '(no date)' revisions in Subversion.Shawn Pearce1-0/+12
2006-09-24Remove upload-tar and make git-tar-tree a thin wrapper to git-archiveJunio C Hamano3-43/+3
2006-09-24Merge branch 'jc/filter-commit'Junio C Hamano1-0/+11
2006-09-24Merge branch 'sb/branch-attributes'Junio C Hamano1-0/+7
2006-09-24Merge branch 'jl/daemon'Junio C Hamano1-0/+47
2006-09-24fetch: get the remote branches to merge from the branch propertiesSanti Béjar1-0/+4
2006-09-24Fetch: default remote repository from branch propertiesSanti Béjar1-0/+3
2006-09-23Remove git-zip-treeRene Scharfe1-67/+0
2006-09-20Document receive.denyNonFastforwardsJohannes Schindelin3-0/+13
2006-09-20Add virtualization support to git-daemonJon Loeliger1-0/+47
2006-09-20revision traversal: --author, --committer, and --grep.Junio C Hamano1-0/+11
2006-09-20gitk(1): mention --allJonas Fonseca1-0/+9
2006-09-20Fix trivial typos and inconsistencies in hooks documentationJonas Fonseca1-28/+28
2006-09-17Merge branch 'jc/pack'Junio C Hamano1-1/+20
2006-09-17Merge branch 'jk/diff'Junio C Hamano1-0/+14
2006-09-17git-repack(1): document --window and --depthJonas Fonseca1-1/+11
2006-09-17git-apply(1): document --unidiff-zeroJonas Fonseca1-0/+10
2006-09-17Merge branch 'jc/archive'Junio C Hamano2-0/+137
2006-09-15Document git-grep -[Hh]Junio C Hamano1-1/+8
2006-09-13Documentation: Fix broken linksDmitry V. Levin3-3/+3
2006-09-13Merge branch 'jc/unpack'Junio C Hamano1-1/+7
2006-09-13unpack-objects -r: call it "recover".Junio C Hamano1-1/+1
2006-09-12git-status: document colorization config optionsJeff King1-0/+14
2006-09-12pack-objects: document --revs, --unpacked and --all.Junio C Hamano1-1/+20
2006-09-09Add git-upload-archiveFranck Bui-Huu1-0/+37
2006-09-09Add git-archiveFranck Bui-Huu1-0/+100
2006-09-07Make apply --binary a no-op.Junio C Hamano1-9/+4
2006-09-07Merge branch 'jc/daemon'Junio C Hamano1-8/+33
2006-09-07Revert "daemon: add upload-tar service."Junio C Hamano1-6/+0
2006-09-05Teach rev-list an option to read revs from the standard input.Junio C Hamano1-0/+6
2006-09-04unpack-objects desperately salvages objects from a corrupt packJunio C Hamano1-1/+7
2006-09-03Update GIT_TRACE documentation.Christian Couder1-1/+10
2006-09-01Documentation: Fix howto/revert-branch-rebase.html generationSergey Vlasov1-1/+1
2006-09-01git-rev-list(1): group options; reformat; document more optionsJonas Fonseca1-66/+188
2006-08-31Include config.mak.autogen in the doc MakefileJonas Fonseca1-0/+2
2006-08-31git(7): move gitk(1) to the list of porcelain commandsJonas Fonseca1-7/+3
2006-08-28Add --relative-date option to the revision interfaceJonas Fonseca1-0/+5
2006-08-27multi-service daemon: documentationJunio C Hamano1-8/+39
2006-08-27Merge branch 'ts/daemon'Junio C Hamano1-1/+13
2006-08-27Merge branch 'jc/apply'Junio C Hamano1-2/+2
2006-08-27git-apply --reject: finishing touches.Junio C Hamano1-2/+2
2006-08-26Add git-zip-treeRene Scharfe1-0/+67
2006-08-26git-svn: add the 'dcommit' commandEric Wong1-0/+27
2006-08-25git-svn: recommend rebase for syncing against an SVN repoEric Wong1-2/+20
2006-08-25git-svn(1): improve asciidoc markupJonas Fonseca1-85/+114
2006-08-25git(7): put the synopsis in a verse style paragraphJonas Fonseca1-1/+2
2006-08-25gitk(1): expand the manpage to look less like a templateJonas Fonseca1-10/+50
2006-08-25git-blame(1): mention options in the synopsis and advertise pickaxeJonas Fonseca1-6/+23
2006-08-25git-ls-remote(1): document --upload-packJonas Fonseca1-4/+14
2006-08-25git-apply(1): document missing options and improve existing onesJonas Fonseca1-7/+39
2006-08-23update-index -gJunio C Hamano1-2/+2
2006-08-22Added support for dropping privileges to git-daemon.Tilman Sauerbeck1-1/+13
2006-08-17git-apply --rejectJunio C Hamano1-1/+8
2006-08-16apply --reverse: tie it all together.Junio C Hamano1-1/+5
2006-08-15Documentation/technical/racy-git.txtJunio C Hamano1-0/+193
2006-08-15Merge branch 'master' into pb/gitpmJunio C Hamano8-21/+316
2006-08-12Merge branch 'js/color-diff'Junio C Hamano1-0/+3
2006-08-12Merge branch 'jc/grep'Junio C Hamano1-1/+7
2006-08-12Merge branch 'ml/pager'Junio C Hamano1-0/+3
2006-08-11git-grep: show pathnames relative to the current directoryJunio C Hamano1-1/+7
2006-08-10Add the --color-words option to the diff options familyJohannes Schindelin1-0/+3
2006-08-10Add Documentation/howto/setup-git-server-over-http.txtRutger Nijlunsing1-0/+256
2006-08-09Fix tutorial-2.htmlJunio C Hamano1-0/+1
2006-08-08Documentation: git-status takes the same options as git-commitJunio C Hamano1-1/+5
2006-08-08Update git-init-db(1) and documentation of core.sharedRepositoryJonas Fonseca2-19/+41
2006-08-07Merge branch 'master' into pb/gitpmJunio C Hamano39-79/+719
2006-08-04Document rev-list's option --mergeUwe Zeisberger1-0/+5
2006-08-03Documentation/git.txt: link git-svn and git-instaweb from the main page.Junio C Hamano1-0/+6
2006-08-02git-grep: document --and, --or, --not, ( and )Matthias Lederhofer1-3/+17
2006-08-02Documentation: convert uses of git-link macro to gitlinkJeff King2-4/+4
2006-08-02git-push: allow -f as an alias for --forceJeff King1-1/+1
2006-07-31pager: environment variable GIT_PAGER to override PAGERMatthias Lederhofer1-0/+3
2006-07-31pager: config variable pager.colorMatthias Lederhofer1-0/+4
2006-07-30tar-tree: illustrate an obscure feature betterJohannes Schindelin1-0/+5
2006-07-28Merge branch 'pb/multi-fetch'Junio C Hamano2-1/+13
2006-07-28Merge branch 'js/alias-p'Junio C Hamano1-1/+11
2006-07-27Teach git-http-fetch the --stdin switchPetr Baudis1-1/+7
2006-07-27Teach git-local-fetch the --stdin switchPetr Baudis1-0/+6
2006-07-27daemon: documentation for --reuseaddr, --detach and --pid-fileMatthias Lederhofer1-1/+12
2006-07-26Merge branch 'pb/configure'Junio C Hamano1-7/+7
2006-07-25git wrapper: add --git-dir=<path> and --bare optionsJohannes Schindelin1-1/+11
2006-07-25Merge branch 'jt/format-patch'Junio C Hamano1-1/+15
2006-07-24Merge branch 'lt/objformat'Junio C Hamano1-0/+6
2006-07-23pack-objects: check pack.window for default window sizeJeff King1-0/+4
2006-07-23tar-tree: add the "tar.umask" config optionWilly Tarreau2-1/+25
2006-07-23cvsexportcommit - add -a (add author line) flag, cleanup warningsMartin Langhoff1-2/+6
2006-07-14Add option to set initial In-Reply-To/ReferencesJosh Triplett1-0/+6
2006-07-14Add option to enable threading headersJosh Triplett1-1/+9
2006-07-14Documentation/urls.txt: Use substitution to escape square bracketsJonas Fonseca2-8/+11
2006-07-14Documentation/Makefile: product depends on asciidoc.confJunio C Hamano1-0/+1
2006-07-14documentation (urls.txt) typofixAlp Toker1-1/+1
2006-07-13sha1_file: add the ability to parse objects in "pack file format"Linus Torvalds1-0/+6
2006-07-13Documentation about exclude/ignore filesMatthias Lederhofer2-5/+7
2006-07-13Documentation: Fix ssh://[user@]host.xz URLJunio C Hamano1-3/+3
2006-07-12Merge branch 'ml/trace'Junio C Hamano1-0/+7
2006-07-11typofix (git-name-rev documentation)Alp Toker1-1/+1
2006-07-11Mention the [user@] part in documentation of ssh:// urls.Yakov Lerner1-3/+3
2006-07-10git-rev-list: add documentation for --parents, --no-mergesMatthias Lederhofer1-0/+6
2006-07-10Fix more typos, primarily in the codePavel Roskin1-1/+1
2006-07-09Merge branch 'ew/diff'Junio C Hamano2-4/+43
2006-07-09Merge branch 'ew/svn'Junio C Hamano1-0/+319
2006-07-09Fix typos involving the word 'commit'Alp Toker1-1/+1
2006-07-09Fix some doubled word typosAlp Toker1-1/+1
2006-07-09Fix some doubled word typosAlp Toker1-1/+1
2006-07-09change ent to tree in git-diff documentationMatthias Lederhofer2-10/+10
2006-07-09Assorted typo fixesPavel Roskin17-22/+22
2006-07-09GIT_TRACE: show which built-in/external commands are executedMatthias Lederhofer1-0/+7
2006-07-07Update diff-options and config documentation.Junio C Hamano2-4/+38
2006-07-07diff.c: respect diff.renames config optionEric Wong1-0/+5
2006-07-07diff-options: Explain --text and -aStephan Feder1-0/+6
2006-07-06rev-parse documentation: talk about range notation.Junio C Hamano1-8/+37
2006-07-06show-branch: match documentation and usageJunio C Hamano1-0/+5
2006-07-06Merge branch 'js/merge-base'Junio C Hamano1-0/+14
2006-07-06git-svn: migrate out of contribEric Wong1-0/+319
2006-07-06Merge branch 'ew/instaweb'Junio C Hamano1-0/+84
2006-07-06core.compression documentation formatting fix.Joachim Berdal Haga1-1/+1
2006-07-03Git.pm: Add config() methodPetr Baudis1-1/+2
2006-07-03Make zlib compression level configurable, and change default.Joachim B Haga1-0/+6
2006-07-03Merge branch 'master' into js/merge-baseJunio C Hamano1-3/+3
2006-07-01Add git-instaweb, instantly browse the working repo with gitwebEric Wong1-0/+84
2006-07-01Add '...' operator for revisionsRene Scharfe1-0/+14
2006-07-01Minor documentation fixup.Robin Rosenberg1-3/+3
2006-06-29Rename man1 and man7 variables to man1dir and man7dirJakub Narebski1-5/+5
2006-06-29Allow INSTALL, bindir, mandir to be set in main MakefileJakub Narebski1-2/+2
2006-06-26Merge branch 'jc/squash'Junio C Hamano1-0/+8
2006-06-26Merge branch 'ew/rebase'Junio C Hamano1-1/+0
2006-06-25correct documentation for git grepMatthias Lederhofer1-1/+6
2006-06-25rebase: allow --skip to work with --mergeEric Wong1-1/+0
2006-06-24git-merge --squashJunio C Hamano1-0/+8
2006-06-22Merge branch 'ew/rebase'Junio C Hamano1-1/+19
2006-06-22Merge branch 'jc/upload-corrupt'Junio C Hamano5-74/+5
2006-06-22Merge branch 'pb/config'Junio C Hamano1-0/+12
2006-06-22Check and document the options to prevent mistakes.Eric W. Biederman1-0/+9
2006-06-21rebase: Allow merge strategies to be used when rebasingEric Wong1-1/+19
2006-06-21Retire git-clone-packJunio C Hamano5-74/+5
2006-06-18Support for extracting configuration from different filesPetr Baudis1-0/+12
2006-06-18git-tar-tree: documentation updateRene Scharfe1-5/+10
2006-06-17Merge branch 'jc/rw-prefix'Junio C Hamano2-2/+17
2006-06-16blame: Add --time to produce raw timestampsFredrik Kuivinen1-1/+4
2006-06-16Add a "--notags" option for git-p4import.Sean1-1/+4
2006-06-09Fix formatting of Documentation/git-clone.txtHorst H. von Brand1-2/+2
2006-06-08Document git-clone --use-separate-remoteUwe Zeisberger1-3/+8
2006-06-07Documentation: add another example to git-ls-filesv1.4.0-rc2Junio C Hamano1-2/+14
2006-06-07Documentation: git aliasesPetr Baudis1-3/+4
2006-06-07git-cvsserver asciidoc formatting tweaksFrancis Daly1-18/+31
2006-06-07config.txt grammar, typo, and asciidoc fixesFrancis Daly1-9/+9
2006-06-07Documentation: git-ls-tree (typofix)Junio C Hamano1-1/+1
2006-06-07Document git-ls-tree --fullnameJonas Fonseca1-4/+7
2006-06-07Document git aliases supportPetr Baudis2-0/+11
2006-06-07Misc doc improvementsJonas Fonseca3-4/+24
2006-06-07Documentation: add missing docs make check-docs found.Junio C Hamano3-1/+76
2006-06-07Some doc typo fixesFrancis Daly10-13/+14
2006-06-06git-format-patch: add --output-directory long option againJunio C Hamano1-2/+1
2006-06-05A Perforce importer for git.Sean1-0/+165
2006-06-05Fix typo in tutorial-2.txtLinus Torvalds1-1/+1
2006-06-05Fix Documentation/everyday.txt: Junio's workflowHorst H. von Brand1-7/+12
2006-06-05Add example xinetd(8) configuration to Documentation/everyday.txtHorst H. von Brand1-0/+23
2006-06-03Merge branch 'sp/reflog'Junio C Hamano6-4/+67
2006-06-03Merge branch 'jc/fmt-patch'Junio C Hamano1-34/+35
2006-06-03Documentation: Spelling fixesHorst H. von Brand28-47/+47
2006-06-02Update documentation for git-format-patchDennis Stosberg1-34/+35
2006-05-30Improved pack format documentation.Shawn Pearce1-3/+8
2006-05-29Documentation: fix a tutorial-2 typoJ. Bruce Fields1-1/+1
2006-05-29Documentation: retitle the git-core tutorialJ. Bruce Fields1-2/+2
2006-05-29documentation: add brief mention of cat-file to tutorial part IJ. Bruce Fields1-1/+7
2006-05-29documentation: mention gitk font adjustment in tutorialJ. Bruce Fields1-1/+3
2006-05-29Fix some documentation typoesHorst von Brand1-3/+3
2006-05-28Let git-clone to pass --template=dir option to git-init-db.Junio C Hamano1-2/+7
2006-05-25Documentation/Makefile: remove extra /Martin Waitz1-3/+3
2006-05-24cat-file: document -p optionJeff King1-2/+7
2006-05-24Merge branch 'master' into sp/reflogJunio C Hamano10-68/+611
2006-05-22Tutorial #2: broken link fix.Junio C Hamano1-1/+1
2006-05-21tutorial-2: typofix in examples.Junio C Hamano1-2/+2
2006-05-21tutorial: add discussion of index file, object databaseJ. Bruce Fields3-6/+414
2006-05-21tutorial: expanded discussion of commit historyJ. Bruce Fields1-53/+112
2006-05-21tutorial: replace "whatchanged" by "log"J. Bruce Fields1-6/+6
2006-05-21Elaborate on why ':' is a bad idea in a ref name.Shawn Pearce1-0/+2
2006-05-21Reference git-check-ref-format in git-branch.Shawn Pearce2-1/+7
2006-05-20Document that "git add" only adds non-ignored files.Santi1-1/+4
2006-05-19Merge branch 'eb/quilt'Junio C Hamano1-0/+61