summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-04-15Merge branch 'jn/diffstat-tests'Libravatar Junio C Hamano16-259/+354
2012-04-15Merge branch 'jc/diff-algo-cleanup'Libravatar Junio C Hamano8-25/+24
2012-04-15Merge branch 'jc/commit-hook-authorship'Libravatar Junio C Hamano5-47/+141
2012-04-15Merge branch 'nd/stream-more'Libravatar Junio C Hamano11-75/+221
2012-04-15merge overwrites unstaged changes in renamed fileLibravatar Clemens Buchacher1-0/+9
2012-04-15i18n: mark @{upstream} error messages for translationLibravatar Zbigniew Jędrzejewski-Szmek2-9/+9
2012-04-15Be more specific if upstream branch is not trackedLibravatar Zbigniew Jędrzejewski-Szmek2-4/+9
2012-04-15Provide better message for barnhc_wiht_tpyo@{u}Libravatar Zbigniew Jędrzejewski-Szmek2-2/+5
2012-04-15Provide branch name in error message when using @{u}Libravatar Zbigniew Jędrzejewski-Szmek2-6/+10
2012-04-15t1507: add tests to document @{upstream} behaviourLibravatar Zbigniew Jędrzejewski-Szmek1-3/+78
2012-04-15tests: add initial bash completion testsLibravatar Felipe Contreras1-0/+120
2012-04-15cherry-pick: do not expect file argumentsLibravatar Clemens Buchacher3-11/+19
2012-04-15properly keep track of current working directoryLibravatar Clemens Buchacher1-9/+13
2012-04-15fast-import doc: cat-blob and ls responses need to be consumed quicklyLibravatar Jonathan Nieder1-3/+39
2012-04-14stash: use eval_gettextln correctlyLibravatar Ross Lagerwall1-2/+2
2012-04-14submodules: recursive fetch also checks new tags for submodule commitsLibravatar Jens Lehmann1-3/+3
2012-04-14test: am of empty patch should not succeedLibravatar Jonathan Nieder1-1/+1
2012-04-14test: use test_i18ncmp for "Patch format detection failed" messageLibravatar Jonathan Nieder1-1/+1
2012-04-14test: do not rely on US English tracking-info messagesLibravatar Jonathan Nieder2-6/+6
2012-04-14http: use newer curl options for setting credentialsLibravatar Jeff King1-2/+11
2012-04-14http: clean up leak in init_curl_http_authLibravatar Jeff King1-3/+3
2012-04-12Fix httpd tests that broke when non-ff push advice changedLibravatar Christopher Tiwald2-2/+2
2012-04-11apply: document buffer ownership rules across functionsLibravatar Junio C Hamano1-2/+51
2012-04-11apply: tighten constness of line bufferLibravatar Junio C Hamano1-7/+7
2012-04-11apply: drop unused macroLibravatar Junio C Hamano1-1/+0
2012-04-11gitweb: Refinement highlightning in combined diffsLibravatar Michał Kiedrowicz1-13/+42
2012-04-11gitweb: Highlight interesting parts of diffLibravatar Michał Kiedrowicz2-12/+103
2012-04-11gitweb: Push formatting diff lines to print_diff_chunk()Libravatar Michał Kiedrowicz1-19/+18
2012-04-11gitweb: Use print_diff_chunk() for both side-by-side and inline diffsLibravatar Michał Kiedrowicz1-16/+39
2012-04-11gitweb: Extract print_sidebyside_diff_lines()Libravatar Michał Kiedrowicz1-45/+51
2012-04-11gitweb: Pass esc_html_hl_regions() options to esc_html()Libravatar Jakub Narębski1-4/+7
2012-04-11gitweb: esc_html_hl_regions(): Don't create empty <span> elementsLibravatar Michał Kiedrowicz1-0/+3
2012-04-11gitweb: Use descriptive names in esc_html_hl_regions()Libravatar Michał Kiedrowicz1-5/+8
2012-04-11git-cherry-pick: add allow-empty optionLibravatar Neil Horman4-2/+17
2012-04-11blame: accept --need-minimalLibravatar Junio C Hamano1-0/+1
2012-04-11Kick off post 1.7.10 cycleLibravatar Junio C Hamano3-2/+31
2012-04-11gc: do not explode objects which will be immediately prunedLibravatar Jeff King4-11/+61
2012-04-11git p4: import/export of labels to/from p4Libravatar Luke Diamand3-39/+468
2012-04-11git p4: Fixing script editor checksLibravatar Luke Diamand1-2/+2
2012-04-11gitweb: Fix unintended "--no-merges" for regular Atom feedLibravatar Sebastian Pipping1-0/+1
2012-04-11tests: modernise style: more uses of test_line_countLibravatar Stefano Lattarini19-74/+65
2012-04-11revision: insert unsorted, then sort in prepare_revision_walk()Libravatar René Scharfe3-1/+19
2012-04-11commit: use mergesort() in commit_list_sort_by_date()Libravatar René Scharfe1-6/+23
2012-04-11add mergesort() for linked listsLibravatar René Scharfe5-0/+138
2012-04-10unpack-trees: plug minor memory leakLibravatar René Scharfe1-9/+16
2012-04-10unpack-trees: don't perform any index operation if we're not mergingLibravatar René Scharfe1-1/+1
2012-04-10do_for_each_ref(): only iterate over the subtree that was requestedLibravatar Michael Haggerty1-7/+28
2012-04-10refs: store references hierarchicallyLibravatar Michael Haggerty2-49/+232
2012-04-10sort_ref_dir(): simplify logicLibravatar Michael Haggerty1-10/+11
2012-04-10refs.c: rename ref_array -> ref_dirLibravatar Michael Haggerty1-98/+97