| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 'ab/commit-m-with-fixup' | Junio C Hamano | 2018-01-23 | 1 | -3/+5 |
| |\ | |||||
| | * | commit: add support for --fixup <commit> -m"<extra message>"ab/commit-m-with-fixup | Ævar Arnfjörð Bjarmason | 2017-12-22 | 1 | -3/+5 |
| * | | Merge branch 'sb/diff-blobfind-pickaxe' | Junio C Hamano | 2018-01-23 | 1 | -2/+2 |
| |\ \ | |||||
| | * | | diff: introduce DIFF_PICKAXE_KINDS_MASK | Stefan Beller | 2018-01-04 | 1 | -2/+2 |
| * | | | Merge branch 'jk/abort-clone-with-existing-dest' | Junio C Hamano | 2018-01-23 | 1 | -7/+24 |
| |\ \ \ | |||||
| | * | | | clone: do not clean up directories we didn't createjk/abort-clone-with-existing-dest | Jeff King | 2018-01-03 | 1 | -4/+16 |
| | * | | | clone: factor out dir_exists() helper | Jeff King | 2018-01-03 | 1 | -3/+8 |
| * | | | | Merge branch 'rs/lose-leak-pending' | Junio C Hamano | 2018-01-23 | 1 | -12/+1 |
| |\ \ \ \ | |||||
| | * | | | | checkout: avoid using the rev_info flag leak_pending | René Scharfe | 2017-12-28 | 1 | -12/+1 |
| | |/ / / | |||||
| * | | | | Merge branch 'nd/ita-wt-renames-in-status' | Junio C Hamano | 2018-01-23 | 1 | -1/+1 |
| |\ \ \ \ | |||||
| | * | | | | Use DIFF_DETECT_RENAME for detect_rename assignments | Nguyễn Thái Ngọc Duy | 2017-12-27 | 1 | -1/+1 |
| * | | | | | Merge branch 'dk/describe-all-output-fix' | Junio C Hamano | 2018-01-23 | 1 | -2/+5 |
| |\ \ \ \ \ | |||||
| | * | | | | | describe: prepend "tags/" when describing tags with embedded namedk/describe-all-output-fix | Daniel Knittl-Frank | 2017-12-27 | 1 | -2/+5 |
| | | |/ / / | |/| | | | |||||
| * | | | | | Merge branch 'ew/empty-merge-with-dirty-index' | Junio C Hamano | 2018-01-05 | 1 | -37/+0 |
| |\ \ \ \ \ | |||||
| | * \ \ \ \ | Merge branch 'ew/empty-merge-with-dirty-index-maint' into ew/empty-merge-with... | Junio C Hamano | 2017-12-22 | 1 | -37/+0 |
| | |\ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||||
| | | * | | | | move index_has_changes() from builtin/am.c to merge.c for reuse | Elijah Newren | 2017-12-22 | 1 | -37/+0 |
| | | |/ / / | |||||
| * | | | | | Merge branch 'sb/describe-blob' | Junio C Hamano | 2017-12-28 | 1 | -27/+94 |
| |\ \ \ \ \ | |||||
| | * | | | | | builtin/describe.c: describe a blob | Stefan Beller | 2017-12-19 | 1 | -5/+57 |
| | * | | | | | builtin/describe.c: factor out describe_commit | Stefan Beller | 2017-11-16 | 1 | -26/+37 |
| | * | | | | | builtin/describe.c: print debug statements earlier | Stefan Beller | 2017-11-16 | 1 | -1/+4 |
| | * | | | | | builtin/describe.c: rename `oid` to avoid variable shadowing | Stefan Beller | 2017-11-16 | 1 | -4/+4 |
| * | | | | | | Merge branch 'hi/merge-verify-sig-config' | Junio C Hamano | 2017-12-28 | 1 | -0/+2 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | merge: add config option for verifySignatures | Hans Jerry Illikainen | 2017-12-12 | 1 | -0/+2 |
| * | | | | | | | Merge branch 'jt/transport-hide-vtable' | Junio C Hamano | 2017-12-28 | 2 | -6/+0 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | clone, fetch: remove redundant transport check | Jonathan Tan | 2017-12-14 | 2 | -6/+0 |
| | | |_|_|/ / / | |/| | | | | | |||||
| * | | | | | | | Merge branch 'cc/skip-to-optional-val' | Junio C Hamano | 2017-12-28 | 1 | -8/+3 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | index-pack: use skip_to_optional_arg() | Christian Couder | 2017-12-11 | 1 | -8/+3 |
| * | | | | | | | | Merge branch 'ot/pretty' | Junio C Hamano | 2017-12-27 | 3 | -3/+3 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | format: create pretty.h file | Olga Telezhnaya | 2017-12-12 | 3 | -3/+3 |
| | | |/ / / / / / | |/| | | | | | | |||||
| | * | | | | | | | Merge branch 'tz/notes-error-to-stderr' into maint | Junio C Hamano | 2017-12-06 | 1 | -4/+4 |
| | |\ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ | Merge branch 'sw/pull-ipv46-passthru' into maint | Junio C Hamano | 2017-12-06 | 1 | -0/+12 |
| | |\ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ | Merge branch 'ma/reduce-heads-leakfix' into maint | Junio C Hamano | 2017-11-27 | 5 | -22/+28 |
| | |\ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ | Merge branch 'ma/bisect-leakfix' into maint | Junio C Hamano | 2017-11-27 | 1 | -2/+1 |
| | |\ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ | Merge branch 'jc/check-ref-format-oor' into maint | Junio C Hamano | 2017-11-15 | 1 | -2/+4 |
| | |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'bw/grep-recurse-submodules' into maint | Junio C Hamano | 2017-11-15 | 1 | -0/+2 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'ao/check-resolve-ref-unsafe-result' into maint | Junio C Hamano | 2017-11-15 | 1 | -0/+2 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
