summaryrefslogtreecommitdiff
path: root/revision.c
AgeCommit message (Expand)Author
2017-03-17Merge branch 'bc/object-id'Junio C Hamano
2017-03-02interpret_branch_name: allow callers to restrict expansionsJeff King
2017-02-22refs: convert each_reflog_ent_fn to struct object_idbrian m. carlson
2016-10-06Merge branch 'vn/revision-shorthand-for-side-branch-log'Junio C Hamano
2016-09-27revision: new rev^-n shorthand for rev^n..revVegard Nossum
2016-09-07cache: convert struct cache_entry to use struct object_idbrian m. carlson
2016-08-12Merge branch 'kw/patch-ids-optim'Junio C Hamano
2016-08-04Merge branch 'jc/grep-commandline-vs-configuration'Junio C Hamano
2016-07-29patch-ids: replace the seen indicator with a commit pointerKevin Willford
2016-07-25grep: further simplify setting the pattern typeJunio C Hamano
2016-07-11Merge branch 'mj/log-show-signature-conf'Junio C Hamano
2016-06-24log: add "--no-show-signature" command line optionMehul Jain
2016-06-02pathspec: rename free_pathspec() to clear_pathspec()Junio C Hamano
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-03-16list-objects: pass full pathname to callbacksJeff King
2016-03-16list-objects: drop name_path entirelyJeff King
2016-03-16list-objects: convert name_path to a strbufJeff King
2016-03-16show_object_with_name: simplify by using path_name()Jeff King
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