summaryrefslogtreecommitdiff
path: root/Documentation
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ib/scripted-parse-opt-better-hint-string'Junio C Hamano2015-08-031-2/+2
|\
| * rev-parse --parseopt: allow [*=?!] in argument hintsib/scripted-parse-opt-better-hint-stringIlya Bobyr2015-07-151-2/+2
* | Merge branch 'kn/tag-doc-fix'Junio C Hamano2015-08-031-1/+0
|\ \
| * | Documentation/tag: remove double occurance of "<pattern>"kn/tag-doc-fixKarthik Nayak2015-07-101-1/+0
* | | Merge branch 'mh/fast-import-get-mark'Junio C Hamano2015-08-031-6/+33
|\ \ \
| * | | fast-import: add a get-mark commandmh/fast-import-get-markMichael Haggerty2015-07-011-6/+33
* | | | Merge branch 'gr/rebase-i-drop-warn'Junio C Hamano2015-08-032-0/+20
|\ \ \ \
| * | | | git rebase -i: warn about removed commitsGalan Rémi2015-06-302-0/+17
| * | | | git-rebase -i: add command "drop" to remove a commitGalan Rémi2015-06-301-0/+3
* | | | | Merge branch 'dt/log-follow-config'Junio C Hamano2015-08-031-0/+6
|\ \ \ \ \
| * | | | | log: add "log.follow" configuration variableDavid Turner2015-07-091-0/+6
* | | | | | Merge branch 'jk/cat-file-batch-all'Junio C Hamano2015-08-031-0/+14
|\ \ \ \ \ \
| * | | | | | cat-file: sort and de-dup output of --batch-all-objectsjk/cat-file-batch-allJeff King2015-06-261-2/+1
| * | | | | | cat-file: add --batch-all-objects optionJeff King2015-06-221-0/+8
| * | | | | | cat-file: add --buffer optionJeff King2015-06-221-0/+7
* | | | | | | Merge branch 'js/fsck-opt'Junio C Hamano2015-08-032-1/+47
|\ \ \ \ \ \ \
| * | | | | | | fsck: support ignoring objects in `git fsck` via fsck.skiplistjs/fsck-optJohannes Schindelin2015-06-231-0/+8
| * | | | | | | fsck: git receive-pack: support excluding objects from fsck'ingJohannes Schindelin2015-06-231-0/+8
| * | | | | | | fsck: introduce `git fsck --connectivity-only`Johannes Schindelin2015-06-231-1/+6
| * | | | | | | fsck: support demoting errors to warningsJohannes Schindelin2015-06-231-0/+11
| * | | | | | | fsck: document the new receive.fsck.<msg-id> optionsJohannes Schindelin2015-06-231-0/+14
* | | | | | | | 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
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \