Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'nd/parseopt-completion' | Junio C Hamano | 2018-03-14 | 20 | -28/+42 |
|\ | |||||
| * | completion: use __gitcomp_builtin in _git_worktree | Nguyễn Thái Ngọc Duy | 2018-02-09 | 1 | -1/+1 |
| * | completion: use __gitcomp_builtin in _git_rm | Nguyễn Thái Ngọc Duy | 2018-02-09 | 1 | -1/+1 |
| * | completion: use __gitcomp_builtin in _git_replace | Nguyễn Thái Ngọc Duy | 2018-02-09 | 1 | -1/+2 |
| * | remote: force completing --mirror= instead of --mirror | Nguyễn Thái Ngọc Duy | 2018-02-09 | 1 | -1/+1 |
| * | completion: use __gitcomp_builtin in _git_push | Nguyễn Thái Ngọc Duy | 2018-02-09 | 1 | -1/+1 |
| * | completion: use __gitcomp_builtin in _git_notes | Nguyễn Thái Ngọc Duy | 2018-02-09 | 1 | -2/+2 |
| * | completion: use __gitcomp_builtin in _git_mv | Nguyễn Thái Ngọc Duy | 2018-02-09 | 1 | -1/+2 |
| * | completion: use __gitcomp_builtin in _git_ls_remote | Nguyễn Thái Ngọc Duy | 2018-02-09 | 1 | -2/+3 |
| * | completion: use __gitcomp_builtin in _git_grep | Nguyễn Thái Ngọc Duy | 2018-02-09 | 1 | -5/+8 |
| * | completion: use __gitcomp_builtin in _git_gc | Nguyễn Thái Ngọc Duy | 2018-02-09 | 1 | -2/+5 |
| * | completion: use __gitcomp_builtin in _git_clean | Nguyễn Thái Ngọc Duy | 2018-02-09 | 1 | -1/+1 |
| * | completion: use __gitcomp_builtin in _git_checkout | Nguyễn Thái Ngọc Duy | 2018-02-09 | 1 | -2/+5 |
| * | completion: use __gitcomp_builtin in _git_branch | Nguyễn Thái Ngọc Duy | 2018-02-09 | 1 | -1/+1 |
| * | parse-options: let OPT__FORCE take optional flags argument | Nguyễn Thái Ngọc Duy | 2018-02-09 | 13 | -14/+16 |
* | | Merge branch 'nd/object-allocation-comments' | Junio C Hamano | 2018-03-14 | 4 | -0/+4 |
|\ \ | |||||
| * | | object.h: update flag allocation comment | Nguyễn Thái Ngọc Duy | 2018-03-06 | 4 | -0/+4 |
* | | | Merge branch 'nd/worktree-move' | Junio C Hamano | 2018-03-14 | 1 | -0/+220 |
|\ \ \ | |||||
| * | | | worktree remove: allow it when $GIT_WORK_TREE is already gone | Nguyễn Thái Ngọc Duy | 2018-02-12 | 1 | -5/+7 |
| * | | | worktree remove: new command | Nguyễn Thái Ngọc Duy | 2018-02-12 | 1 | -1/+133 |
| * | | | worktree move: refuse to move worktrees with submodules | Nguyễn Thái Ngọc Duy | 2018-02-12 | 1 | -0/+23 |
| * | | | worktree move: accept destination as directory | Nguyễn Thái Ngọc Duy | 2018-02-12 | 1 | -1/+10 |
| * | | | worktree move: new command | Nguyễn Thái Ngọc Duy | 2018-02-12 | 1 | -0/+53 |
* | | | | Merge branch 'ab/gc-auto-in-commit' | Junio C Hamano | 2018-03-08 | 1 | -0/+2 |
|\ \ \ \ | |||||
| * | | | | commit: run git gc --auto just before the post-commit hookab/gc-auto-in-commit | Ævar Arnfjörð Bjarmason | 2018-03-01 | 1 | -0/+2 |
| | |/ / | |/| | | |||||
| * | | | Merge branch 'ab/commit-m-with-fixup' into maint | Junio C Hamano | 2018-02-27 | 1 | -3/+5 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'nd/ita-wt-renames-in-status' into maint | Junio C Hamano | 2018-02-27 | 1 | -1/+1 |
| |\ \ \ \ | |||||
* | \ \ \ \ | Merge branch 'rv/grep-cleanup' | Junio C Hamano | 2018-03-08 | 1 | -13/+20 |
|\ \ \ \ \ \ | |||||
| * | | | | | | grep: simplify grep_oid and grep_filerv/grep-cleanup | Rasmus Villemoes | 2018-02-23 | 1 | -4/+2 |
| * | | | | | | grep: move grep_source_init outside critical section | Rasmus Villemoes | 2018-02-23 | 1 | -9/+18 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'jh/status-no-ahead-behind' | Junio C Hamano | 2018-03-08 | 2 | -1/+8 |
|\ \ \ \ \ \ | |||||
| * | | | | | | status: support --no-ahead-behind in long formatjh/status-no-ahead-behind | Jeff Hostetler | 2018-01-24 | 1 | -1/+1 |
| * | | | | | | status: add --[no-]ahead-behind to status and commit for V2 format. | Jeff Hostetler | 2018-01-24 | 1 | -0/+7 |
* | | | | | | | Merge branch 'bw/c-plus-plus' | Junio C Hamano | 2018-03-06 | 21 | -253/+253 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | replace: rename 'new' variablesbw/c-plus-plus | Brandon Williams | 2018-02-22 | 1 | -17/+17 |
| * | | | | | | | init-db: rename 'template' variables | Brandon Williams | 2018-02-22 | 1 | -15/+15 |
| * | | | | | | | remote: rename 'new' variables | Brandon Williams | 2018-02-22 | 1 | -33/+33 |
| * | | | | | | | reflog: rename 'new' variables | Brandon Williams | 2018-02-22 | 1 | -4/+4 |
| * | | | | | | | pack-redundant: rename 'new' variables | Brandon Williams | 2018-02-22 | 1 | -27/+27 |
| * | | | | | | | help: rename 'new' variables | Brandon Williams | 2018-02-22 | 1 | -5/+5 |
| * | | | | | | | checkout: rename 'new' variables | Brandon Williams | 2018-02-22 | 1 | -98/+98 |
| * | | | | | | | rev-parse: rename 'this' variable | Brandon Williams | 2018-02-14 | 1 | -17/+17 |
| * | | | | | | | pack-objects: rename 'this' variables | Brandon Williams | 2018-02-14 | 1 | -4/+4 |
| * | | | | | | | object: rename function 'typename' to 'type_name' | Brandon Williams | 2018-02-14 | 13 | -32/+32 |
| * | | | | | | | object_info: change member name from 'typename' to 'type_name' | Brandon Williams | 2018-02-14 | 1 | -1/+1 |
| | |_|_|_|_|/ | |/| | | | | | |||||
* | | | | | | | Merge branch 'jk/cached-commit-buffer' | Junio C Hamano | 2018-03-06 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | commit: drop uses of get_cached_commit_buffer() | Jeff King | 2018-02-22 | 1 | -1/+1 |
| | |_|/ / / / | |/| | | | | | |||||
| * | | | | | | Merge branch 'jk/abort-clone-with-existing-dest' into maint | Junio C Hamano | 2018-02-15 | 1 | -7/+24 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'rs/lose-leak-pending' into maint | Junio C Hamano | 2018-02-15 | 1 | -12/+1 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'dk/describe-all-output-fix' into maint | Junio C Hamano | 2018-02-15 | 1 | -2/+5 |
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | | |