summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-04-26bundle: remove stray single-quote from error messageLibravatar Jonathan Nieder1-1/+1
2012-04-25config: reject bogus section names for --rename-sectionLibravatar Jeff King2-1/+31
2012-04-24git-remote-testgit: fix race when spawning fast-importLibravatar Pete Wyckoff2-0/+20
2012-04-21revert: add missing va_endLibravatar Christian Couder1-0/+1
2012-04-20t9300-fast-import: avoid 'exit' in test_expect_success snippetsLibravatar Johannes Sixt1-34/+54
2012-04-19sequencer: remove additional blank lineLibravatar Ralf Thielow1-1/+1
2012-04-19t9400: fix gnuism in grepLibravatar Junio C Hamano1-2/+2
2012-04-18fmt-merge-msg: discard needless merge parentsLibravatar Junio C Hamano2-10/+149
2012-04-18gc: use argv-array for sub-commandsLibravatar Jeff King1-45/+33
2012-04-18argv-array: add a new "pushl" methodLibravatar Jeff King3-0/+17
2012-04-18argv-array: refactor empty_argv initializationLibravatar Jeff King2-3/+2
2012-04-18Prevent graph_width of stat width from falling below minLibravatar Lucian Poston2-8/+12
2012-04-18t4052: Test diff-stat output with minimum columnsLibravatar Lucian Poston1-0/+28
2012-04-17builtin/merge.c: reduce parents earlyLibravatar Junio C Hamano4-28/+43
2012-04-17builtin/merge.c: collect other parents earlyLibravatar Junio C Hamano1-13/+27
2012-04-17builtin/merge.c: remove "remoteheads" global variableLibravatar Junio C Hamano1-23/+28
2012-04-17merge tests: octopus with redundant parentsLibravatar Michał Kiedrowicz3-7/+39
2012-04-17fetch: describe new refs based on where it came fromLibravatar Marc Branchaud2-3/+41
2012-04-17fetch: Give remote_ref to update_local_ref() as wellLibravatar Marc Branchaud1-1/+2
2012-04-16t4052: Adjust --graph --stat output for prefixesLibravatar Lucian Poston1-9/+25
2012-04-16Adjust stat width calculations to take --graph output into accountLibravatar Lucian Poston1-1/+1
2012-04-16Add output_prefix_length to diff_optionsLibravatar Lucian Poston2-0/+4
2012-04-16t4052: test --stat output with --graphLibravatar Zbigniew Jędrzejewski-Szmek1-4/+74
2012-04-16diff: avoid stack-buffer-read-overrun for very long nameLibravatar Jim Meyering1-0/+2
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-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-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-12l10n: Add Danish team (da) to list of teamsLibravatar Byrial Jensen1-0/+4
2012-04-12l10n: New da.po file with 0 translationsLibravatar Byrial Jensen1-0/+3503
2012-04-11blame: accept --need-minimalLibravatar Junio C Hamano1-0/+1
2012-04-11gc: do not explode objects which will be immediately prunedLibravatar Jeff King4-11/+61
2012-04-11tests: modernise style: more uses of test_line_countLibravatar Stefano Lattarini19-74/+65
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-11l10n: Updated pt_PT languageLibravatar Marco Sousa1-115/+127
2012-04-10remote-curl: main test case for the OS command line overflowLibravatar Ivan Todoroski1-0/+31
2012-04-10fetch-pack: test cases for the new --stdin optionLibravatar Ivan Todoroski1-0/+66
2012-04-10remote-curl: send the refs to fetch-pack on stdinLibravatar Ivan Todoroski1-5/+13
2012-04-10fast-import: tighten parsing of datarefsLibravatar Pete Wyckoff2-33/+364
2012-04-10Merge branch 'maint-1.7.9' into maintLibravatar Junio C Hamano0-0/+0
2012-04-10Merge branch 'maint-1.7.8' into maint-1.7.9Libravatar Junio C Hamano2-6/+6
2012-04-10test-subprocess: fix segfault without argumentsLibravatar René Scharfe1-3/+3
2012-04-10submodule: fix prototype of gitmodules_configLibravatar René Scharfe1-1/+1
2012-04-10rev-parse --show-prefix: add in trailing newlineLibravatar Ross Lagerwall2-1/+3
2012-04-10fix http auth with multiple curl handlesLibravatar Jeff King2-5/+7
2012-04-10http auth fails with multiple curl handlesLibravatar Clemens Buchacher1-10/+15