Age | Commit message (Expand) | Author | Files | Lines |
2015-10-05 | rebase-i: loosen over-eager check_bad_cmd check | Matthieu Moy | 1 | -0/+15 |
2015-10-05 | gc: demonstrate failure with stale remote HEAD | Johannes Schindelin | 1 | -0/+13 |
2015-10-05 | t5700: demonstrate a Windows file locking issue with `git clone --dissociate` | Johannes Schindelin | 1 | -0/+21 |
2015-10-05 | Sync with 2.6.1 | Junio C Hamano | 8 | -0/+248 |
2015-10-05 | Merge branch 'bb/remote-get-url' | Junio C Hamano | 1 | -0/+37 |
2015-10-05 | Merge branch 'jk/blame-first-parent' | Junio C Hamano | 1 | -0/+4 |
2015-10-05 | Merge branch 'jk/rebase-no-autostash' | Junio C Hamano | 1 | -0/+10 |
2015-10-05 | Merge branch 'kn/for-each-tag' | Junio C Hamano | 2 | -7/+214 |
2015-10-05 | Merge branch 'jk/test-lint-forbid-when-finished-in-subshell' | Junio C Hamano | 4 | -16/+31 |
2015-10-05 | Merge branch 'jk/connect-clear-env' | Junio C Hamano | 1 | -0/+34 |
2015-10-05 | Merge branch 'jk/date-local' | Junio C Hamano | 1 | -67/+95 |
2015-10-05 | Merge branch 'dt/refs-bisection' | Junio C Hamano | 3 | -0/+32 |
2015-10-05 | Merge branch 'ld/p4-import-labels' | Junio C Hamano | 1 | -0/+45 |
2015-10-05 | Merge branch 'ad/bisect-terms' | Junio C Hamano | 1 | -0/+135 |
2015-10-05 | Merge branch 'kn/for-each-tag-branch' | Junio C Hamano | 1 | -0/+84 |
2015-10-05 | init: use strbufs to store paths | Jeff King | 1 | -2/+2 |
2015-10-03 | git-p4: add Git LFS backend for large file system | Lars Schneider | 1 | -0/+288 |
2015-10-03 | git-p4: add support for large file systems | Lars Schneider | 1 | -0/+192 |
2015-10-02 | status: don't say 'HEAD detached at HEAD' | Matthieu Moy | 1 | -1/+1 |
2015-10-02 | t3203: test 'detached at' after checkout --detach | Matthieu Moy | 1 | -0/+13 |
2015-09-28 | Sync with v2.5.4 | Junio C Hamano | 8 | -0/+248 |
2015-09-28 | Sync with 2.4.10 | Junio C Hamano | 8 | -0/+248 |
2015-09-28 | Sync with 2.3.10 | Junio C Hamano | 8 | -0/+248 |
2015-09-28 | clone: allow --local from a linked checkout | Nguyễn Thái Ngọc Duy | 1 | -0/+5 |
2015-09-28 | enter_repo: allow .git files in strict mode | Nguyễn Thái Ngọc Duy | 1 | -0/+10 |
2015-09-28 | enter_repo: avoid duplicating logic, use is_git_directory() instead | Nguyễn Thái Ngọc Duy | 1 | -0/+14 |
2015-09-28 | t0002: add test for enter_repo(), non-strict mode | Nguyễn Thái Ngọc Duy | 1 | -0/+18 |
2015-09-25 | http: limit redirection depth | Blake Burkhart | 2 | -0/+7 |
2015-09-25 | http: limit redirection to protocol-whitelist | Blake Burkhart | 2 | -0/+10 |
2015-09-25 | t/perf: make runner work even if Git is not installed | Stephan Beyer | 1 | -0/+1 |
2015-09-25 | remote-ext: simplify git pkt-line generation | Jeff King | 1 | -0/+28 |
2015-09-25 | resolve_ref: use strbufs for internal buffers | Jeff King | 1 | -0/+29 |
2015-09-25 | branch: add '--points-at' option | Karthik Nayak | 1 | -0/+9 |
2015-09-25 | branch.c: use 'ref-filter' APIs | Karthik Nayak | 2 | -11/+31 |
2015-09-25 | t5561: get rid of racy appending to logfile | Stephan Beyer | 3 | -23/+1 |
2015-09-23 | fsck: exit with non-zero when problems are found | Junio C Hamano | 1 | -1/+21 |
2015-09-23 | submodule: allow only certain protocols for submodule fetches | Jeff King | 1 | -0/+43 |
2015-09-23 | transport: add a protocol-whitelist environment variable | Jeff King | 6 | -0/+188 |
2015-09-22 | notes: correct documentation of DWIMery for notes references | Jacob Keller | 1 | -0/+6 |
2015-09-22 | git-p4: handle "Translation of file content failed" | Lars Schneider | 1 | -1/+1 |
2015-09-22 | git-p4: add test case for "Translation of file content failed" error | Lars Schneider | 1 | -0/+50 |
2015-09-21 | dir.c: don't exclude whole dir prematurely if neg pattern may match | Nguyễn Thái Ngọc Duy | 1 | -0/+25 |
2015-09-17 | remote: add get-url subcommand | Ben Boeckel | 1 | -0/+37 |
2015-09-17 | Merge branch 'dt/untracked-subdir' into maint | Junio C Hamano | 1 | -0/+215 |
2015-09-17 | tag.c: implement '--merged' and '--no-merged' options | Karthik Nayak | 1 | -0/+27 |
2015-09-17 | tag.c: implement '--format' option | Karthik Nayak | 1 | -0/+12 |
2015-09-17 | tag.c: use 'ref-filter' APIs | Karthik Nayak | 1 | -7/+1 |
2015-09-17 | ref-filter: add support to sort by version | Karthik Nayak | 1 | -0/+36 |
2015-09-17 | ref-filter: add support for %(contents:lines=X) | Karthik Nayak | 1 | -0/+52 |
2015-09-17 | ref-filter: implement an `align` atom | Karthik Nayak | 1 | -0/+82 |