Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | checkout: fix bug with --to and relative HEAD | Eric Sunshine | 2015-07-06 | 1 | -0/+10 |
* | worktree: new place for "git prune --worktrees" | Nguyễn Thái Ngọc Duy | 2015-06-29 | 1 | -11/+11 |
* | checkout: don't check worktrees when not necessary | Nguyễn Thái Ngọc Duy | 2015-06-13 | 1 | -0/+8 |
* | prune --worktrees: fix expire vs worktree existence condition | Max Kirillov | 2015-03-31 | 1 | -0/+12 |
* | t1501: fix test with split index | Thomas Gummerer | 2015-03-24 | 1 | -0/+1 |
* | t2026: fix broken &&-chain | Junio C Hamano | 2015-03-20 | 1 | -2/+2 |
* | t2026 needs procondition SANITY | Torsten Bögershausen | 2015-01-27 | 1 | -1/+1 |
* | checkout: add --ignore-other-wortrees | Nguyễn Thái Ngọc Duy | 2015-01-07 | 1 | -0/+7 |
* | git-common-dir: make "modules/" per-working-directory directory | Max Kirillov | 2014-12-01 | 1 | -0/+50 |
* | checkout: do not fail if target is an empty directory | Max Kirillov | 2014-12-01 | 1 | -1/+6 |
* | t2025: add a test to make sure grafts is working from a linked checkout | Nguyễn Thái Ngọc Duy | 2014-12-01 | 1 | -0/+18 |
* | checkout: don't require a work tree when checking out into a new one | Dennis Kaarsemaker | 2014-12-01 | 1 | -0/+15 |
* | git_path(): keep "info/sparse-checkout" per work-tree | Nguyễn Thái Ngọc Duy | 2014-12-01 | 1 | -0/+1 |
* | checkout: clean up half-prepared directories in --to mode | Nguyễn Thái Ngọc Duy | 2014-12-01 | 1 | -0/+6 |
* | checkout: reject if the branch is already checked out elsewhere | Nguyễn Thái Ngọc Duy | 2014-12-01 | 1 | -5/+20 |
* | prune: strategies for linked checkouts | Nguyễn Thái Ngọc Duy | 2014-12-01 | 1 | -0/+84 |
* | checkout: support checking out into a new working directory | Nguyễn Thái Ngọc Duy | 2014-12-01 | 1 | -0/+63 |
* | setup.c: support multi-checkout repo setup | Nguyễn Thái Ngọc Duy | 2014-12-01 | 2 | -0/+77 |
* | $GIT_COMMON_DIR: a new environment variable | Nguyễn Thái Ngọc Duy | 2014-12-01 | 1 | -0/+16 |
* | git_path(): be aware of file relocation in $GIT_DIR | Nguyễn Thái Ngọc Duy | 2014-12-01 | 1 | -0/+19 |
* | Merge branch 'tb/no-relative-file-url' | Junio C Hamano | 2014-11-19 | 1 | -1/+1 |
|\ | |||||
| * | t5705: the file:// URL should be absolute | Torsten Bögershausen | 2014-11-13 | 1 | -1/+1 |
| * | Merge branch 'jk/pack-objects-no-bitmap-when-splitting' into maint | Junio C Hamano | 2014-10-29 | 1 | -0/+9 |
| |\ | |||||
* | \ | Merge branch 'da/difftool' | Junio C Hamano | 2014-11-18 | 1 | -0/+5 |
|\ \ \ | |||||
| * | | | difftool: honor --trust-exit-code for builtin tools | David Aguilar | 2014-11-14 | 1 | -0/+5 |
* | | | | Merge branch 'jk/fetch-reflog-df-conflict' | Junio C Hamano | 2014-11-12 | 1 | -18/+18 |
|\ \ \ \ | |||||
| * | | | | t1410: fix breakage on case-insensitive filesystems | Jeff King | 2014-11-10 | 1 | -18/+18 |
* | | | | | Merge branch 'tm/line-log-first-parent' | Junio C Hamano | 2014-11-06 | 1 | -0/+5 |
|\ \ \ \ \ | |||||
| * | | | | | line-log: fix crash when --first-parent is used | Tzvetan Mikov | 2014-11-04 | 1 | -0/+5 |
* | | | | | | Merge branch 'jk/fetch-reflog-df-conflict' | Junio C Hamano | 2014-11-06 | 2 | -0/+74 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | ignore stale directories when checking reflog existence | Jeff King | 2014-11-04 | 1 | -0/+34 |
| * | | | | | fetch: load all default config at startup | Jeff King | 2014-11-04 | 1 | -0/+40 |
* | | | | | | Merge branch 'rs/grep-color-words' | Junio C Hamano | 2014-10-31 | 1 | -0/+94 |
|\ \ \ \ \ \ | |||||
| * | | | | | | grep: add color.grep.matchcontext and color.grep.matchselected | René Scharfe | 2014-10-28 | 1 | -0/+94 |
* | | | | | | | Merge branch 'da/difftool' | Junio C Hamano | 2014-10-29 | 1 | -0/+51 |
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | |||||
| * | | | | | | difftool: add support for --trust-exit-code | David Aguilar | 2014-10-28 | 1 | -0/+43 |
| * | | | | | | difftool--helper: exit when reading a prompt answer fails | Johannes Sixt | 2014-10-27 | 1 | -0/+8 |
| | |_|_|/ / | |/| | | | | |||||
| * | | | | | Merge branch 'jk/mbox-from-line' into maint | Junio C Hamano | 2014-10-07 | 5 | -0/+49 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'jk/fsck-exit-code-fix' into maint | Junio C Hamano | 2014-09-30 | 2 | -7/+83 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'ta/config-add-to-empty-or-true-fix' into maint | Junio C Hamano | 2014-09-30 | 1 | -0/+20 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'mk/reachable-protect-detached-head' into maint | Junio C Hamano | 2014-09-30 | 1 | -0/+22 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'mb/fast-import-delete-root' into maint | Junio C Hamano | 2014-09-30 | 1 | -0/+104 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'jk/send-pack-many-refspecs' into maint | Junio C Hamano | 2014-09-30 | 2 | -0/+107 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ \ \ \ | Merge branch 'mg/lib-gpg-ro-safety' | Junio C Hamano | 2014-10-29 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | t/lib-gpg: make gpghome files writable | Michael J Gruber | 2014-10-27 | 1 | -0/+1 |
| | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | |||||
* | | | | | | | | | | | | Merge branch 'jk/prune-mtime' | Junio C Hamano | 2014-10-29 | 4 | -0/+181 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | repack: pack objects mentioned by the index | Jeff King | 2014-10-20 | 1 | -0/+13 |
| * | | | | | | | | | | | | rev-list: add --indexed-objects option | Jeff King | 2014-10-20 | 1 | -0/+23 |
| * | | | | | | | | | | | | t5516: test pushing a tag of an otherwise unreferenced blob | Jeff King | 2014-10-20 | 1 | -0/+13 |
| * | | | | | | | | | | | | write_sha1_file: freshen existing objects | Jeff King | 2014-10-16 | 1 | -0/+27 |