summaryrefslogtreecommitdiff
path: root/Documentation
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | | | doc: moved merge.* config variables into separate merge-config.txtSZEDER Gábor2008-04-123-43/+33
* | | | | | | Merge branch 'cc/help'Junio C Hamano2008-05-083-6/+84
|\ \ \ \ \ \ \
| * | | | | | | documentation: web--browse: add a note about konquerorChristian Couder2008-04-261-1/+23
| * | | | | | | documentation: help: add info about "man.<tool>.cmd" config varChristian Couder2008-04-262-5/+48
| * | | | | | | documentation: help: add "man.<tool>.path" config variableChristian Couder2008-04-262-0/+13
* | | | | | | | Merge branch 'dm/cherry-pick-s'Junio C Hamano2008-05-082-2/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | Allow cherry-pick (and revert) to add signoff lineDan McGee2008-04-262-2/+8
| |/ / / / / / /
* | | | | | | | Documentation: bisect: add a few "git bisect run" examplesChristian Couder2008-05-081-0/+49
* | | | | | | | Documentation/config.txt: Add git-gui optionsGustaf Hendeby2008-05-081-0/+30