Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | builtin/blame: add new coloring scheme config | Stefan Beller | 2018-04-24 | 1 | -0/+18 |
* | builtin/blame: highlight recently changed lines | Stefan Beller | 2018-04-24 | 1 | -4/+76 |
* | builtin/blame: dim uninteresting metadata lines | Stefan Beller | 2018-04-24 | 1 | -4/+35 |
* | 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 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'bw/submodule-sans-cache-compat' | Junio C Hamano | 2017-12-27 | 3 | -3/+5 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | submodule: convert get_next_submodule to not rely on the_indexbw/submodule-sans-cache-compat | Brandon Williams | 2017-12-12 | 1 | -1/+3 |
| * | | | | | | | | | | | | | submodule: convert stage_updated_gitmodules to take a struct index_state | Brandon Williams | 2017-12-12 | 2 | -2/+2 |
| | |_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | |||||
* | | | | | | | | | | | | | Merge branch 'es/clone-shared-worktree' | Junio C Hamano | 2017-12-27 | 1 | -1/+2 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | clone: support 'clone --shared' from a worktreees/clone-shared-worktree | Eric Sunshine | 2017-12-11 | 1 | -1/+2 |
* | | | | | | | | | | | | | | Merge branch 'jt/decorate-api' | Junio C Hamano | 2017-12-27 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | decorate: clean up and document APIjt/decorate-api | Jonathan Tan | 2017-12-08 | 1 | -1/+1 |
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Merge branch 'ks/branch-cleanup' | Junio C Hamano | 2017-12-27 | 2 | -7/+14 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | builtin/branch: strip refs/heads/ using skip_prefixks/branch-cleanup | Kaartic Sivaraam | 2017-12-07 | 1 | -4/+11 |
| * | | | | | | | | | | | | | | branch: update warning message shown when copying a misnamed branch | Kaartic Sivaraam | 2017-12-07 | 1 | -1/+1 |
| * | | | | | | | | | | | | | | branch: group related arguments of create_branch() | Kaartic Sivaraam | 2017-12-07 | 2 | -2/+2 |
* | | | | | | | | | | | | | | | Merge branch 'rs/fmt-merge-msg-string-leak-fix' | Junio C Hamano | 2017-12-27 | 1 | -1/+2 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | fmt-merge-msg: avoid leaking strbuf in shortlog()rs/fmt-merge-msg-string-leak-fix | René Scharfe | 2017-12-07 | 1 | -1/+2 |
* | | | | | | | | | | | | | | | | Merge branch 'rs/am-builtin-leakfix' | Junio C Hamano | 2017-12-27 | 1 | -3/+7 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | am: release strbuf after use in split_mail_mbox()rs/am-builtin-leakfix | René Scharfe | 2017-12-07 | 1 | -3/+7 |
* | | | | | | | | | | | | | | | | | Merge branch 'es/worktree-checkout-hook' | Junio C Hamano | 2017-12-27 | 1 | -6/+16 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | | worktree: invoke post-checkout hook (unless --no-checkout)es/worktree-checkout-hook | Eric Sunshine | 2017-12-07 | 1 | -6/+16 |
| | |_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | | | Merge branch 'lb/rebase-i-short-command-names' | Junio C Hamano | 2017-12-27 | 1 | -10/+19 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | | rebase -i: learn to abbreviate command names | Liam Beguin | 2017-12-05 | 1 | -0/+3 |
| * | | | | | | | | | | | | | | | | | rebase -i -x: add exec commands via the rebase--helper | Liam Beguin | 2017-12-05 | 1 | -1/+6 |
| * | | | | | | | | | | | | | | | | | rebase -i: update functions to use a flags parameter | Liam Beguin | 2017-12-05 | 1 | -6/+7 |
| * | | | | | | | | | | | | | | | | | rebase -i: replace reference to sha1 with oid | Liam Beguin | 2017-12-05 | 1 | -5/+5 |
| * | | | | | | | | | | | | | | | | | rebase -i: refactor transform_todo_ids | Liam Beguin | 2017-12-05 | 1 | -2/+2 |
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | | | Merge branch 'jh/object-filtering' | Junio C Hamano | 2017-12-27 | 2 | -3/+173 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | |