| Commit message (Expand) | Author | Age |
... | |
| * | | | | | handle_revision_arg: add handle_dotdot() helper | Jeff King | 2017-05-24 |
| * | | | | | handle_revision_arg: hoist ".." check out of range parsing | Jeff King | 2017-05-24 |
| * | | | | | handle_revision_arg: stop using "dotdot" as a generic pointer | Jeff King | 2017-05-24 |
| * | | | | | handle_revision_arg: simplify commit reference lookups | Jeff King | 2017-05-24 |
| * | | | | | handle_revision_arg: reset "dotdot" consistently | Jeff King | 2017-05-24 |
| |/ / / / |
|
* | | | | | Merge branch 'jk/ignore-broken-tags-when-ignoring-missing-links' | Junio C Hamano | 2017-05-29 |
|\ \ \ \ \ |
|
| * | | | | | revision.c: ignore broken tags with ignore_missing_links | Jeff King | 2017-05-20 |
* | | | | | | Merge branch 'bc/object-id' | Junio C Hamano | 2017-05-29 |
|\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | /
| | |_|_|/
| |/| | | |
|
| * | | | | object: convert parse_object* to take struct object_id | brian m. carlson | 2017-05-08 |
| * | | | | revision: convert remaining parse_object callers to object_id | brian m. carlson | 2017-05-08 |
| * | | | | revision: rename add_pending_sha1 to add_pending_oid | brian m. carlson | 2017-05-08 |
| * | | | | Convert lookup_tree to struct object_id | brian m. carlson | 2017-05-08 |
| * | | | | Convert lookup_blob to struct object_id | brian m. carlson | 2017-05-08 |
| * | | | | Convert lookup_commit* to struct object_id | brian m. carlson | 2017-05-08 |
| * | | | | revision: convert prepare_show_merge to struct object_id | brian m. carlson | 2017-05-08 |
| * | | | | Convert struct cache_tree to use struct object_id | brian m. carlson | 2017-05-02 |
| | |/ /
| |/| | |
|
* | | | | timestamp_t: a new data type for timestamps | Johannes Schindelin | 2017-04-27 |
|/ / / |
|
* | | | Merge branch 'bc/object-id' | Junio C Hamano | 2017-03-17 |
|\ \ \ |
|
| * | | | refs: convert each_reflog_ent_fn to struct object_id | brian m. carlson | 2017-02-22 |
| | |/
| |/| |
|
* | | | interpret_branch_name: allow callers to restrict expansions | Jeff King | 2017-03-02 |
|/ / |
|
* | | Merge branch 'vn/revision-shorthand-for-side-branch-log' | Junio C Hamano | 2016-10-06 |
|\ \ |
|
| * | | revision: new rev^-n shorthand for rev^n..rev | Vegard Nossum | 2016-09-27 |
| |/ |
|
* | | cache: convert struct cache_entry to use struct object_id | brian m. carlson | 2016-09-07 |
|/ |
|
* | Merge branch 'kw/patch-ids-optim' | Junio C Hamano | 2016-08-12 |
|\ |
|
| * | patch-ids: replace the seen indicator with a commit pointer | Kevin Willford | 2016-07-29 |
* | | Merge branch 'jc/grep-commandline-vs-configuration' | Junio C Hamano | 2016-08-04 |
|\ \ |
|
| * | | grep: further simplify setting the pattern type | Junio C Hamano | 2016-07-25 |
| * | | list-objects: pass full pathname to callbacks | Jeff King | 2016-03-16 |
| * | | list-objects: drop name_path entirely | Jeff King | 2016-03-16 |
| * | | list-objects: convert name_path to a strbuf | Jeff King | 2016-03-16 |
| * | | show_object_with_name: simplify by using path_name() | Jeff King | 2016-03-16 |
| * | | Merge branch 'jk/squelch-missing-link-warning-for-unreachable' into maint | Junio C Hamano | 2015-06-25 |
| |\ \ |
|
| * \ \ | Merge branch 'jk/still-interesting' into maint | Junio C Hamano | 2015-05-26 |
| |\ \ \ |
|
* | \ \ \ | Merge branch 'mj/log-show-signature-conf' | Junio C Hamano | 2016-07-11 |
|\ \ \ \ \ |
|
| * | | | | | log: add "--no-show-signature" command line option | Mehul Jain | 2016-06-24 |
| | |_|_|/
| |/| | | |
|
* | | | | | pathspec: rename free_pathspec() to clear_pathspec() | Junio C Hamano | 2016-06-02 |
|/ / / / |
|
* | | | | Merge branch 'bc/object-id' | Junio C Hamano | 2016-05-06 |
|\ \ \ \ |
|
| * | | | | struct name_entry: use struct object_id instead of unsigned char sha1[20] | brian m. carlson | 2016-04-25 |
* | | | | | Merge branch 'lt/pretty-expand-tabs' | Junio C Hamano | 2016-04-13 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | pretty: allow tweaking tabwidth in --expand-tabs | Junio C Hamano | 2016-03-30 |
| * | | | | pretty: enable --expand-tabs by default for selected pretty formats | Junio C Hamano | 2016-03-30 |
| * | | | | pretty: expand tabs in indented logs to make things line up properly | Linus Torvalds | 2016-03-30 |
* | | | | | Merge branch 'jk/tighten-alloc' | Junio C Hamano | 2016-02-26 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | use st_add and st_mult for allocation size computation | Jeff King | 2016-02-22 |
| * | | | | Merge branch 'nd/diff-with-path-params' into maint | Junio C Hamano | 2016-02-05 |
| |\ \ \ \ |
|
* | | | | | | list-objects: pass full pathname to callbacks | Jeff King | 2016-02-12 |
* | | | | | | list-objects: drop name_path entirely | Jeff King | 2016-02-12 |
* | | | | | | list-objects: convert name_path to a strbuf | Jeff King | 2016-02-12 |
* | | | | | | show_object_with_name: simplify by using path_name() | Jeff King | 2016-02-12 |
* | | | | | | Merge branch 'nd/diff-with-path-params' | Junio C Hamano | 2016-02-03 |
|\ \ \ \ \ \
| | |/ / / /
| |/| | | | |
|