summaryrefslogtreecommitdiff
path: root/Documentation
Commit message (Expand)AuthorAgeFilesLines
* Documentation: git-cherry uses git-patch-idJunio C Hamano2008-05-281-0/+6
* Manual subsection to refer to other pages is SEE ALSOJunio C Hamano2008-05-2818-19/+19
* Merge 1.5.5.3 inJunio C Hamano2008-05-273-2/+15
|\
| * GIT 1.5.5.3v1.5.5.3Junio C Hamano2008-05-272-1/+15
| * Documentation/git-bundle.txt: fix synopsisGerrit Pape2008-05-271-1/+1
* | Merge branch 'jc/diff-no-no-index'Junio C Hamano2008-05-261-4/+1
|\ \
| * | diff-files: do not play --no-index gamesJunio C Hamano2008-05-241-4/+1
* | | Merge branch 'maint'Junio C Hamano2008-05-261-10/+12
|\ \ \ | | |/ | |/|
| * | Merge branch 'gp/bisect-fix' into maintJunio C Hamano2008-05-261-1/+1
| |\ \
| * | | Documentation: fix graph in git-rev-parse.txtMichele Ballabio2008-05-261-10/+12
* | | | Documentation/git.txt: link to 1.5.5.2 documentation.Junio C Hamano2008-05-251-1/+2
* | | | Merge branch 'maint'Junio C Hamano2008-05-251-0/+27
|\ \ \ \ | |/ / /
| * | | Release Notes for 1.5.5.2Junio C Hamano2008-05-251-0/+27
* | | | Update draft release notes for 1.5.6Junio C Hamano2008-05-251-1/+48
* | | | Merge branch 'as/graph'Junio C Hamano2008-05-251-1/+1
|\ \ \ \
| * | | | log --graph --left-right: show left/right information in place of '*'Adam Simpkins2008-05-251-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'ar/batch-cat'Junio C Hamano2008-05-252-6/+42
|\ \ \ \
| * | | | git-hash-object: Add --stdin-paths optionAdam Roben2008-05-231-1/+4
| * | | | git-cat-file: Add --batch optionAdam Roben2008-05-051-3/+15
| * | | | git-cat-file: Add --batch-check optionAdam Roben2008-05-051-5/+26
* | | | | Merge branch 'ap/svn'Junio C Hamano2008-05-251-0/+10
|\ \ \ \ \
| * | | | | git-svn: add documentation for --add-author-from option.Avery Pennarun2008-05-041-0/+6
| * | | | | git-svn: add documentation for --use-log-author option.Avery Pennarun2008-05-041-0/+4
| |/ / / /
* | | | | Merge branch 'js/cvsexportcommit'Junio C Hamano2008-05-251-1/+6
|\ \ \ \ \
| * | | | | cvsexportcommit: introduce -W for shared working trees (between Git and CVS)Johannes Schindelin2008-05-151-1/+6
* | | | | | Merge branch 'js/ignore-submodule'Junio C Hamano2008-05-252-0/+8
|\ \ \ \ \ \
| * | | | | | Teach update-index about --ignore-submodulesJohannes Schindelin2008-05-151-0/+5
| * | | | | | diff options: Introduce --ignore-submodulesJohannes Schindelin2008-05-151-0/+3
| |/ / / / /
* | | | | | Merge branch 'mo/cvsserver'Junio C Hamano2008-05-252-11/+47
|\ \ \ \ \ \
| * | | | | | Documentation: Fix skipped section levelGustaf Hendeby2008-05-211-1/+1
| * | | | | | git-cvsserver: add ability to guess -kb from contentsMatthew Ogilvie2008-05-162-9/+18
| * | | | | | implement gitcvs.usecrlfattrMatthew Ogilvie2008-05-162-11/+38
| |/ / / / /
* | | | | | Documentation: convert tutorials to man pagesChristian Couder2008-05-247-24/+87
* | | | | | CodingGuidelines: Add a note to avoid assignments inside if()Miklos Vajna2008-05-241-0/+2
| |_|/ / / |/| | | |
* | | | | Merge branch 'pb/push'Junio C Hamano2008-05-231-6/+7
|\ \ \ \ \
| * | | | | add special "matching refs" refspecPaolo Bonzini2008-05-041-6/+7
| | |/ / / | |/| | |
* | | | | Merge branch 'bc/repack'Junio C Hamano2008-05-231-1/+13
|\ \ \ \ \
| * | | | | Documentation/git-repack.txt: document new -A behaviourChris Frey2008-05-161-1/+13
* | | | | | Merge branch 'maint'Junio C Hamano2008-05-233-5/+6
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Add missing "short" alternative to --date in rev-list-options.txtHeikki Orsila2008-05-221-1/+1
| * | | | | git-show.txt: Not very stubby these days.Jon Loeliger2008-05-221-2/+0
| * | | | | Clarify repack -n documentationShawn O. Pearce2008-05-221-2/+5
* | | | | | Add log.date config variableHeikki Orsila2008-05-232-1/+8
* | | | | | Updated status to show 'Not currently on any branch' in redChris Parsons2008-05-221-2/+4
* | | | | | Merge branch 'maint'Junio C Hamano2008-05-211-2/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch 'maint-1.5.4' into maintJunio C Hamano2008-05-211-2/+2
| |\ \ \ \ \
| | * | | | | doc/git-daemon: s/uploadarchive/uploadarch/Jeff King2008-05-191-2/+2
* | | | | | | Merge branch 'ar/add-unreadable'Junio C Hamano2008-05-211-1/+6
|\ \ \ \ \ \ \
| * | | | | | | Add --ignore-errors to git-add to allow it to skip files with read errorsAlex Riesen2008-05-121-1/+6
* | | | | | | | Merge branch 'as/graph'Junio C Hamano2008-05-212-0/+189
|\ \ \ \ \ \ \ \