aboutsummaryrefslogtreecommitdiff
path: root/Documentation
Commit message (Expand)AuthorAge
* Merge branch 'maint'Junio C Hamano2009-06-13
|\
| * Merge branch 'maint-1.6.2' into maintJunio C Hamano2009-06-13
| |\
| | * Merge branch 'maint-1.6.1' into maint-1.6.2Junio C Hamano2009-06-13
| | |\
| | | * Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano2009-06-13
| | | |\
| | | | * git-rerere.txt: grammatical fixups and cleanupsStephen Boyd2009-06-13
* | | | | Merge branch 'mh/fix-send-email-threaded'Junio C Hamano2009-06-13
|\ \ \ \ \
| * \ \ \ \ Merge branch 'mh/maint-fix-send-email-threaded' into mh/fix-send-email-threadedJunio C Hamano2009-06-12
| |\ \ \ \ \
| | * | | | | doc/send-email: clarify the behavior of --in-reply-to with --no-threadMarkus Heidelberg2009-06-12
| | |/ / / /
* | | | | | Merge branch 'ph/submodule-rebase' (early part)Junio C Hamano2009-06-13
|\ \ \ \ \ \
| * | | | | | Rename submodule.<name>.rebase to submodule.<name>.updateJohan Herland2009-06-03
| * | | | | | git-submodule: add support for --rebase.Peter Hutterer2009-04-24
* | | | | | | Merge branch 'da/araxis-mergetool'Junio C Hamano2009-06-13
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | mergetool--lib: add support for araxis mergeDavid Aguilar2009-05-24
* | | | | | | Merge branch 'maint'Junio C Hamano2009-06-11
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Documentation: git-send-mail can take rev-list arg to drive format-patchPaolo Bonzini2009-06-11
* | | | | | | git-repack.txt: Clarify implications of -a for dumb protocolsMichael J Gruber2009-06-09
* | | | | | | Documentation: mention 'git stash pop --index' option explicitlySZEDER Gábor2009-06-09
* | | | | | | Merge branch 'maint'Junio C Hamano2009-06-06
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Documentation: refer to gitworkflows(7) from tutorial and git(1)Thomas Rast2009-06-06
* | | | | | | Documentation/git.txt: update links to release notesJunio C Hamano2009-06-03
* | | | | | | Merge branch 'maint' to sync with 1.6.3.2Junio C Hamano2009-06-03
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | GIT 1.6.3.2v1.6.3.2Junio C Hamano2009-06-03
* | | | | | | Merge branch 'maint'Junio C Hamano2009-06-03
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Update draft release notes for 1.6.3.2Junio C Hamano2009-06-02
| * | | | | | Documentation: teach stash/pop workflow instead of stash/applyThomas Rast2009-05-28
* | | | | | | git-show-branch.txt: document --date-order optionStephen Boyd2009-06-01
* | | | | | | Merge branch 'sb/opt-filename'Junio C Hamano2009-05-31
|\ \ \ \ \ \ \
| * | | | | | | parse-opts: add OPT_FILENAME and transition builtinsStephen Boyd2009-05-25
| * | | | | | | parse-opts: prepare for OPT_FILENAMEStephen Boyd2009-05-25
| * | | | | | | Merge branch 'jc/mktree' into sb/opt-filenameJunio C Hamano2009-05-25
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge branch 'jc/mktree'Junio C Hamano2009-05-31
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | mktree --batch: build more than one tree objectJosh Micich2009-05-16
| * | | | | | | | mktree --missing: updated usage message and man pageJosh Micich2009-05-16
* | | | | | | | | Merge branch 'mw/send-email'Junio C Hamano2009-05-31
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Docs: send-email: --smtp-server-port can take symbolic portsMichael Witten2009-04-14
| * | | | | | | | | Docs: send-email: Refer to CONFIGURATION section for sendemail.multieditMichael Witten2009-04-14
| * | | | | | | | | Docs: send-email: Put options back into alphabetical orderMichael Witten2009-04-14
* | | | | | | | | | config.txt: document add.ignore-errorsStephen Boyd2009-05-31
* | | | | | | | | | git-apply(1): Clarify that one can select where to apply the patchBjörn Steinbrink2009-05-31
* | | | | | | | | | Documentation: teach stash/pop workflow instead of stash/applyThomas Rast2009-05-30
* | | | | | | | | | Update draft release notes to 1.6.4Junio C Hamano2009-05-25
* | | | | | | | | | Merge branch 'maint'Junio C Hamano2009-05-25
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | / / / / / / | | |_|/ / / / / / | |/| | | | | | |
| * | | | | | | | Prepare for 1.6.3.2Junio C Hamano2009-05-25
| * | | | | | | | fix cat-file usage message and documentationJeff King2009-05-25
| * | | | | | | | merge-options.txt: Clarify merge --squashMichael J Gruber2009-05-25
* | | | | | | | | Merge branch 'tp/send-email-from-config'Junio C Hamano2009-05-23
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | send-email: Add config option for sender addressTrent Piepho2009-05-13
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'cc/bisect' (early part)Junio C Hamano2009-05-23
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | rev-parse: add --sq-quote to shell quote argumentsChristian Couder2009-05-10
| |/ / / / / / / /
* | | | | | | | | Merge branch 'rr/forbid-bs-in-ref'Junio C Hamano2009-05-23
|\ \ \ \ \ \ \ \ \