summaryrefslogtreecommitdiff
path: root/revision.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/ignore-broken-tags-when-ignoring-missing-links'Junio C Hamano2017-05-291-1/+1
|\
| * revision.c: ignore broken tags with ignore_missing_linksjk/ignore-broken-tags-when-ignoring-missing-linksJeff King2017-05-201-1/+1
* | Merge branch 'bc/object-id'Junio C Hamano2017-05-291-38/+38
|\ \
| * | object: convert parse_object* to take struct object_idbrian m. carlson2017-05-081-6/+6
| * | revision: convert remaining parse_object callers to object_idbrian m. carlson2017-05-081-22/+22
| * | revision: rename add_pending_sha1 to add_pending_oidbrian m. carlson2017-05-081-4/+4
| * | Convert lookup_tree to struct object_idbrian m. carlson2017-05-081-2/+2
| * | Convert lookup_blob to struct object_idbrian m. carlson2017-05-081-2/+2
| * | Convert lookup_commit* to struct object_idbrian m. carlson2017-05-081-4/+4
| * | revision: convert prepare_show_merge to struct object_idbrian m. carlson2017-05-081-5/+5
| * | Convert struct cache_tree to use struct object_idbrian m. carlson2017-05-021-1/+1
* | | timestamp_t: a new data type for timestampsJohannes Schindelin2017-04-271-3/+3
|/ /
* | Merge branch 'bc/object-id'Junio C Hamano2017-03-171-6/+6
|\ \
| * | refs: convert each_reflog_ent_fn to struct object_idbrian m. carlson2017-02-221-6/+6
* | | interpret_branch_name: allow callers to restrict expansionsJeff King2017-03-021-1/+1
|/ /
* | Merge branch 'vn/revision-shorthand-for-side-branch-log'Junio C Hamano2016-10-061-4/+30
|\ \
| * | revision: new rev^-n shorthand for rev^n..revVegard Nossum2016-09-271-4/+30
| |/
* | cache: convert struct cache_entry to use struct object_idbrian m. carlson2016-09-071-1/+1
|/
* Merge branch 'kw/patch-ids-optim'Junio C Hamano2016-08-121-15/+3
|\
| * patch-ids: replace the seen indicator with a commit pointerKevin Willford2016-07-291-15/+3
* | Merge branch 'jc/grep-commandline-vs-configuration'Junio C Hamano2016-08-041-4/+4
|\ \
| * | grep: further simplify setting the pattern typejc/grep-commandline-vs-configurationJunio C Hamano2016-07-251-4/+4
| * | list-objects: pass full pathname to callbacksjk/path-name-safety-2.4Jeff King2016-03-161-15/+2
| * | list-objects: drop name_path entirelyJeff King2016-03-161-3/+3
| * | list-objects: convert name_path to a strbufJeff King2016-03-161-20/+5
| * | show_object_with_name: simplify by using path_name()Jeff King2016-03-161-34/+6
| * | Merge branch 'jk/squelch-missing-link-warning-for-unreachable' into maintJunio C Hamano2015-06-251-2/+2
| |\ \
| * \ \ Merge branch 'jk/still-interesting' into maintJunio C Hamano2015-05-261-4/+19
| |\ \ \
* | \ \ \ Merge branch 'mj/log-show-signature-conf'Junio C Hamano2016-07-111-0/+2
|\ \ \ \ \
| * | | | | log: add "--no-show-signature" command line optionMehul Jain2016-06-241-0/+2
| | |_|_|/ | |/| | |
* | | | | pathspec: rename free_pathspec() to clear_pathspec()jc/clear-pathspecJunio C Hamano2016-06-021-1/+1
|/ / / /
* | | | Merge branch 'bc/object-id'Junio C Hamano2016-05-061-2/+2
|\ \ \ \
| * | | | struct name_entry: use struct object_id instead of unsigned char sha1[20]brian m. carlson2016-04-251-2/+2
* | | | | Merge branch 'lt/pretty-expand-tabs'Junio C Hamano2016-04-131-0/+14
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | pretty: allow tweaking tabwidth in --expand-tabsJunio C Hamano2016-03-301-2/+7
| * | | | pretty: enable --expand-tabs by default for selected pretty formatsJunio C Hamano2016-03-301-0/+7
| * | | | pretty: expand tabs in indented logs to make things line up properlyLinus Torvalds2016-03-301-0/+2
* | | | | Merge branch 'jk/tighten-alloc'Junio C Hamano2016-02-261-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | use st_add and st_mult for allocation size computationJeff King2016-02-221-1/+1
| * | | | Merge branch 'nd/diff-with-path-params' into maintJunio C Hamano2016-02-051-1/+1
| |\ \ \ \
* | | | | | list-objects: pass full pathname to callbacksjk/lose-name-pathJeff King2016-02-121-15/+2
* | | | | | list-objects: drop name_path entirelyJeff King2016-02-121-3/+3
* | | | | | list-objects: convert name_path to a strbufJeff King2016-02-121-20/+5
* | | | | | show_object_with_name: simplify by using path_name()Jeff King2016-02-121-34/+6
* | | | | | Merge branch 'nd/diff-with-path-params'Junio C Hamano2016-02-031-1/+1
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | diff: make -O and --output work in subdirectorynd/diff-with-path-paramsDuy Nguyen2016-01-211-1/+1
| * | | | | Merge branch 'jk/pending-keep-tag-name' into maintJunio C Hamano2016-01-041-2/+1
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'sn/null-pointer-arith-in-mark-tree-uninteresting' into maintJunio C Hamano2015-12-111-1/+3
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'rs/pop-commit' into maintJunio C Hamano2015-12-111-22/+5
| |\ \ \ \ \ \ \
* | | | | | | | | revision: read --stdin with strbuf_getline()Junio C Hamano2016-01-151-7/+2
| |_|_|_|/ / / / |/| | | | | | |