summaryrefslogtreecommitdiff
path: root/revision.c
AgeCommit message (Expand)Author
2016-05-06Merge branch 'bc/object-id'Junio C Hamano
2016-04-25struct name_entry: use struct object_id instead of unsigned char sha1[20]brian m. carlson
2016-04-13Merge branch 'lt/pretty-expand-tabs'Junio C Hamano
2016-03-30pretty: allow tweaking tabwidth in --expand-tabsJunio C Hamano
2016-03-30pretty: enable --expand-tabs by default for selected pretty formatsJunio C Hamano
2016-03-30pretty: expand tabs in indented logs to make things line up properlyLinus Torvalds
2016-02-26Merge branch 'jk/tighten-alloc'Junio C Hamano
2016-02-22use st_add and st_mult for allocation size computationJeff King
2016-02-12list-objects: pass full pathname to callbacksJeff King
2016-02-12list-objects: drop name_path entirelyJeff King
2016-02-12list-objects: convert name_path to a strbufJeff King
2016-02-12show_object_with_name: simplify by using path_name()Jeff King
2016-02-05Merge branch 'nd/diff-with-path-params' into maintJunio C Hamano
2016-02-03Merge branch 'nd/diff-with-path-params'Junio C Hamano
2016-01-21diff: make -O and --output work in subdirectoryDuy Nguyen
2016-01-15revision: read --stdin with strbuf_getline()Junio C Hamano
2016-01-04Merge branch 'jk/pending-keep-tag-name' into maintJunio C Hamano
2015-12-28Merge branch 'jk/pending-keep-tag-name'Junio C Hamano
2015-12-17revision.c: propagate tag names from pending arrayJeff King
2015-12-11Merge branch 'sn/null-pointer-arith-in-mark-tree-uninteresting' into maintJunio C Hamano
2015-12-11Merge branch 'rs/pop-commit' into maintJunio C Hamano
2015-12-11Merge branch 'sn/null-pointer-arith-in-mark-tree-uninteresting'Junio C Hamano
2015-12-07revision.c: fix possible null pointer arithmeticStefan Naewe
2015-11-20Remove get_object_hash.brian m. carlson
2015-11-20Convert struct object to object_idbrian m. carlson
2015-11-20Add several uses of get_object_hash.brian m. carlson
2015-10-30Merge branch 'rs/pop-commit'Junio C Hamano
2015-10-26use pop_commit() for consuming the first entry of a struct commit_listRené Scharfe
2015-10-05prefer memcpy to strcpyJeff King
2015-09-04Merge branch 'jk/log-missing-default-HEAD' into maintJunio C Hamano
2015-09-02Merge branch 'jk/log-missing-default-HEAD'Junio C Hamano
2015-08-31log: diagnose empty HEAD more clearlyJeff King
2015-08-12Merge branch 'ad/bisect-cleanup'Junio C Hamano
2015-08-03bisect: simplify the addition of new bisect termsAntoine Delaite
2015-08-03Merge branch 'jk/date-mode-format'Junio C Hamano
2015-07-17Merge branch 'jk/still-interesting'Junio C Hamano
2015-06-29convert "enum date_mode" into a structJeff King
2015-06-29revision.c: remove unneeded check for NULLStefan Beller
2015-06-11Merge branch 'jk/squelch-missing-link-warning-for-unreachable'Junio C Hamano
2015-06-01suppress errors on missing UNINTERESTING linksJeff King
2015-06-01silence broken link warnings with revs->ignore_missing_linksJeff King
2015-05-25handle_one_reflog(): rewrite to take an object_id argumentMichael Haggerty
2015-05-25handle_one_ref(): rewrite to take an object_id argumentMichael Haggerty
2015-05-25each_ref_fn: change to take an object_id parameterMichael Haggerty
2015-05-11Merge branch 'jk/still-interesting'Junio C Hamano
2015-04-17limit_list: avoid quadratic behavior from still_interestingJeff King
2015-03-25Merge branch 'dj/log-graph-with-no-walk'Junio C Hamano
2015-03-25Merge branch 'kd/rev-list-bisect-first-parent'Junio C Hamano
2015-03-19rev-list: refuse --first-parent combined with --bisectKevin Daudt
2015-03-19revision: forbid combining --graph and --no-walkDongcan Jiang