summaryrefslogtreecommitdiff
path: root/Documentation
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pt/pull-builtin'Junio C Hamano2015-08-032-0/+16
|\
| * argv-array: implement argv_array_pushv()Paul Tan2015-06-151-0/+3
| * parse-options-cb: implement parse_opt_passthru_argv()Paul Tan2015-06-151-0/+6
| * parse-options-cb: implement parse_opt_passthru()Paul Tan2015-06-151-0/+7
* | Merge branch 'jk/pkt-log-pack'Junio C Hamano2015-08-031-1/+12
|\ \
| * | pkt-line: support tracing verbatim pack contentsjk/pkt-log-packJeff King2015-06-161-1/+12
* | | Merge branch 'mr/rebase-i-customize-insn-sheet'Junio C Hamano2015-08-032-0/+12
|\ \ \
| * | | git-rebase--interactive.sh: add config option for custom instruction formatmr/rebase-i-customize-insn-sheetMichael Rappazzo2015-06-152-0/+12
| | |/ | |/|
* | | Merge branch 'rl/send-email-aliases'Junio C Hamano2015-08-031-6/+6
|\ \ \
| * | | send-email: allow multiple emails using --cc, --to and --bccRemi Lespinet2015-07-071-6/+6
| |/ /
* | | Merge branch 'kb/i18n-doc'Junio C Hamano2015-08-031-10/+23
|\ \ \
| * | | Documentation/i18n.txt: clarify character encoding supportkb/i18n-docKarsten Blees2015-07-011-10/+23
| | |/ | |/|
* | | Merge branch 'cb/parse-magnitude'Junio C Hamano2015-08-031-0/+6
|\ \ \
| * | | parse-options: move unsigned long option parsing out of pack-objects.ccb/parse-magnitudeCharles Bailey2015-06-221-0/+6
* | | | Merge branch 'bc/gpg-verify-raw'Junio C Hamano2015-08-032-0/+8
|\ \ \ \
| * | | | verify-tag: add option to print raw gpg status informationbc/gpg-verify-rawbrian m. carlson2015-06-221-0/+4
| * | | | verify-commit: add option to print raw gpg status informationbrian m. carlson2015-06-221-0/+4
* | | | | Git 2.5v2.5.0js/rev-stdin-with-crlfJunio C Hamano2015-07-271-0/+5
* | | | | Sync with 2.4.7Junio C Hamano2015-07-272-1/+55
|\ \ \ \ \
| * | | | | Git 2.4.7v2.4.7Junio C Hamano2015-07-272-1/+55
| * | | | | Merge branch 'jk/pretty-encoding-doc' into maintJunio C Hamano2015-07-271-1/+4
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'tb/checkout-doc' into maintJunio C Hamano2015-07-271-1/+5
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'ls/hint-rev-list-count' into maintJunio C Hamano2015-07-271-0/+1
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'mm/branch-doc-updates' into maintJunio C Hamano2015-07-271-2/+6
| |\ \ \ \ \ \ \ \
* | | | | | | | | | RelNotes: am.threeWay does not exist (yet)Junio C Hamano2015-07-241-2/+0
* | | | | | | | | | Revert "git-am: add am.threeWay config variable"Junio C Hamano2015-07-242-13/+2
* | | | | | | | | | Merge branch 'tf/gitweb-typofix'Junio C Hamano2015-07-211-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | gitweb: fix typo in man pagetf/gitweb-typofixTony Finch2015-03-191-1/+1
* | | | | | | | | | | Merge branch 'es/worktree-add'Junio C Hamano2015-07-172-5/+6
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Documentation/git: fix stale "MULTIPLE CHECKOUT MODE" referenceEric Sunshine2015-07-171-1/+1
| * | | | | | | | | | | worktree: caution that this is still experimentalJunio C Hamano2015-07-161-2/+3
| * | | | | | | | | | | Documentation/git-worktree: fix stale "git checkout --to" referencesEric Sunshine2015-07-161-2/+2
* | | | | | | | | | | | Sync with 2.4.6Junio C Hamano2015-07-152-1/+25
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Git 2.4.6v2.4.6Junio C Hamano2015-07-152-1/+25
| * | | | | | | | | | | Merge branch 'mm/describe-doc' into maintJunio C Hamano2015-07-151-1/+1
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'fk/doc-format-patch-vn' into maintJunio C Hamano2015-07-151-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | | | Git 2.5.0-rc2v2.5.0-rc2Junio C Hamano2015-07-131-2/+44
* | | | | | | | | | | | | | Merge branch 'es/worktree-add'Junio C Hamano2015-07-132-79/+134
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | Revert "checkout: retire --ignore-other-worktrees in favor of --force"Junio C Hamano2015-07-121-3/+6
| * | | | | | | | | | | | | checkout: retire --ignore-other-worktrees in favor of --forceEric Sunshine2015-07-071-6/+3
| * | | | | | | | | | | | | worktree: add: auto-vivify new branch when <branch> is omittedEric Sunshine2015-07-071-2/+6
| * | | | | | | | | | | | | worktree: add: make -b/-B default to HEAD when <branch> is omittedEric Sunshine2015-07-061-0/+1
| * | | | | | | | | | | | | checkout: retire --to optionEric Sunshine2015-07-061-7/+0
| * | | | | | | | | | | | | worktree: add -b/-B optionsEric Sunshine2015-07-061-3/+10
| * | | | | | | | | | | | | worktree: add --detach optionEric Sunshine2015-07-061-1/+5
| * | | | | | | | | | | | | worktree: add --force optionEric Sunshine2015-07-061-1/+7
| * | | | | | | | | | | | | worktree: introduce "add" commandEric Sunshine2015-07-061-10/+10
| * | | | | | | | | | | | | Documentation/git-worktree: add EXAMPLES sectionEric Sunshine2015-07-061-0/+22
| * | | | | | | | | | | | | Documentation/git-worktree: add high-level 'lock' overviewEric Sunshine2015-07-061-9/+15
| * | | | | | | | | | | | | Documentation/git-worktree: split technical info from general descriptionEric Sunshine2015-07-061-34/+36