summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2014-09-11Merge branch 'et/spell-poll-infinite-with-minus-one-only'Junio C Hamano-1/+3
2014-09-11Merge branch 'br/http-init-fix'Junio C Hamano-5/+7
2014-09-11Merge branch 'rs/child-process-init'Junio C Hamano-130/+87
2014-09-11Merge branch 'jk/contrib-subtree-make-all'Junio C Hamano-1/+4
2014-09-11Merge branch 'ta/config-set-2'Junio C Hamano-313/+152
2014-09-11Merge branch 'ta/config-set-1'Junio C Hamano-30/+207
2014-09-10fsck_object(): allow passing object data separately from the object itselfJohannes Schindelin-16/+31
2014-09-10Refactor type_from_string() to allow continuing after detecting an errorJohannes Schindelin-3/+11
2014-09-10refs: write packed_refs file using stdioJeff King-23/+33
2014-09-10fsck: exit with non-zero status upon error from fsck_obj()Jeff King-8/+29
2014-09-09Update draft release notes to 2.2Junio C Hamano-3/+42
2014-09-09Merge branch 'sp/pack-protocol-doc-on-shallow'Junio C Hamano-1/+1
2014-09-09Merge branch 'tf/imap-send-create'Junio C Hamano-51/+33
2014-09-09Merge branch 'jk/prompt-stash-could-be-packed'Junio C Hamano-1/+2
2014-09-09Merge branch 'tb/pretty-format-cd-date-format'Junio C Hamano-1/+1
2014-09-09Merge branch 'rs/inline-compat-path-macros'Junio C Hamano-6/+22
2014-09-09Merge branch 'rs/clean-menu-item-defn'Junio C Hamano-1/+1
2014-09-09Merge branch 'jc/config-mak-document-darwin-vs-macosx'Junio C Hamano-0/+5
2014-09-09Merge branch 'sb/mailsplit-dead-code-removal'Junio C Hamano-11/+6
2014-09-09Merge branch 'so/rebase-doc'Junio C Hamano-5/+2
2014-09-09Merge branch 'sb/prepare-revision-walk-error-check'Junio C Hamano-3/+7
2014-09-09Merge branch 'sb/blame-msg-i18n'Junio C Hamano-1/+1
2014-09-09Merge branch 'nd/strbuf-utf8-replace'Junio C Hamano-0/+10
2014-09-09Merge branch 'sb/plug-leaks'Junio C Hamano-3/+5
2014-09-09Merge branch 'rs/refresh-beyond-symlink'Junio C Hamano-0/+51
2014-09-09Merge branch 'la/init-doc'Junio C Hamano-39/+46
2014-09-09Merge branch 'jk/stash-list-p'Junio C Hamano-1/+43
2014-09-09Merge branch 'mm/log-branch-desc-plug-leak'Junio C Hamano-0/+1
2014-09-09Merge branch 'lf/bundle-exclusion'Junio C Hamano-3/+6
2014-09-09Merge branch 'jc/apply-ws-prefix'Junio C Hamano-63/+96
2014-09-09Merge branch 'jk/command-line-config-empty-string'Junio C Hamano-2/+26
2014-09-09Merge branch 'bc/imap-send-doc'Junio C Hamano-4/+3
2014-09-09Merge branch 'jc/not-mingw-cygwin'Junio C Hamano-60/+56
2014-09-08strbuf: use strbuf_addchars() for adding a char multiple timesRené Scharfe-13/+6
2014-09-08strbuf: export strbuf_addchars()René Scharfe-7/+12
2014-09-08trace: correct trace_strbuf() parameter type for !HAVE_VARIADIC_MACROSRené Scharfe-1/+1
2014-09-04parse-options: detect attempt to add a duplicate short option nameJunio C Hamano-3/+15
2014-09-03mv: no SP between function name and the first opening parentheseNguyễn Thái Ngọc Duy-2/+2
2014-09-03mv: combine two if(s)Nguyễn Thái Ngọc Duy-4/+3
2014-09-03mv: unindent one level for directory move codeNguyễn Thái Ngọc Duy-28/+21
2014-09-03mv: move index search code outNguyễn Thái Ngọc Duy-17/+25
2014-09-03mv: remove an "if" that's always trueNguyễn Thái Ngọc Duy-15/+7
2014-09-03mv: split submodule move preparation code outNguyễn Thái Ngọc Duy-14/+22
2014-09-03calloc() and xcalloc() takes nmemb and then sizeArjun Sreedharan-2/+2
2014-09-03completion: Add --ignore-blank-lines for diffThomas Braun-2/+2
2014-09-03reachable.c: add HEAD to reachability starting commitsMax Kirillov-0/+25
2014-09-03cache-tree: do not try to use an invalidated subtree info to build a treeJunio C Hamano-1/+14
2014-09-03update-ref --stdin: pass transaction around explicitlyJonathan Nieder-12/+15
2014-09-03update-ref --stdin: narrow scope of err strbufJonathan Nieder-1/+10
2014-09-03refs.c: make delete_ref use a transactionRonnie Sahlberg-21/+14