summaryrefslogtreecommitdiff
path: root/revision.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| |_|_|_|/ |/| | | |
* | | | | Merge branch 'jk/pending-keep-tag-name'Junio C Hamano2015-12-281-2/+1
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | revision.c: propagate tag names from pending arrayjk/pending-keep-tag-nameJeff King2015-12-171-2/+1
* | | | | Merge branch 'sn/null-pointer-arith-in-mark-tree-uninteresting'Junio C Hamano2015-12-111-1/+3
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | revision.c: fix possible null pointer arithmeticsn/null-pointer-arith-in-mark-tree-uninterestingStefan Naewe2015-12-071-1/+3
* | | | | Remove get_object_hash.brian m. carlson2015-11-201-8/+8
* | | | | Convert struct object to object_idbrian m. carlson2015-11-201-16/+16
* | | | | Add several uses of get_object_hash.brian m. carlson2015-11-201-8/+8
* | | | | Merge branch 'rs/pop-commit'Junio C Hamano2015-10-301-22/+5
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | use pop_commit() for consuming the first entry of a struct commit_listrs/pop-commitRené Scharfe2015-10-261-22/+5
| |/ / /
| * | | Merge branch 'jk/log-missing-default-HEAD' into maintJunio C Hamano2015-09-031-1/+16
| |\ \ \
* | | | | prefer memcpy to strcpyJeff King2015-10-051-1/+1
| |_|_|/ |/| | |
* | | | Merge branch 'jk/log-missing-default-HEAD'Junio C Hamano2015-09-021-1/+16
|\ \ \ \ | | |/ / | |/| |
| * | | log: diagnose empty HEAD more clearlyjk/log-missing-default-HEADJeff King2015-08-311-1/+16
* | | | Merge branch 'ad/bisect-cleanup'Junio C Hamano2015-08-121-2/+16
|\ \ \ \
| * | | | bisect: simplify the addition of new bisect termsAntoine Delaite2015-08-031-2/+16
* | | | | Merge branch 'jk/date-mode-format'Junio C Hamano2015-08-031-2/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | convert "enum date_mode" into a structJeff King2015-06-291-2/+2
| |/ / /
* | | | Merge branch 'jk/still-interesting'Junio C Hamano2015-07-171-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | revision.c: remove unneeded check for NULLjk/still-interestingStefan Beller2015-06-291-2/+2
* | | | Merge branch 'jk/squelch-missing-link-warning-for-unreachable'Junio C Hamano2015-06-111-2/+2
|\ \ \ \
| * | | | suppress errors on missing UNINTERESTING linksjk/squelch-missing-link-warning-for-unreachableJeff King2015-06-011-1/+1
| * | | | silence broken link warnings with revs->ignore_missing_linksJeff King2015-06-011-1/+1
* | | | | handle_one_reflog(): rewrite to take an object_id argumentMichael Haggerty2015-05-251-4/+3
* | | | | handle_one_ref(): rewrite to take an object_id argumentMichael Haggerty2015-05-251-26/+9
* | | | | each_ref_fn: change to take an object_id parameterMichael Haggerty2015-05-251-6/+27
| |_|/ / |/| | |
* | | | Merge branch 'jk/still-interesting'Junio C Hamano2015-05-111-4/+19
|\ \ \ \ | | |/ / | |/| |
| * | | limit_list: avoid quadratic behavior from still_interestingJeff King2015-04-171-4/+19
* | | | Merge branch 'dj/log-graph-with-no-walk'Junio C Hamano2015-03-251-0/+2
|\ \ \ \
| * | | | revision: forbid combining --graph and --no-walkdj/log-graph-with-no-walkDongcan Jiang2015-03-191-0/+2
* | | | | Merge branch 'kd/rev-list-bisect-first-parent'Junio C Hamano2015-03-251-0/+3
|\ \ \ \ \