Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | submodule-config: add repository argument to submodule_from_{name, path} | Stefan Beller | 2018-03-29 | 1 | -2/+4 | |
| * | | | | | | | | submodule-config: allow submodule_free to handle arbitrary repositories | Stefan Beller | 2018-03-29 | 1 | -1/+1 | |
* | | | | | | | | | Merge branch 'dj/runtime-prefix' | Junio C Hamano | 2018-05-08 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | exec_cmd: RUNTIME_PREFIX on some POSIX systems | Dan Jacques | 2018-04-11 | 1 | -1/+1 | |
* | | | | | | | | | | Merge branch 'bw/protocol-v2' | Junio C Hamano | 2018-05-08 | 3 | -0/+513 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | remote-curl: don't request v2 when pushingbw/protocol-v2 | Brandon Williams | 2018-03-15 | 1 | -0/+24 | |
| * | | | | | | | | | | remote-curl: implement stateless-connect command | Brandon Williams | 2018-03-15 | 1 | -0/+45 | |
| * | | | | | | | | | | connect: don't request v2 when pushing | Brandon Williams | 2018-03-15 | 1 | -0/+24 | |
| * | | | | | | | | | | fetch-pack: perform a fetch using v2 | Brandon Williams | 2018-03-15 | 2 | -1/+98 | |
| * | | | | | | | | | | upload-pack: introduce fetch server command | Brandon Williams | 2018-03-15 | 1 | -0/+1 | |
| * | | | | | | | | | | ls-remote: pass ref prefixes when requesting a remote's refs | Brandon Williams | 2018-03-15 | 1 | -0/+26 | |
| * | | | | | | | | | | connect: request remote refs using v2 | Brandon Williams | 2018-03-15 | 1 | -0/+57 | |
| * | | | | | | | | | | ls-refs: introduce ls-refs server command | Brandon Williams | 2018-03-15 | 1 | -0/+115 | |
| * | | | | | | | | | | serve: introduce git-serve | Brandon Williams | 2018-03-15 | 1 | -0/+60 | |
| * | | | | | | | | | | test-pkt-line: introduce a packet-line test helper | Brandon Williams | 2018-03-14 | 1 | -0/+64 | |
| | |_|_|_|_|_|/ / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'cc/perf-bisect' | Junio C Hamano | 2018-04-25 | 3 | -10/+166 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | t/perf: add scripts to bisect performance regressions | Christian Couder | 2018-04-11 | 2 | -0/+120 | |
| * | | | | | | | | | | perf/run: add --subsection option | Christian Couder | 2018-04-11 | 1 | -10/+46 | |
* | | | | | | | | | | | Merge branch 'ps/test-chmtime-get' | Junio C Hamano | 2018-04-25 | 10 | -42/+63 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | t/helper: 'test-chmtime (--get|-g)' to print only the mtime | Paul-Sebastian Ungureanu | 2018-04-09 | 10 | -42/+63 | |
| | |_|_|_|/ / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'js/t5404-path-fix' | Junio C Hamano | 2018-04-25 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | t5404: relax overzealous test | Johannes Schindelin | 2018-04-09 | 1 | -1/+1 | |
* | | | | | | | | | | | | Merge branch 'nd/worktree-move' | Junio C Hamano | 2018-04-25 | 1 | -4/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | t2028: tighten grep expression to make "move worktree" test more robust | Eric Sunshine | 2018-04-05 | 1 | -4/+3 | |
* | | | | | | | | | | | | | Merge branch 'ks/branch-list-detached-rebase-i' | Junio C Hamano | 2018-04-25 | 1 | -0/+24 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | t3200: verify "branch --list" sanity when rebasing from detached HEAD | Eric Sunshine | 2018-04-05 | 1 | -0/+24 | |
| | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge branch 'jk/t5561-missing-curl' | Junio C Hamano | 2018-04-25 | 2 | -2/+12 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | t5561: skip tests if curl is not available | Jeff King | 2018-04-05 | 2 | -0/+10 | |
| * | | | | | | | | | | | | | t5561: drop curl stderr redirects | Jeff King | 2018-04-05 | 1 | -2/+2 | |
| | |_|_|/ / / / / / / / / | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge branch 'bw/commit-partial-from-subdirectory-fix' | Junio C Hamano | 2018-04-25 | 1 | -0/+12 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | commit: allow partial commits with relative paths | Brandon Williams | 2018-04-05 | 1 | -0/+12 | |
* | | | | | | | | | | | | | | Merge branch 'jk/relative-directory-fix' | Junio C Hamano | 2018-04-25 | 1 | -0/+12 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | refs: use chdir_notify to update cached relative pathsjk/relative-directory-fix | Jeff King | 2018-03-30 | 1 | -0/+12 | |
| | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Merge branch 'pw/rebase-signoff' | Junio C Hamano | 2018-04-25 | 2 | -2/+40 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | rebase --keep-empty: always use interactive rebasepw/rebase-signoff | Phillip Wood | 2018-03-29 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | rebase: extend --signoff support | Phillip Wood | 2018-03-29 | 1 | -0/+38 | |
| * | | | | | | | | | | | | | | Merge branch 'pw/rebase-keep-empty-fixes' into pw/rebase-signoff | Junio C Hamano | 2018-03-29 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
* | \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'pw/rebase-keep-empty-fixes' | Junio C Hamano | 2018-04-25 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | / / | |_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | rebase -i --keep-empty: don't prune empty commits | Phillip Wood | 2018-03-29 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | Merge branch 'svn/authors-prog-2' of git://bogomips.org/git-svn | Junio C Hamano | 2018-04-12 | 2 | -1/+39 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | git-svn: allow empty email-address using authors-prog and authors-file | Andreas Heiduk | 2018-04-05 | 2 | -1/+39 | |
| | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Revert "Merge branch 'en/rename-directory-detection'" | Junio C Hamano | 2018-04-11 | 3 | -4000/+2 | |
* | | | | | | | | | | | | | | Merge branch 'pk/test-avoid-pipe-hiding-exit-status' | Junio C Hamano | 2018-04-11 | 15 | -159/+179 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | test: avoid pipes in git related commands for testpk/test-avoid-pipe-hiding-exit-status | Pratik Karki | 2018-03-28 | 15 | -159/+179 | |
| | |_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Merge branch 'rs/status-with-removed-submodule' | Junio C Hamano | 2018-04-11 | 1 | -0/+15 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | submodule: check for NULL return of get_submodule_ref_store()rs/status-with-removed-submodule | René Scharfe | 2018-03-28 | 1 | -0/+15 | |
| |/ / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | Merge branch 'nd/combined-test-helper' | Junio C Hamano | 2018-04-11 | 119 | -504/+641 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | t/helper: merge test-write-cache into test-toolnd/combined-test-helper | Nguyễn Thái Ngọc Duy | 2018-03-27 | 4 | -2/+5 | |
| * | | | | | | | | | | | | | | t/helper: merge test-wildmatch into test-tool | Nguyễn Thái Ngọc Duy | 2018-03-27 | 4 | -8/+11 | |
| * | | | | | | | | | | | | | | t/helper: merge test-urlmatch-normalization into test-tool | Nguyễn Thái Ngọc Duy | 2018-03-27 | 4 | -135/+138 |