summaryrefslogtreecommitdiff
path: root/Documentation
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ \ \
| * | | | | | log and rev-list: add --graph optionAdam Simpkins2008-05-052-5/+18
| * | | | | | Add history graph APIAdam Simpkins2008-05-051-0/+176
| | |_|_|_|/ | |/| | | |
* | | | | | cvsexportcommit: Create config option for CVS dirTrent Piepho2008-05-211-1/+7
* | | | | | Documentation: rev-parse: add a few "--verify" and "--default" examplesChristian Couder2008-05-211-0/+25
* | | | | | Documentation: Add missing git svn commandsGustaf Hendeby2008-05-191-2/+15
* | | | | | Merge branch 'maint'Junio C Hamano2008-05-161-0/+4
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | git-filter-branch: Clarify file removal example.Jon Loeliger2008-05-161-0/+4
* | | | | | submodule update: add convenience option --initJohannes Schindelin2008-05-161-1/+6
* | | | | | Documentation/git-web--browse.txt: fix small typoTeemu Likonen2008-05-161-1/+1
* | | | | | Documentation/git-prune.txt: document unpacked logicChris Frey2008-05-151-1/+4
* | | | | | Merge branch 'maint'Junio C Hamano2008-05-141-3/+4
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch 'maint-1.5.4' into maintJunio C Hamano2008-05-141-3/+4
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | Documentation/git-describe.txt: make description more readableIan Hilt2008-05-141-3/+4
* | | | | | Merge branch 'mv/format-cc'Junio C Hamano2008-05-141-0/+1
|\ \ \ \ \ \
| * | | | | | git-format-patch: add a new format.cc configuration variableMiklos Vajna2008-04-291-0/+1
* | | | | | | Merge branch 'cc/hooks-doc'Junio C Hamano2008-05-149-13/+28
|\ \ \ \ \ \ \
| * | | | | | | Documentation: rename "hooks.txt" to "githooks.txt" and make it a man pageChristian Couder2008-05-049-13/+28
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'jk/renamelimit' (early part)Junio C Hamano2008-05-141-0/+5
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | add merge.renamelimit config optionJeff King2008-05-031-0/+5
| * | | | | | Merge commit 'sg/merge-options^' into jk/renamelimitJunio C Hamano2008-05-035-52/+67
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge branch 'gp/bisect-fix'Junio C Hamano2008-05-121-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | git-bisect.sh: don't accidentally override existing branch "bisect"Gerrit Pape2008-05-051-1/+1
* | | | | | | | | Add svn-compatible "blame" output format to git-svnSteven Grimm2008-05-111-4/+11
* | | | | | | | | git-format-patch: add --no-binary to omit binary changes in the patch.Caio Marcelo de Oliveira Filho2008-05-111-0/+6
* | | | | | | | | Allow tracking branches to set up rebase by default.Dustin Sallings2008-05-111-0/+15
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Merge branch 'maint'Junio C Hamano2008-05-082-2/+5
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | Merge branch 'maint-1.5.4' into maintJunio C Hamano2008-05-082-2/+5
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | / | | | |_|_|_|/ | | |/| | | |
| | * | | | | Documentation/config.txt: Mention branch.<name>.rebase applies to "git pull"Dustin Sallings2008-05-081-1/+2
| | * | | | | doc: clarify definition of "update" for git-add -uJeff King2008-05-081-1/+3
* | | | | | | Merge branch 'sg/merge-options' (early part)Junio C Hamano2008-05-085-52/+67
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | merge, pull: add '--(no-)log' command line optionSZEDER Gábor2008-04-121-0/+9
| * | | | | | fmt-merge-msg: add '--(no-)log' options and 'merge.log' config variableSZEDER Gábor2008-04-122-6/+14
| * | | | | | add 'merge.stat' config variableSZEDER Gábor2008-04-122-1/+5
| * | | | | | merge, pull: introduce '--(no-)stat' optionSZEDER Gábor2008-04-122-3/+7