aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | | | | | | | | | | | | | | | | | | Merge branch 'rs/use-argv-array-in-child-process'Junio C Hamano2018-01-05
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | send-pack: use internal argv_array of struct child_processRené Scharfe2017-12-22
| * | | | | | | | | | | | | | | | | | | http: use internal argv_array of struct child_processRené Scharfe2017-12-22
| |/ / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | Merge branch 'ld/p4-multiple-shelves'Junio C Hamano2018-01-05
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | git-p4: update multiple shelved change listsLuke Diamand2017-12-22
| |/ / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | Merge branch 'jd/fix-strbuf-add-urlencode-bytes'Junio C Hamano2018-01-05
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | strbuf: fix urlencode format string on signed charJulien Dusser2017-12-22
| | |_|_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge branch 'ew/empty-merge-with-dirty-index'Junio C Hamano2018-01-05
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Merge branch 'ew/empty-merge-with-dirty-index-maint' into ew/empty-merge-with...Junio C Hamano2017-12-22
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | / / / / / / | | | |_|_|_|_|_|_|_|_|_|/ / / / / / | | |/| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | merge-recursive: avoid incorporating uncommitted changes in a mergeElijah Newren2017-12-22
| | * | | | | | | | | | | | | | | | move index_has_changes() from builtin/am.c to merge.c for reuseElijah Newren2017-12-22
| | * | | | | | | | | | | | | | | | t6044: recursive can silently incorporate dirty changes in a mergeElijah Newren2017-12-22
| | |/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Merge branch 'db/doc-config-section-names-with-bs'Junio C Hamano2018-01-05
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | config.txt: document behavior of backslashes in subsectionsDave Borowitz2017-12-22
| | |/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch 'jk/test-suite-tracing'Junio C Hamano2018-01-05
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | t/Makefile: introduce TEST_SHELL_PATHJeff King2017-12-08
| * | | | | | | | | | | | | | | | test-lib: make "-x" work with "--verbose-log"Jeff King2017-12-08
| * | | | | | | | | | | | | | | | t5615: avoid re-using descriptor 4Jeff King2017-12-08
| * | | | | | | | | | | | | | | | test-lib: silence "-x" cleanup under bashJeff King2017-12-08
| |/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Git 2.16-rc0Junio C Hamano2017-12-28
* | | | | | | | | | | | | | | | Merge branch 'sb/describe-blob'Junio C Hamano2017-12-28
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | builtin/describe.c: describe a blobStefan Beller2017-12-19
| * | | | | | | | | | | | | | | | builtin/describe.c: factor out describe_commitStefan Beller2017-11-16
| * | | | | | | | | | | | | | | | builtin/describe.c: print debug statements earlierStefan Beller2017-11-16
| * | | | | | | | | | | | | | | | builtin/describe.c: rename `oid` to avoid variable shadowingStefan Beller2017-11-16
| * | | | | | | | | | | | | | | | revision.h: introduce blob/tree walking in order of the commitsStefan Beller2017-11-16
| * | | | | | | | | | | | | | | | list-objects.c: factor out traverse_trees_and_blobsStefan Beller2017-11-03
| * | | | | | | | | | | | | | | | t6120: fix typo in test nameStefan Beller2017-11-03
* | | | | | | | | | | | | | | | | Merge branch 'hi/merge-verify-sig-config'Junio C Hamano2017-12-28
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | t5573, t7612: clean up after unexpected success of 'pull' and 'merge'Junio C Hamano2017-12-19
| * | | | | | | | | | | | | | | | | t: add tests for pull --verify-signaturesHans Jerry Illikainen2017-12-12
| * | | | | | | | | | | | | | | | | merge: add config option for verifySignaturesHans Jerry Illikainen2017-12-12
* | | | | | | | | | | | | | | | | | Merge branch 'ws/curl-http-proxy-over-https'Junio C Hamano2017-12-28
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | http: support CURLPROXY_HTTPSWei Shuyu2017-12-19
| | |_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge branch 'ks/doc-previous-checkout'Junio C Hamano2017-12-28
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Doc/check-ref-format: clarify information about @{-N} syntaxKaartic Sivaraam2017-12-19
* | | | | | | | | | | | | | | | | | | Merge branch 'ks/rebase-error-messages'Junio C Hamano2017-12-28
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | rebase: rebasing can also be done when HEAD is detachedKaartic Sivaraam2017-12-19
| * | | | | | | | | | | | | | | | | | | rebase: distinguish user input by quoting itKaartic Sivaraam2017-12-19
| * | | | | | | | | | | | | | | | | | | rebase: consistently use branch_name variableKaartic Sivaraam2017-12-19
| |/ / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | Merge branch 'sr/http-sslverify-config-doc'Junio C Hamano2017-12-28
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | config: document default value of http.sslVerifySimon Ruderich2017-12-18
* | | | | | | | | | | | | | | | | | | | Merge branch 'nm/imap-send-quote-server-folder-name'Junio C Hamano2017-12-28
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | imap-send: URI encode server folderNicolas Morey-Chaisemartin2017-12-18
| | |/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge branch 'bp/fsmonitor'Junio C Hamano2017-12-28
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | p7519: improve check for prerequisite WATCHMANRené Scharfe2017-12-18
* | | | | | | | | | | | | | | | | | | | | Merge branch 'jh/partial-clone-doc'Junio C Hamano2017-12-28
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | partial-clone: design docJeff Hostetler2017-12-14
| | |_|_|_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Merge branch 'jt/transport-hide-vtable'Junio C Hamano2017-12-28
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | transport: make transport vtable more privateJonathan Tan2017-12-14