| Commit message (Expand) | Author | Age |
* | revision.h: new flag in struct rev_info wrt. worktree-related refs | Nguyễn Thái Ngọc Duy | 2017-08-24 |
* | revision: add rev_input_given flag | Jeff King | 2017-08-02 |
* | Merge branch 'sg/revision-parser-skip-prefix' | Junio C Hamano | 2017-06-22 |
|\ |
|
| * | revision.h: turn rev_info.early_output back into an unsigned int | SZEDER Gábor | 2017-06-12 |
* | | Merge branch 'bc/object-id' | Junio C Hamano | 2017-05-29 |
|\ \ |
|
| * | | revision: rename add_pending_sha1 to add_pending_oid | brian m. carlson | 2017-05-08 |
* | | | timestamp_t: a new data type for timestamps | Johannes Schindelin | 2017-04-27 |
|/ / |
|
* | | Merge branch 'rs/path-name-safety-cleanup' | Junio C Hamano | 2017-03-24 |
|\ \
| |/
|/| |
|
| * | revision: remove declaration of path_name() | René Scharfe | 2017-03-18 |
| * | 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 |
* | | Merge branch 'lt/pretty-expand-tabs' | Junio C Hamano | 2016-04-13 |
|\ \ |
|
| * | | 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 |
* | | | 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 |
|/ / |
|
* | | format-patch: add an option to suppress commit hash | brian m. carlson | 2015-12-15 |
* | | convert "enum date_mode" into a struct | Jeff King | 2015-06-29 |
|/ |
|
* | Merge branch 'jc/unused-symbols' | Junio C Hamano | 2015-02-11 |
|\ |
|
| * | revision.c: make save_parents() and free_saved_parents() static | Junio C Hamano | 2015-01-15 |
* | | Merge branch 'cj/log-invert-grep' | Junio C Hamano | 2015-02-11 |
|\ \
| |/
|/| |
|
| * | log: teach --invert-grep option | Christoph Junghans | 2015-01-13 |
* | | rev-list: add an option to mark fewer edges as uninteresting | brian m. carlson | 2014-12-29 |
* | | revision: remove definition of unused 'add_object' function | Ramsay Jones | 2014-10-19 |
* | | rev-list: add --indexed-objects option | Jeff King | 2014-10-19 |
* | | reachable: reuse revision.c "add all reflogs" code | Jeff King | 2014-10-16 |
|/ |
|
* | Merge branch 'jk/pack-bitmap' | Junio C Hamano | 2014-04-08 |
|\ |
|
| * | add `ignore_missing_links` mode to revwalk | Vicent Marti | 2014-04-04 |
* | | Merge branch 'nd/log-show-linear-break' | Junio C Hamano | 2014-04-03 |
|\ \ |
|
| * | | log: add --show-linear-break to help see non-linear history | Nguyễn Thái Ngọc Duy | 2014-03-25 |
| * | | object.h: centralize object flag allocation | Nguyễn Thái Ngọc Duy | 2014-03-25 |
* | | | Merge branch 'jk/pack-bitmap' | Junio C Hamano | 2014-02-27 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | revision: allow setting custom limiter function | Vicent Marti | 2013-10-24 |
* | | Merge branch 'jc/ref-excludes' | Junio C Hamano | 2013-12-05 |
|\ \ |
|
| * | | rev-list --exclude: export add/clear-ref-exclusion and ref-excluded API | Junio C Hamano | 2013-11-01 |
| * | | revision: introduce --exclude=<glob> to tame wildcards | Junio C Hamano | 2013-08-30 |
* | | | revision: add missing include | Felipe Contreras | 2013-10-31 |
| |/
|/| |
|
* | | log: use true parents for diff even when rewriting | Thomas Rast | 2013-08-01 |
|/ |
|
* | teach format-patch to place other authors into in-body "From" | Jeff King | 2013-07-03 |
* | Merge branch 'jc/topo-author-date-sort' | Junio C Hamano | 2013-07-01 |
|\ |
|
| * | toposort: rename "lifo" field | Junio C Hamano | 2013-06-11 |
* | | Merge branch 'mh/reflife' | Junio C Hamano | 2013-06-14 |
|\ \ |
|
| * | | revision: split some overly-long lines | Michael Haggerty | 2013-05-28 |
* | | | Merge branch 'kb/full-history-compute-treesame-carefully-2' | Junio C Hamano | 2013-06-14 |
|\ \ \ |
|
| * | | | revision.c: add BOTTOM flag for commits | Kevin Bracey | 2013-05-16 |
| * | | | revision.c: Make --full-history consider more merges | Kevin Bracey | 2013-05-16 |
* | | | | Merge branch 'tr/line-log' | Junio C Hamano | 2013-06-02 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Implement line-history search (git log -L) | Thomas Rast | 2013-03-28 |