summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pack-objects: reuse deltas for thin "have" objectsjk/pack-bitmap-reuse-deltasJeff King2014-03-281-1/+15
* pack-bitmap: save "have" bitmap from walkJeff King2014-03-262-1/+22
* t/perf: add perf tests for fetches from a bitmapped serverJeff King2014-03-261-0/+45
* t/perf: add infrastructure for measuring sizesJeff King2014-03-263-5/+76
* t/perf/aggregate: factor our percent calculationsJeff King2014-03-261-9/+12
* t/perf-lib: factor boilerplate out of test_perfJeff King2014-03-261-26/+35
* Update draft release notes to 2.0Junio C Hamano2014-03-251-0/+29
* Merge branch 'ss/test-on-mingw-rsync-path-no-absolute'Junio C Hamano2014-03-251-3/+3
|\
| * t5510: Do not use $(pwd) when fetching / pushing / pulling via rsyncss/test-on-mingw-rsync-path-no-absoluteSebastian Schuberth2014-03-191-3/+3
* | Merge branch 'bb/diff-no-index-dotdot'Junio C Hamano2014-03-251-4/+5
|\ \
| * | diff-no-index: replace manual "."/".." check with is_dot_or_dotdot()bb/diff-no-index-dotdotBrian Bourn2014-03-191-1/+2
| * | diff-no-index: rename read_directory()Brian Bourn2014-03-191-3/+3
| |/
* | Merge branch 'us/printf-not-echo'Junio C Hamano2014-03-252-3/+3
|\ \
| * | test-lib.sh: do not "echo" caller-supplied stringsus/printf-not-echoUwe Storbeck2014-03-181-2/+2
| * | rebase -i: do not "echo" random user-supplied stringsUwe Storbeck2014-03-171-1/+1
* | | Merge branch 'rr/doc-merge-strategies'Junio C Hamano2014-03-251-2/+2
|\ \ \
| * | | Documentation/merge-strategies: avoid hyphenated commandsrr/doc-merge-strategiesRamkumar Ramachandra2014-03-171-2/+2
* | | | Merge branch 'nd/index-pack-error-message'Junio C Hamano2014-03-251-2/+2
|\ \ \ \
| * | | | index-pack: report error using the correct variablend/index-pack-error-messageJunio C Hamano2014-03-171-2/+2
| |/ / /
* | | | Merge branch 'jk/lib-terminal-lazy'Junio C Hamano2014-03-251-18/+19
|\ \ \ \
| * | | | t/lib-terminal: make TTY a lazy prerequisitejk/lib-terminal-lazyJeff King2014-03-141-18/+19
| |/ / /
* | | | Merge branch 'dm/configure-iconv-locale-charset'Junio C Hamano2014-03-251-1/+1
|\ \ \ \
| * | | | configure.ac: link with -liconv for locale_charset()dm/configure-iconv-locale-charsetDmitry Marakasov2014-03-111-1/+1
* | | | | Merge branch 'nd/commit-editor-cleanup'Junio C Hamano2014-03-255-12/+48
|\ \ \ \ \
| * | | | | commit: add --cleanup=scissorsnd/commit-editor-cleanupNguyễn Thái Ngọc Duy2014-02-253-4/+34
| * | | | | wt-status.c: move cut-line print code out to wt_status_add_cut_lineNguyễn Thái Ngọc Duy2014-02-182-7/+13
| * | | | | wt-status.c: make cut_line[] const to shrink .data section a bitNguyễn Thái Ngọc Duy2014-02-181-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge branch 'jk/warn-on-object-refname-ambiguity'Junio C Hamano2014-03-252-6/+15
|\ \ \ \ \
| * | | | | rev-list: disable object/refname ambiguity check with --stdinjk/warn-on-object-refname-ambiguityJeff King2014-03-131-0/+6
| * | | | | cat-file: restore warn_on_object_refname_ambiguity flagJeff King2014-03-131-0/+3
| * | | | | cat-file: fix a minor memory leak in batch_objectsJeff King2014-01-071-0/+1
| * | | | | cat-file: refactor error handling of batch_objectsJeff King2014-01-071-6/+5
* | | | | | Merge branch 'mh/remove-subtree-long-pathname-fix'Junio C Hamano2014-03-251-32/+32
|\ \ \ \ \ \
| * | | | | | entry.c: fix possible buffer overflow in remove_subtree()mh/remove-subtree-long-pathname-fixMichael Haggerty2014-03-131-17/+17
| * | | | | | checkout_entry(): use the strbuf throughout the functionMichael Haggerty2014-03-131-16/+16
* | | | | | | Merge branch 'nd/indent-fix-connect-c'Junio C Hamano2014-03-251-1/+1
|\ \ \ \ \ \ \
| * | | | | | | connect.c: SP after "}", not TABnd/indent-fix-connect-cNguyễn Thái Ngọc Duy2014-03-131-1/+1
* | | | | | | | Merge branch 'jk/mv-submodules-fix'Junio C Hamano2014-03-252-1/+21
|\ \ \ \ \ \ \ \
| * | | | | | | | mv: prevent mismatched data when ignoring errors.jk/mv-submodules-fixbrian m. carlson2014-03-172-1/+17
| * | | | | | | | builtin/mv: fix out of bounds writeJohn Keeping2014-03-111-0/+4
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge branch 'cp/am-patch-format-doc'Junio C Hamano2014-03-251-1/+7
|\ \ \ \ \ \ \ \
| * | | | | | | | Documentation/git-am: typofixcp/am-patch-format-docChris Packham2014-03-171-1/+1
| * | | | | | | | Documentation/git-am: Document supported --patch-format optionsChris Packham2014-03-111-3/+9
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Update draft release notes to 2.0Junio C Hamano2014-03-211-2/+26
* | | | | | | | Merge branch 'lt/request-pull'Junio C Hamano2014-03-213-83/+126
|\ \ \ \ \ \ \ \
| * | | | | | | | request-pull: documentation updatesJunio C Hamano2014-03-131-6/+49
| * | | | | | | | request-pull: resurrect "pretty refname" featureJunio C Hamano2014-02-252-2/+10
| * | | | | | | | request-pull: test updatesJunio C Hamano2014-02-251-8/+8
| * | | | | | | | request-pull: pick up tag message as beforeJunio C Hamano2014-02-251-0/+8
| * | | | | | | | request-pull: allow "local:remote" to specify names on both endsLinus Torvalds2014-02-251-21/+29