summaryrefslogtreecommitdiffstats
path: root/common-main.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-10-17pkt-line: add packet_write_fmt_gently()Lars Schneider2-4/+31
2016-10-17pkt-line: extract set_packet_header()Lars Schneider1-6/+13
2016-10-17pkt-line: rename packet_write() to packet_write_fmt()Lars Schneider11-29/+29
2016-10-17run-command: add clean_on_exit_handlerLars Schneider2-4/+20
2016-10-17run-command: move check_pipe() from write_or_die to run_commandLars Schneider3-16/+16
2016-10-17convert: modernize testsLars Schneider1-29/+29
2016-10-17convert: quote filter names in error messagesLars Schneider1-6/+6
2016-09-13First batch for 2.11Junio C Hamano1-0/+41
2016-09-11l10n: zh_CN: review for git v2.10.0 l10nRay Chen1-50/+50
2016-09-11l10n: zh_CN: fixed some typos for git 2.10.0Jiang Xin1-4/+4
2016-09-09Start the 2.11 cycleJunio C Hamano3-2/+58
2016-09-09Prepare for 2.9.4Junio C Hamano2-1/+84
2016-09-08transport: report missing submodule pushes consistently on stderrStefan Beller1-1/+1
2016-09-07t5551-http-fetch-smart.sh: use the GIT_TRACE_CURL environment varElia Pinto1-3/+12
2016-09-07t5550-http-fetch-dumb.sh: use the GIT_TRACE_CURL environment varElia Pinto1-5/+5
2016-09-07test-lib.sh: preserve GIT_TRACE_CURL from the environmentElia Pinto1-0/+1
2016-09-07t5541-http-push-smart.sh: use the GIT_TRACE_CURL environment varElia Pinto1-1/+1
2016-09-07t6026-merge-attr: clean up background process at end of test caseJohannes Sixt1-0/+2
2016-09-07t9903: fix broken && chainJohannes Sixt1-1/+1
2016-09-07introduce hex2chr() for converting two hexadecimal digits to a characterRené Scharfe6-78/+21
2016-09-07compat: move strdup(3) replacement to its own fileRené Scharfe4-19/+33
2016-09-07xdiff: remove unneeded declarationsStefan Beller1-9/+0
2016-09-03l10n: pt_PT: update Portuguese repository infoVasco Almeida1-2/+3
2016-09-03l10n: pt_PT: update Portuguese translationVasco Almeida1-392/+347
2016-09-02Git 2.10v2.10.0Junio C Hamano2-1/+6
2016-09-02symbolic-ref -d: do not allow removal of HEADJunio C Hamano2-7/+16
2016-09-01submodule: avoid auto-discovery in prepare_submodule_repo_env()Junio C Hamano2-0/+36
2016-09-01diff: teach diff to display submodule difference with an inline diffJacob Keller7-21/+863
2016-09-01submodule: refactor show_submodule_summary with helper functionJacob Keller1-33/+82
2016-09-01submodule: convert show_submodule_summary to use struct object_id *Jacob Keller3-10/+10
2016-09-01allow do_submodule_path to work even if submodule isn't checked outJacob Keller5-11/+173
2016-09-01diff: prepare for additional submodule formatsJacob Keller2-7/+12
2016-09-01graph: add support for --line-prefix on all graph-aware outputJacob Keller11-80/+504
2016-09-01diff.c: remove output_prefix_length fieldJunio C Hamano3-4/+1
2016-09-01cache: add empty_tree_oid object and helper functionJacob Keller2-4/+27
2016-08-31color_parse_mem: initialize "struct color" temporaryJeff King1-1/+1
2016-08-31error_errno: use constant return similar to error()Jeff King2-0/+2
2016-08-31A few more fixes before the final 2.10Junio C Hamano1-3/+8
2016-08-31diff-highlight: avoid highlighting combined diffsJeff King2-1/+38
2016-08-31diff-highlight: add multi-byte testsJeff King1-1/+35