summaryrefslogtreecommitdiff
path: root/Documentation
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Add documentation for --track and --no-track to the git-branch docs.Federico Mena Quintero2007-10-021-0/+15
| * | | | | Say when --track is useful in the git-checkout docs.Federico Mena Quintero2007-10-021-1/+3
| * | | | | Fix typo in config.txtJohannes Schindelin2007-10-021-1/+1
| * | | | | fixed link in documentation of diff-optionsSteffen Prohaska2007-10-011-2/+2
* | | | | | Merge branch 'maint'Junio C Hamano2007-10-013-7/+34
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Whip post 1.5.3.3 maintenance series into shape.Junio C Hamano2007-10-012-6/+28
| * | | | | git stash: document apply's --index switchMiklos Vajna2007-10-011-1/+6
* | | | | | Update stale documentation link in the k.org siteJunio C Hamano2007-09-301-0/+1
* | | | | | Merge branch 'maint'Junio C Hamano2007-09-291-1/+1
|\ \ \ \ \ \ | |/ / / / / | | / / / / | |/ / / / |/| | | |
| * | | | rebase -i: squash should retain the authorship of the _first_ commitJohannes Schindelin2007-09-291-1/+1
* | | | | Merge branch 'gr/smtp'Junio C Hamano2007-09-291-0/+5
|\ \ \ \ \
| * | | | | send-email --smtp-server-port: allow overriding the default portJunio C Hamano2007-09-261-0/+5
* | | | | | Merge branch 'ml/submodule'Junio C Hamano2007-09-291-0/+3
|\ \ \ \ \ \
| * | | | | | git-submodule - allow a relative path as the subproject urlMark Levedahl2007-09-251-0/+3
* | | | | | | Merge branch 'jb/remote-rm'Junio C Hamano2007-09-291-0/+6
|\ \ \ \ \ \ \
| * | | | | | | remote: document the 'rm' subcommandJames Bowes2007-09-181-0/+6
* | | | | | | | Sync with GIT 1.5.3.3Junio C Hamano2007-09-297-31/+95
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | / / / / | | |_|/ / / / | |/| | | | |
| * | | | | | GIT 1.5.3.3v1.5.3.3Junio C Hamano2007-09-291-0/+37
| * | | | | | git-bundle: fix commandline examples in the manpageMiklos Vajna2007-09-291-0/+8
| * | | | | | apply: get rid of --index-info in favor of --build-fake-ancestorJohannes Schindelin2007-09-261-4/+7
| * | | | | | core-tutorial: correct URLRandy Dunlap2007-09-251-1/+2
| * | | | | | Fix spelling of overridden in documentationShawn Bohrer2007-09-252-2/+2
| * | | | | | gitattributes.txt: Be more to the point in the filter driver description.Johannes Sixt2007-09-251-5/+4
| * | | | | | gitattributes.txt: Remove a duplicated paragraph about 'ident' and 'crlf' int...Johannes Sixt2007-09-251-11/+0
| * | | | | | user-manual: Explain what submodules are good for.Michael Smith2007-09-251-12/+42
* | | | | | | Move convert-objects to contrib.Matt Kraai2007-09-252-29/+0
| |_|/ / / / |/| | | | |
* | | | | | Start RelNotes for 1.5.4Junio C Hamano2007-09-241-0/+21
* | | | | | Merge branch 'je/hooks'Junio C Hamano2007-09-231-0/+13
|\ \ \ \ \ \
| * | | | | | Added example hook script to save/restore permissions/ownership.Josh England2007-09-181-1/+2
| * | | | | | Add post-merge hook, related documentation, and tests.Josh England2007-09-181-0/+12
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'js/apply-build-ancestor'Junio C Hamano2007-09-231-4/+7
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | apply: get rid of --index-info in favor of --build-fake-ancestorJohannes Schindelin2007-09-181-4/+7
| |/ / / /
* | | | | Merge branch 'maint'Junio C Hamano2007-09-234-13/+219
|\ \ \ \ \ | | |/ / / | |/| | / | |_|_|/ |/| | |
| * | | Merge branch 'maint' of git://linux-nfs.org/~bfields/git into maintJunio C Hamano2007-09-231-7/+213
| |\ \ \
| | * | | User Manual: add a chapter for submodulesMiklos Vajna2007-09-231-0/+202
| | * | | user-manual: don't assume refs are stored under .git/refsJ. Bruce Fields2007-09-231-7/+11
| * | | | Conjugate "search" correctly in the git-prune-packed man page.Matt Kraai2007-09-211-1/+1
| * | | | Move the paragraph specifying where the .idx and .pack files should beMatt Kraai2007-09-211-4/+4
| * | | | Documentation/git-lost-found.txt: drop unnecessarily duplicated name.Junio C Hamano2007-09-211-1/+1
| |/ / /
* | | | Merge branch 'maint' to sync with 1.5.3.2Junio C Hamano2007-09-192-0/+59
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | GIT 1.5.3.2v1.5.3.2Junio C Hamano2007-09-191-0/+58
* | | Merge branch 'maint'Junio C Hamano2007-09-184-13/+14
|\ \ \ | |/ /
| * | Fixed update-hook example allow-users format.Väinö Järvelä2007-09-181-4/+4
| * | Documentation/git-svn: updated design philosophy notesEric Wong2007-09-181-5/+6
| * | git-push: documentation and tests for pushing only branchesJeff King2007-09-182-4/+4
| * | Document ls-files --with-tree=<tree-ish>Junio C Hamano2007-09-171-1/+8
* | | Merge branch 'maint'Junio C Hamano2007-09-175-1003/+548
|\ \ \ | |/ /
| * | core-tutorial: minor cleanupJ. Bruce Fields2007-09-151-22/+10
| * | documentation: replace Discussion section by link to user-manual chapterJ. Bruce Fields2007-09-153-597/+54
| * | user-manual: todo updates and cleanupJ. Bruce Fields2007-09-151-13/+16