aboutsummaryrefslogtreecommitdiff
path: root/Documentation
Commit message (Expand)AuthorAge
...
* | | | | | | | | | git-send-email: Read the default SMTP server from the GIT config fileSergey Vlasov2006-10-29
* | | | | | | | | | git-send-email: Document support for local sendmail instead of SMTP serverSergey Vlasov2006-10-29
* | | | | | | | | | Swap the porcelain and plumbing commands in the git man pageRobin Rosenberg2006-10-29
* | | | | | | | | | Mention that pull can work locally in the synopsisRobin Rosenberg2006-10-29
* | | | | | | | | | Documentation: fix git-format-patch mark-up and link it from git.txtJunio C Hamano2006-10-28
* | | | | | | | | | Documentation: Update information about <format> in git-for-each-refJakub Narebski2006-10-28
* | | | | | | | | | Merge branch 'maint'Junio C Hamano2006-10-27
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | | |
| * | | | | | | | | Documentation: add git in /etc/services.Christian Couder2006-10-27
| * | | | | | | | | Documentation: add upload-archive service to git-daemon.Christian Couder2006-10-27
| * | | | | | | | | git-cherry: document limit and add diagramRene Scharfe2006-10-26
| * | | | | | | | | Merge branch 'jc/combined' into maintJunio C Hamano2006-10-26
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | diff-format.txt: Correct information about pathnames quoting in patch formatJakub Narebski2006-10-26
* | | | | | | | | | | Merge branch 'jc/combined'Junio C Hamano2006-10-26
|\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | / / | |_|_|_|_|_|_|_|/ / |/| | | | | | | | |
| * | | | | | | | | combine-diff: a few more finishing touches.Junio C Hamano2006-10-26
| |/ / / / / / / /
| * | | | | | | | Documentation: clarify refname disambiguation rules.Junio C Hamano2006-10-26
| * | | | | | | | diff-format.txt: Combined diff format documentation supplementJakub Narebski2006-10-26
| * | | | | | | | Remove --syslog in git-daemon inetd documentation examples.Christian Couder2006-10-25
| * | | | | | | | Documentation: updates to "Everyday GIT"J. Bruce Fields2006-10-25
* | | | | | | | | Merge branch 'maint'Junio C Hamano2006-10-25
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Documentation/SubmittingPatches: 3+1 != 6v1.4.3.3Junio C Hamano2006-10-25
* | | | | | | | | Merge for-each-ref to sync gitweb fully with 'next'Junio C Hamano2006-10-25
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
| * | | | | | | | git-for-each-ref: improve the documentation on scripting modesAndy Whitcroft2006-09-21
| | |/ / / / / / | |/| | | | | |
| * | | | | | | Add git-for-each-ref: helper for language bindingsJunio C Hamano2006-09-16
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'jc/web-blame'Junio C Hamano2006-10-25
|\ \ \ \ \ \ \
| * | | | | | | blame: Document and add help text for -f, -n, and -pJunio C Hamano2006-10-12
* | | | | | | | Merge branch 'maint'Junio C Hamano2006-10-25
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | Update cherry documentation.Junio C Hamano2006-10-25
| * | | | | | | Refer to git-rev-parse:Specifying Revisions from git.txtJunio C Hamano2006-10-25
| * | | | | | | Documentation: note about contrib/.Junio C Hamano2006-10-24
* | | | | | | | Merge branch 'maint'Junio C Hamano2006-10-23
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Documentation for the [remote] configSanti BĂ©jar2006-10-23
* | | | | | | | Merge branch 'np/pack'Junio C Hamano2006-10-22
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | git-repack: repo.usedeltabaseoffsetJunio C Hamano2006-10-13
| * | | | | | | pack-objects: document --delta-base-offset optionJunio C Hamano2006-10-10
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'jc/grep'Junio C Hamano2006-10-18
|\ \ \ \ \ \ \
| * | | | | | | grep --all-matchJunio C Hamano2006-09-27
* | | | | | | | Merge branch 'jc/diff-numstat'Junio C Hamano2006-10-18
|\ \ \ \ \ \ \ \
| * | | | | | | | diff --numstatJunio C Hamano2006-10-13
* | | | | | | | | Merge branch 'rs/rebase'Junio C Hamano2006-10-18
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | git-rebase: Add a -v option to show a diffstat of the changes upstream at the...Robert Shearman2006-10-04
* | | | | | | | | Add revspec documentation for ':path', ':[0-3]:path' and git-describepclouds@gmail.com2006-10-18
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Documentation: add missing second colons and remove a typoRene Scharfe2006-10-12
* | | | | | | | Documentation/git-svn: document some of the newer featuresEric Wong2006-10-11
* | | | | | | | add commit count options to git-shortlogv1.4.3-rc2Nicolas Pitre2006-10-09
* | | | | | | | Add default values for --window and --depth to the docsDennis Stosberg2006-10-06
* | | | | | | | cherry-pick: make -r the defaultJunio C Hamano2006-10-05
| |_|_|/ / / / |/| | | | | |
* | | | | | | Add git-upload-archive to the main git man pageFranck Bui-Huu2006-10-05
|/ / / / / /
* | | | | | escape tilde in Documentation/git-rev-parse.txtJunio C Hamano2006-10-03
| |_|_|_|/ |/| | | |
* | | | | Merge branch 'jc/gitpm'Junio C Hamano2006-09-30
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' into pb/gitpmJunio C Hamano2006-08-15
| |\ \ \ \ \