Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tenth batch for 2.20 | Junio C Hamano | 2018-11-13 | 1 | -0/+98 |
* | Merge branch 'nd/per-worktree-ref-iteration' | Junio C Hamano | 2018-11-13 | 3 | -4/+46 |
|\ | |||||
| * | git-worktree.txt: correct linkgit command name | Nguyễn Thái Ngọc Duy | 2018-11-05 | 1 | -1/+1 |
| * | reflog expire: cover reflog from all worktrees | Nguyễn Thái Ngọc Duy | 2018-10-22 | 1 | -1/+6 |
| * | refs: new ref types to make per-worktree refs visible to all worktrees | Nguyễn Thái Ngọc Duy | 2018-10-22 | 1 | -1/+14 |
| * | Add a place for (not) sharing stuff between worktrees | Nguyễn Thái Ngọc Duy | 2018-10-07 | 2 | -3/+27 |
* | | Merge branch 'js/mingw-perl5lib' | Junio C Hamano | 2018-11-13 | 1 | -0/+6 |
|\ \ | |||||
| * | | mingw: unset PERL5LIB by default | Johannes Schindelin | 2018-10-31 | 1 | -0/+6 |
* | | | Merge branch 'nd/wildmatch-double-asterisk' | Junio C Hamano | 2018-11-13 | 1 | -1/+2 |
|\ \ \ | |||||
| * | | | wildmatch: change behavior of "foo**bar" in WM_PATHNAME mode | Nguyễn Thái Ngọc Duy | 2018-10-29 | 1 | -1/+2 |
* | | | | Merge branch 'nd/per-worktree-config' | Junio C Hamano | 2018-11-13 | 4 | -9/+70 |
|\ \ \ \ | |||||
| * | | | | worktree: add per-worktree config files | Nguyễn Thái Ngọc Duy | 2018-10-22 | 4 | -9/+70 |
* | | | | | Merge branch 'nd/config-split' | Junio C Hamano | 2018-11-13 | 83 | -2891/+2961 |
|\ \ \ \ \ | |||||
| * | | | | | config.txt: remove config/dummy.txt | Nguyễn Thái Ngọc Duy | 2018-10-29 | 1 | -0/+0 |
| * | | | | | config.txt: move worktree.* to a separate file | Nguyễn Thái Ngọc Duy | 2018-10-29 | 2 | -9/+10 |
| * | | | | | config.txt: move web.* to a separate file | Nguyễn Thái Ngọc Duy | 2018-10-29 | 2 | -4/+5 |
| * | | | | | config.txt: move versionsort.* to a separate file | Nguyễn Thái Ngọc Duy | 2018-10-29 | 2 | -33/+34 |
| * | | | | | config.txt: move user.* to a separate file | Nguyễn Thái Ngọc Duy | 2018-10-29 | 2 | -26/+27 |
| * | | | | | config.txt: move url.* to a separate file | Nguyễn Thái Ngọc Duy | 2018-10-29 | 2 | -30/+31 |
| * | | | | | config.txt: move uploadpack.* to a separate file | Nguyễn Thái Ngọc Duy | 2018-10-29 | 2 | -65/+66 |
| * | | | | | config.txt: move uploadarchive.* to a separate file | Nguyễn Thái Ngọc Duy | 2018-10-29 | 2 | -6/+7 |
| * | | | | | config.txt: move transfer.* to a separate file | Nguyễn Thái Ngọc Duy | 2018-10-29 | 2 | -71/+72 |
| * | | | | | config.txt: move tag.* to a separate file | Nguyễn Thái Ngọc Duy | 2018-10-29 | 2 | -16/+17 |
| * | | | | | config.txt: move submodule.* to a separate file | Nguyễn Thái Ngọc Duy | 2018-10-29 | 2 | -1/+1 |
| * | | | | | config.txt: move stash.* to a separate file | Nguyễn Thái Ngọc Duy | 2018-10-29 | 2 | -9/+10 |
| * | | | | | config.txt: move status.* to a separate file | Nguyễn Thái Ngọc Duy | 2018-10-29 | 2 | -72/+73 |
| * | | | | | config.txt: move splitIndex.* to a separate file | Nguyễn Thái Ngọc Duy | 2018-10-29 | 2 | -24/+25 |
| * | | | | | config.txt: move showBranch.* to a separate file | Nguyễn Thái Ngọc Duy | 2018-10-29 | 2 | -3/+4 |
| * | | | | | config.txt: move sequencer.* to a separate file | Nguyễn Thái Ngọc Duy | 2018-10-29 | 2 | -5/+6 |
| * | | | | | config.txt: move sendemail-config.txt to config/ | Nguyễn Thái Ngọc Duy | 2018-10-29 | 2 | -1/+1 |
| * | | | | | config.txt: move reset.* to a separate file | Nguyễn Thái Ngọc Duy | 2018-10-29 | 2 | -2/+3 |
| * | | | | | config.txt: move rerere.* to a separate file | Nguyễn Thái Ngọc Duy | 2018-10-29 | 2 | -12/+13 |
| * | | | | | config.txt: move repack.* to a separate file | Nguyễn Thái Ngọc Duy | 2018-10-29 | 2 | -27/+28 |
| * | | | | | config.txt: move remotes.* to a separate file | Nguyễn Thái Ngọc Duy | 2018-10-29 | 2 | -3/+4 |
| * | | | | | config.txt: move remote.* to a separate file | Nguyễn Thái Ngọc Duy | 2018-10-29 | 2 | -78/+79 |
| * | | | | | config.txt: move receive-config.txt to config/ | Nguyễn Thái Ngọc Duy | 2018-10-29 | 2 | -1/+1 |
| * | | | | | config.txt: move rebase-config.txt to config/ | Nguyễn Thái Ngọc Duy | 2018-10-29 | 3 | -2/+2 |
| * | | | | | config.txt: move push-config.txt to config/ | Nguyễn Thái Ngọc Duy | 2018-10-29 | 2 | -1/+1 |
| * | | | | | config.txt: move pull-config.txt to config/ | Nguyễn Thái Ngọc Duy | 2018-10-29 | 2 | -1/+1 |
| * | | | | | config.txt: move protocol.* to a separate file | Nguyễn Thái Ngọc Duy | 2018-10-29 | 2 | -64/+65 |
| * | | | | | config.txt: move pretty.* to a separate file | Nguyễn Thái Ngọc Duy | 2018-10-29 | 2 | -9/+10 |
| * | | | | | config.txt: move pager.* to a separate file | Nguyễn Thái Ngọc Duy | 2018-10-29 | 2 | -8/+9 |
| * | | | | | config.txt: move pack.* to a separate file | Nguyễn Thái Ngọc Duy | 2018-10-29 | 2 | -120/+121 |
| * | | | | | config.txt: move notes.* to a separate file | Nguyễn Thái Ngọc Duy | 2018-10-29 | 2 | -59/+60 |
| * | | | | | config.txt: move mergetool.* to a separate file | Nguyễn Thái Ngọc Duy | 2018-10-29 | 2 | -53/+54 |
| * | | | | | config.txt: move merge-config.txt to config/ | Nguyễn Thái Ngọc Duy | 2018-10-29 | 3 | -4/+4 |
| * | | | | | config.txt: move man.* to a separate file | Nguyễn Thái Ngọc Duy | 2018-10-29 | 2 | -12/+13 |
| * | | | | | config.txt: move mailmap.* to a separate file | Nguyễn Thái Ngọc Duy | 2018-10-29 | 2 | -15/+16 |
| * | | | | | config.txt: move mailinfo.* to a separate file | Nguyễn Thái Ngọc Duy | 2018-10-29 | 2 | -6/+7 |
| * | | | | | config.txt: move log.* to a separate file | Nguyễn Thái Ngọc Duy | 2018-10-29 | 2 | -43/+44 |