summaryrefslogtreecommitdiff
path: root/revision.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ \
| * | | | | rev-list: refuse --first-parent combined with --bisectkd/rev-list-bisect-first-parentKevin Daudt2015-03-191-0/+3
| | |/ / / | |/| | |
* | | | | Merge branch 'jc/unused-symbols'Junio C Hamano2015-02-111-51/+55
|\ \ \ \ \
| * | | | | revision.c: make save_parents() and free_saved_parents() staticJunio C Hamano2015-01-151-51/+55
| | |/ / / | |/| | |
* | | | | Merge branch 'cj/log-invert-grep'Junio C Hamano2015-02-111-1/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | log: teach --invert-grep optioncj/log-invert-grepChristoph Junghans2015-01-131-1/+3
* | | | | Merge branch 'bc/fetch-thin-less-aggressive-in-normal-repository'Junio C Hamano2015-01-121-0/+6
|\ \ \ \ \
| * | | | | rev-list: add an option to mark fewer edges as uninterestingbrian m. carlson2014-12-291-0/+6
| | |_|/ / | |/| | |
* | | | | Merge branch 'jc/merge-bases'Junio C Hamano2015-01-071-2/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | get_merge_bases(): always clean-up object flagsjc/merge-basesJunio C Hamano2014-10-301-2/+2
| | |/ / | |/| |
| * | | Merge branch 'jk/commit-buffer-length' into maintJunio C Hamano2014-07-161-4/+11
| |\ \ \
| * \ \ \ Merge branch 'jc/shortlog-ref-exclude' into maintJunio C Hamano2014-06-251-0/+1
| |\ \ \ \
| * \ \ \ \ Merge branch 'jc/revision-dash-count-parsing' into maintJunio C Hamano2014-06-251-2/+4
| |\ \ \ \ \
* | | | | | | revision: remove definition of unused 'add_object' functionRamsay Jones2014-10-191-10/+0
* | | | | | | rev-list: add --indexed-objects optionJeff King2014-10-191-0/+51
| |_|_|_|_|/ |/| | | | |
* | | | | | traverse_commit_list: support pending blobs/trees with pathsJeff King2014-10-191-7/+27
* | | | | | reachable: reuse revision.c "add all reflogs" codeJeff King2014-10-161-2/+2
* | | | | | clean up name allocation in prepare_revision_walkJeff King2014-10-161-7/+7
* | | | | | use REALLOC_ARRAY for changing the allocation size of arraysrs/realloc-arrayRené Scharfe2014-09-181-1/+1
* | | | | | Merge branch 'jk/name-decoration-alloc'Junio C Hamano2014-09-111-1/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |