summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-09-08Merge branch 'js/import-tars-hardlinks' into maintLibravatar Junio C Hamano1-11/+20
2016-09-08Merge branch 'ms/document-pack-window-memory-is-per-thread' into maintLibravatar Junio C Hamano2-4/+6
2016-09-08Merge branch 'jk/push-force-with-lease-creation' into maintLibravatar Junio C Hamano4-7/+46
2016-09-08Merge branch 'jk/reflog-date' into maintLibravatar Junio C Hamano6-10/+57
2016-09-08Merge branch 'jc/renormalize-merge-kill-safer-crlf' into maintLibravatar Junio C Hamano10-90/+112
2016-09-08Merge branch 'jk/common-main' into maintLibravatar Junio C Hamano53-153/+126
2016-09-08transport: report missing submodule pushes consistently on stderrLibravatar Stefan Beller1-1/+1
2016-09-07t5551-http-fetch-smart.sh: use the GIT_TRACE_CURL environment varLibravatar Elia Pinto1-3/+12
2016-09-07t5550-http-fetch-dumb.sh: use the GIT_TRACE_CURL environment varLibravatar Elia Pinto1-5/+5
2016-09-07test-lib.sh: preserve GIT_TRACE_CURL from the environmentLibravatar Elia Pinto1-0/+1
2016-09-07t5541-http-push-smart.sh: use the GIT_TRACE_CURL environment varLibravatar Elia Pinto1-1/+1
2016-09-07t6026-merge-attr: clean up background process at end of test caseLibravatar Johannes Sixt1-0/+2
2016-09-07t9903: fix broken && chainLibravatar Johannes Sixt1-1/+1
2016-09-07introduce hex2chr() for converting two hexadecimal digits to a characterLibravatar René Scharfe6-78/+21
2016-09-07compat: move strdup(3) replacement to its own fileLibravatar René Scharfe4-19/+33
2016-09-07xdiff: remove unneeded declarationsLibravatar Stefan Beller1-9/+0
2016-09-03l10n: pt_PT: update Portuguese repository infoLibravatar Vasco Almeida1-2/+3
2016-09-03l10n: pt_PT: update Portuguese translationLibravatar Vasco Almeida1-392/+347
2016-09-02Git 2.10Libravatar Junio C Hamano2-1/+6
2016-09-02symbolic-ref -d: do not allow removal of HEADLibravatar Junio C Hamano2-7/+16
2016-09-02Merge tag 'l10n-2.10.0-rnd2.2' of git://github.com/git-l10n/git-poLibravatar Junio C Hamano1-374/+317
2016-09-02Merge branch 'master' of https://github.com/vnwildman/gitLibravatar Jiang Xin1-374/+317
2016-09-01submodule: avoid auto-discovery in prepare_submodule_repo_env()Libravatar Junio C Hamano2-0/+36
2016-08-31diff: teach diff to display submodule difference with an inline diffLibravatar Jacob Keller7-21/+863
2016-08-31submodule: refactor show_submodule_summary with helper functionLibravatar Jacob Keller1-33/+82
2016-08-31submodule: convert show_submodule_summary to use struct object_id *Libravatar Jacob Keller3-10/+10
2016-08-31allow do_submodule_path to work even if submodule isn't checked outLibravatar Jacob Keller5-11/+173
2016-08-31diff: prepare for additional submodule formatsLibravatar Jacob Keller2-7/+12
2016-08-31graph: add support for --line-prefix on all graph-aware outputLibravatar Jacob Keller11-80/+504
2016-08-31diff.c: remove output_prefix_length fieldLibravatar Junio C Hamano3-4/+1
2016-08-31cache: add empty_tree_oid object and helper functionLibravatar Jacob Keller2-4/+27
2016-08-31color_parse_mem: initialize "struct color" temporaryLibravatar Jeff King1-1/+1
2016-08-31error_errno: use constant return similar to error()Libravatar Jeff King2-0/+2
2016-08-31A few more fixes before the final 2.10Libravatar Junio C Hamano1-3/+8
2016-08-31Merge tag 'l10n-2.10.0-rnd2' of git://github.com/git-l10n/git-poLibravatar Junio C Hamano8-14691/+24337
2016-08-31Merge branch 'ls/packet-line-protocol-doc-fix'Libravatar Junio C Hamano1-3/+3
2016-08-31Merge branch 'mh/blame-worktree'Libravatar Junio C Hamano2-1/+7
2016-08-31Merge branch 'kw/patch-ids-optim'Libravatar Junio C Hamano1-0/+0
2016-08-31diff-highlight: avoid highlighting combined diffsLibravatar Jeff King2-1/+38
2016-08-31diff-highlight: add multi-byte testsLibravatar Jeff King1-1/+35
2016-08-31diff-highlight: ignore test cruftLibravatar Jeff King1-0/+2
2016-08-30help: make option --help open man pages only for Git commandsLibravatar Ralf Thielow2-1/+22
2016-08-30help: introduce option --exclude-guidesLibravatar Ralf Thielow2-7/+67
2016-08-30am: refactor read_author_script()Libravatar Junio C Hamano1-58/+45
2016-08-30test-lib: drop PID from test-results/*.countLibravatar Jeff King1-2/+2
2016-08-30pack-protocol: fix maximum pkt-line sizeLibravatar Lars Schneider1-3/+3
2016-08-31l10n: zh_CN: for git v2.10.0 l10n round 2Libravatar Jiang Xin1-1755/+2746
2016-08-29p3400: make test script executableLibravatar René Scharfe1-0/+0
2016-08-29diff-highlight: add support for --graph outputLibravatar Brian Henderson2-7/+14
2016-08-29diff-highlight: add failing test for handling --graph outputLibravatar Brian Henderson1-0/+62