summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-05-27transport-helper.c: rearrange xcalloc argumentsLibravatar Brian Gesiak1-1/+1
2014-05-27remote.c: rearrange xcalloc argumentsLibravatar Brian Gesiak1-1/+1
2014-05-27reflog-walk.c: rearrange xcalloc argumentsLibravatar Brian Gesiak1-4/+4
2014-05-27pack-revindex.c: rearrange xcalloc argumentsLibravatar Brian Gesiak1-1/+1
2014-05-27notes.c: rearrange xcalloc argumentsLibravatar Brian Gesiak1-3/+3
2014-05-27imap-send.c: rearrange xcalloc argumentsLibravatar Brian Gesiak1-1/+1
2014-05-27http-push.c: rearrange xcalloc argumentsLibravatar Brian Gesiak1-1/+1
2014-05-27diff.c: rearrange xcalloc argumentsLibravatar Brian Gesiak1-1/+1
2014-05-27config.c: rearrange xcalloc argumentsLibravatar Brian Gesiak1-2/+2
2014-05-27commit.c: rearrange xcalloc argumentsLibravatar Brian Gesiak1-1/+1
2014-05-27builtin/remote.c: rearrange xcalloc argumentsLibravatar Brian Gesiak1-4/+4
2014-05-27builtin/ls-remote.c: rearrange xcalloc argumentsLibravatar Brian Gesiak1-1/+1
2014-05-27config: respect '~' and '~user' in mailmap.fileLibravatar Øystein Walle1-1/+1
2014-05-27git-instaweb: add support for Apache 2.4Libravatar Jonathan McCrohan1-1/+11
2014-05-27t9138-git-svn-authors-prog.sh fixupsLibravatar Jeremiah Mahler1-18/+17
2014-05-27format-patch: add "--signature-file=<file>" optionLibravatar Jeremiah Mahler4-0/+86
2014-05-27git-p4: Do not include diff in spec file when just preparing p4Libravatar Maxime Coste2-24/+28
2014-05-27gc --auto: do not lock refs in the backgroundLibravatar Nguyễn Thái Ngọc Duy1-6/+20
2014-05-27remote prune: optimize "dangling symref" check/warningLibravatar Jens Lindström3-2/+25
2014-05-27remote: repack packed-refs once when deleting multiple refsLibravatar Jens Lindström3-3/+21
2014-05-27completion: add missing options for git-mergeLibravatar John Keeping1-1/+4
2014-05-27completion: add a note that merge options are sharedLibravatar John Keeping1-0/+1
2014-05-27http: default text charset to iso-8859-1Libravatar Jeff King1-0/+3
2014-05-27remote-curl: reencode http error messagesLibravatar Jeff King3-7/+19
2014-05-27strbuf: add strbuf_reencode helperLibravatar Jeff King3-0/+23
2014-05-27http: optionally extract charset parameter from content-typeLibravatar Jeff King2-4/+57
2014-05-27http: extract type/subtype portion of content-typeLibravatar Jeff King4-5/+48
2014-05-23scripts: more "export VAR=VALUE" fixesLibravatar Junio C Hamano2-2/+10
2014-05-23scripts: "export VAR=VALUE" construct is not portableLibravatar Elia Pinto3-3/+6
2014-05-23strbuf: add strbuf_tolower functionLibravatar Jeff King4-7/+13
2014-05-23t5550: test display of remote http error messagesLibravatar Jeff King4-0/+32
2014-05-23t/lib-httpd: use write_script to copy CGI scriptsLibravatar Jeff King2-2/+5
2014-05-23test-lib: preserve GIT_CURL_VERBOSE from the environmentLibravatar Jeff King1-0/+1
2014-05-23daemon/config: factor out duplicate xstrdup_tolowerLibravatar Jeff King4-22/+16
2014-05-23test-lint: find unportable sed, echo, test, and export usage after &&Libravatar Jonathan Nieder1-4/+4
2014-05-23remote rm: delete remote configuration as the lastLibravatar Jens Lindström1-4/+6
2014-05-21format-patch: make newline after signature conditionalLibravatar Jeff King1-2/+7
2014-05-21Documentation: use "command-line" when used as a compound adjective, and fix ...Libravatar Jason St. John19-47/+47
2014-05-21Update draft release notes to 2.0Libravatar Junio C Hamano1-9/+5
2014-05-21pretty.c: format string with truncate respects logOutputEncodingLibravatar Alexey Shumkin3-8/+13
2014-05-21t4205, t6006: add tests that fail with i18n.logOutputEncoding setLibravatar Alexey Shumkin2-2/+213
2014-05-21t4205 (log-pretty-format): use `tformat` rather than `format`Libravatar Alexey Shumkin1-39/+13
2014-05-21t4041, t4205, t6006, t7102: don't hardcode tested encoding valueLibravatar Alexey Shumkin4-27/+39
2014-05-20Git 2.0-rc4Libravatar Junio C Hamano1-1/+1
2014-05-20RelNotes/2.0.0.txt: Fix several grammar issues, notably a lack of hyphens, do...Libravatar Jason St. John1-36/+37
2014-05-20Revert "Merge branch 'jc/graduate-remote-hg-bzr' (early part)"Libravatar Junio C Hamano11-4360/+87
2014-05-20rebase -i: test "Nothing to do" case with autostashLibravatar Matthieu Moy1-0/+15
2014-05-20CodingGuidelines: avoid "test <cond> -a/-o <cond>"Libravatar Junio C Hamano1-0/+13
2014-05-20move "--follow needs one pathspec" rule to diff_setup_doneLibravatar Jeff King2-6/+5
2014-05-19Merge branch 'jc/graduate-remote-hg-bzr' (early part)Libravatar Junio C Hamano6-71/+62