summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | strbuf: add a case insensitive starts_with()Lars Schneider2018-03-092-0/+10
| * | | | | | strbuf: add xstrdup_toupper()Lars Schneider2018-02-152-0/+13
| * | | | | | strbuf: remove unnecessary NUL assignment in xstrdup_tolower()Lars Schneider2018-02-151-1/+0
* | | | | | | Merge branch 'sb/blame-color' into puJunio C Hamano2018-03-314-20/+261
|\ \ \ \ \ \ \
| * | | | | | | builtin/blame: highlight recently changed linessb/blame-colorStefan Beller2018-02-132-1/+91
| * | | | | | | builtin/blame: add option to color metadata fields separatelyStefan Beller2018-02-132-8/+113
| * | | | | | | builtin/blame: dim uninteresting metadataStefan Beller2018-02-134-14/+60
* | | | | | | | Merge branch 'av/fsmonitor-updates' into puJunio C Hamano2018-03-319-26/+52
|\ \ \ \ \ \ \ \
| * | | | | | | | fsmonitor: use fsmonitor data in `git diff`av/fsmonitor-updatesAlex Vandiver2018-01-043-1/+9
| * | | | | | | | fsmonitor: remove debugging lines from t/t7519-status-fsmonitor.shAlex Vandiver2018-01-041-2/+0
| * | | | | | | | fsmonitor: make output of test-dump-fsmonitor more conciseAlex Vandiver2018-01-041-3/+11
| * | | | | | | | fsmonitor: update helper tool, now that flags are filled laterAlex Vandiver2018-01-042-3/+10
| * | | | | | | | fsmonitor: stop inline'ing mark_fsmonitor_valid / _invalidAlex Vandiver2018-01-042-15/+20
| * | | | | | | | dir.c: update comments to match argument nameAlex Vandiver2018-01-041-2/+2
* | | | | | | | | Merge branch 'mk/http-backend-content-length' into puJunio C Hamano2018-03-316-2/+91
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | SQUASH???mk/http-backend-content-lengthJunio C Hamano2017-11-274-13/+13
| * | | | | | | | | t5560-http-backend-noserver.sh: add CONTENT_LENGTH casesMax Kirillov2017-11-273-0/+41
| * | | | | | | | | SQUASH???Junio C Hamano2017-11-271-4/+3
| * | | | | | | | | http-backend: respect CONTENT_LENGTH as specified by rfc3875Florian Manschwetus2017-11-273-2/+51
* | | | | | | | | | Merge branch 'pb/bisect-helper-2' into puJunio C Hamano2018-03-316-380/+665
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | t6030: make various test to pass GETTEXT_POISON testspb/bisect-helper-2Pranit Bauva2017-10-281-60/+60
| * | | | | | | | | | bisect--helper: `bisect_start` shell function partially in CPranit Bauva2017-10-282-132/+228
| * | | | | | | | | | bisect--helper: `get_terms` & `bisect_terms` shell function in CPranit Bauva2017-10-283-36/+70
| * | | | | | | | | | bisect--helper: `bisect_next_check` shell function in CPranit Bauva2017-10-282-57/+94
| * | | | | | | | | | bisect--helper: `check_and_set_terms` shell function in CPranit Bauva2017-10-282-33/+44
| * | | | | | | | | | wrapper: move is_empty_file() and rename it as is_empty_or_missing_file()Pranit Bauva2017-10-283-18/+18
| * | | | | | | | | | bisect--helper: `bisect_write` shell function in CPranit Bauva2017-10-282-24/+108
| * | | | | | | | | | bisect--helper: `bisect_reset` shell function in CPranit Bauva2017-10-282-27/+50
* | | | | | | | | | | Merge branch 'jk/drop-ancient-curl' into puJunio C Hamano2018-03-316-240/+7
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | http: #error on too-old curljk/drop-ancient-curlJeff King2017-08-091-0/+4
| * | | | | | | | | | | curl: remove ifdef'd code never used with curl >=7.19.4Ævar Arnfjörð Bjarmason2017-08-092-13/+0
| * | | | | | | | | | | http: drop support for curl < 7.19.4Jeff King2017-08-092-50/+0
| * | | | | | | | | | | http: drop support for curl < 7.16.0Jeff King2017-08-096-115/+3
| * | | | | | | | | | | http: drop support for curl < 7.11.1Jeff King2017-08-093-65/+0
* | | | | | | | | | | | Merge branch 'jm/mem-pool' into jchJunio C Hamano2018-03-311-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | SQUASH??? fast-import: fix a sparse 'NULL pointer' warningjm/mem-poolRamsay Jones2018-03-301-1/+1
* | | | | | | | | | | | | Merge branch 'jh/json-writer' into jchJunio C Hamano2018-03-315-0/+1312
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | json_writer: new routines to create data in JSON formatjh/json-writerJeff Hostetler2018-03-285-0/+1312
| | |_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'nd/warn-more-for-devs' into jchJunio C Hamano2018-03-314-11/+106
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Makefile: add EAGER_DEVELOPER modend/warn-more-for-devsNguyễn Thái Ngọc Duy2018-03-292-1/+10
| * | | | | | | | | | | | | Makefile: detect compiler and enable more warnings in DEVELOPER=1Nguyễn Thái Ngọc Duy2018-03-293-10/+96
| * | | | | | | | | | | | | connect.c: mark die_initial_contact() NORETURNNguyễn Thái Ngọc Duy2018-03-291-1/+1
* | | | | | | | | | | | | | Merge branch 'sb/submodule-move-nested' into jchJunio C Hamano2018-03-3115-80/+141
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | submodule: fixup nested submodules after moving the submodulesb/submodule-move-nestedStefan Beller2018-03-298-15/+83
| * | | | | | | | | | | | | | submodule-config: remove submodule_from_cacheStefan Beller2018-03-294-15/+3
| * | | | | | | | | | | | | | submodule-config: add repository argument to submodule_from_{name, path}Stefan Beller2018-03-295-33/+41
| * | | | | | | | | | | | | | submodule-config: allow submodule_free to handle arbitrary repositoriesStefan Beller2018-03-296-8/+8
| * | | | | | | | | | | | | | grep: remove "repo" arg from non-supporting funcsJonathan Tan2018-03-291-7/+5
| * | | | | | | | | | | | | | submodule.h: drop declaration of connect_work_tree_and_git_dirStefan Beller2018-03-291-1/+0
* | | | | | | | | | | | | | | Merge branch 'tb/config-default' into jchJunio C Hamano2018-03-316-4/+128
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \