summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-06-29sequencer: use skip_blank_lines() to find the commit subjectLibravatar Johannes Schindelin1-4/+2
2016-06-29commit -C: skip blank lines at the beginning of the messageLibravatar Johannes Schindelin1-1/+1
2016-06-29t3404: fix a grammo (commands are ran -> commands are run)Libravatar Johannes Schindelin1-1/+1
2016-06-29rebase -i: restore autostash on abortLibravatar Patrick Steinhardt2-0/+32
2016-06-28contrib/subtree: Add a test for subtree rebase that loses commitsLibravatar David A. Greene1-0/+119
2016-06-28color.h: remove obsolete comment about limitations on WindowsLibravatar Johannes Schindelin1-5/+0
2016-06-28doc: typeset HEAD and variants as literalLibravatar Matthieu Moy11-26/+26
2016-06-28CodingGuidelines: formatting HEAD in documentationLibravatar Matthieu Moy1-2/+3
2016-06-28doc: typeset long options with argument as literalLibravatar Matthieu Moy1-2/+2
2016-06-28doc: typeset '--' as literalLibravatar Matthieu Moy3-4/+4
2016-06-28doc: typeset long command-line options as literalLibravatar Matthieu Moy46-149/+149
2016-06-28doc: typeset short command-line options as literalLibravatar Matthieu Moy23-52/+52
2016-06-28Documentation/git-mv.txt: fix whitespace indentationLibravatar Matthieu Moy1-2/+2
2016-06-27Second batch of topics for 2.10Libravatar Junio C Hamano1-0/+65
2016-06-27Sync with maintLibravatar Junio C Hamano1-0/+28
2016-06-27Start preparing for 2.9.1Libravatar Junio C Hamano2-1/+29
2016-06-27Merge branch 'tb/complete-status'Libravatar Junio C Hamano1-1/+97
2016-06-27Merge branch 'mg/cherry-pick-multi-on-unborn'Libravatar Junio C Hamano1-5/+6
2016-06-27Merge branch 'lf/receive-pack-auto-gc-to-client'Libravatar Junio C Hamano1-2/+13
2016-06-27Merge branch 'em/newer-freebsd-shells-are-fine-with-returns'Libravatar Junio C Hamano3-6/+6
2016-06-27Merge branch 'lv/status-say-working-tree-not-directory'Libravatar Junio C Hamano1-1/+1
2016-06-27Merge branch 'nb/gnome-keyring-build'Libravatar Junio C Hamano1-2/+3
2016-06-27Merge branch 'jc/deref-tag'Libravatar Junio C Hamano2-6/+3
2016-06-27Merge branch 'et/add-chmod-x'Libravatar Junio C Hamano6-20/+68
2016-06-27Merge branch 'jk/avoid-unbounded-alloca'Libravatar Junio C Hamano1-6/+16
2016-06-27Merge branch 'rj/compat-regex-size-max-fix'Libravatar Junio C Hamano2-2/+1
2016-06-27Merge branch 'vs/prompt-avoid-unset-variable'Libravatar Junio C Hamano1-3/+3
2016-06-27Merge branch 'sg/reflog-past-root'Libravatar Junio C Hamano3-1/+29
2016-06-27Merge branch 'pb/strbuf-read-file-doc'Libravatar Junio C Hamano1-0/+2
2016-06-27Merge branch 'dn/gpg-doc'Libravatar Junio C Hamano2-2/+2
2016-06-27Merge branch 'jk/fetch-prune-doc'Libravatar Junio C Hamano1-1/+1
2016-06-27Merge branch 'ap/git-svn-propset-doc'Libravatar Junio C Hamano1-0/+14
2016-06-27Merge branch 'tr/doc-tt'Libravatar Junio C Hamano36-217/+224
2016-06-27Merge branch 'pc/occurred'Libravatar Junio C Hamano2-2/+2
2016-06-27Merge branch 'cc/apply-introduce-state'Libravatar Junio C Hamano1-609/+820
2016-06-27Merge branch 'rs/xdiff-hunk-with-func-line' into maintLibravatar Junio C Hamano10-93/+365
2016-06-27Merge branch 'jk/rev-list-count-with-bitmap' into maintLibravatar Junio C Hamano2-1/+11
2016-06-27Merge branch 'et/pretty-format-c-auto' into maintLibravatar Junio C Hamano2-8/+20
2016-06-27Merge branch 'ew/daemon-socket-keepalive' into maintLibravatar Junio C Hamano1-0/+14
2016-06-27unpack-trees: fix English grammar in do-this-before-that messagesLibravatar Alex Henrie4-16/+16
2016-06-27gc: fix off-by-one error with gc.autoPackLimitLibravatar Eric Wong1-1/+1
2016-06-27new-command.txt: correct the command description fileLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2016-06-24log: add log.showSignature configuration variableLibravatar Mehul Jain4-0/+37
2016-06-24log: add "--no-show-signature" command line optionLibravatar Mehul Jain2-0/+7
2016-06-24t4202: refactor testLibravatar Mehul Jain1-2/+5
2016-06-23color: support strike-through attributeLibravatar Jeff King4-7/+9
2016-06-23color: support "italic" attributeLibravatar Jeff King4-7/+11
2016-06-23color: allow "no-" for negating attributesLibravatar Jeff King3-2/+8
2016-06-23color: refactor parse_attrLibravatar Jeff King1-10/+21
2016-06-23add skip_prefix_mem helperLibravatar Jeff King1-0/+17