aboutsummaryrefslogtreecommitdiff
path: root/revision.c
Commit message (Expand)AuthorAge
...
| * | | | pretty: enable --expand-tabs by default for selected pretty formatsJunio C Hamano2016-03-30
| * | | | pretty: expand tabs in indented logs to make things line up properlyLinus Torvalds2016-03-30
* | | | | Merge branch 'jk/tighten-alloc'Junio C Hamano2016-02-26
|\ \ \ \ \ | |/ / / /
| * | | | use st_add and st_mult for allocation size computationJeff King2016-02-22
| * | | | Merge branch 'nd/diff-with-path-params' into maintJunio C Hamano2016-02-05
| |\ \ \ \
* | | | | | list-objects: pass full pathname to callbacksJeff King2016-02-12
* | | | | | list-objects: drop name_path entirelyJeff King2016-02-12
* | | | | | list-objects: convert name_path to a strbufJeff King2016-02-12
* | | | | | show_object_with_name: simplify by using path_name()Jeff King2016-02-12
* | | | | | Merge branch 'nd/diff-with-path-params'Junio C Hamano2016-02-03
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | diff: make -O and --output work in subdirectoryDuy Nguyen2016-01-21
| * | | | | Merge branch 'jk/pending-keep-tag-name' into maintJunio C Hamano2016-01-04
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'sn/null-pointer-arith-in-mark-tree-uninteresting' into maintJunio C Hamano2015-12-11
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'rs/pop-commit' into maintJunio C Hamano2015-12-11
| |\ \ \ \ \ \ \
* | | | | | | | | revision: read --stdin with strbuf_getline()Junio C Hamano2016-01-15
| |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | Merge branch 'jk/pending-keep-tag-name'Junio C Hamano2015-12-28
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | revision.c: propagate tag names from pending arrayJeff King2015-12-17
* | | | | | | | Merge branch 'sn/null-pointer-arith-in-mark-tree-uninteresting'Junio C Hamano2015-12-11
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | revision.c: fix possible null pointer arithmeticStefan Naewe2015-12-07
* | | | | | | | Remove get_object_hash.brian m. carlson2015-11-20
* | | | | | | | Convert struct object to object_idbrian m. carlson2015-11-20
* | | | | | | | Add several uses of get_object_hash.brian m. carlson2015-11-20
* | | | | | | | Merge branch 'rs/pop-commit'Junio C Hamano2015-10-30
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | use pop_commit() for consuming the first entry of a struct commit_listRené Scharfe2015-10-26
| |/ / / / / /
| * | | | | | Merge branch 'jk/log-missing-default-HEAD' into maintJunio C Hamano2015-09-03
| |\ \ \ \ \ \
* | | | | | | | prefer memcpy to strcpyJeff King2015-10-05
| |_|_|/ / / / |/| | | | | |
* | | | | | | Merge branch 'jk/log-missing-default-HEAD'Junio C Hamano2015-09-02
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | log: diagnose empty HEAD more clearlyJeff King2015-08-31
* | | | | | | Merge branch 'ad/bisect-cleanup'Junio C Hamano2015-08-12
|\ \ \ \ \ \ \
| * | | | | | | bisect: simplify the addition of new bisect termsAntoine Delaite2015-08-03
* | | | | | | | Merge branch 'jk/date-mode-format'Junio C Hamano2015-08-03
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | convert "enum date_mode" into a structJeff King2015-06-29
| |/ / / / / /
* | | | | | | Merge branch 'jk/still-interesting'Junio C Hamano2015-07-17
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | revision.c: remove unneeded check for NULLStefan Beller2015-06-29
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'jk/squelch-missing-link-warning-for-unreachable'Junio C Hamano2015-06-11
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | suppress errors on missing UNINTERESTING linksJeff King2015-06-01
| * | | | | silence broken link warnings with revs->ignore_missing_linksJeff King2015-06-01
* | | | | | handle_one_reflog(): rewrite to take an object_id argumentMichael Haggerty2015-05-25
* | | | | | handle_one_ref(): rewrite to take an object_id argumentMichael Haggerty2015-05-25
* | | | | | each_ref_fn: change to take an object_id parameterMichael Haggerty2015-05-25
| |_|/ / / |/| | | |
* | | | | Merge branch 'jk/still-interesting'Junio C Hamano2015-05-11
|\ \ \ \ \ | | |/ / / | |/| | / | |_|_|/ |/| | |
| * | | limit_list: avoid quadratic behavior from still_interestingJeff King2015-04-17
* | | | Merge branch 'dj/log-graph-with-no-walk'Junio C Hamano2015-03-25
|\ \ \ \
| * | | | revision: forbid combining --graph and --no-walkDongcan Jiang2015-03-19
* | | | | Merge branch 'kd/rev-list-bisect-first-parent'Junio C Hamano2015-03-25
|\ \ \ \ \
| * | | | | rev-list: refuse --first-parent combined with --bisectKevin Daudt2015-03-19
| | |/ / / | |/| | |
* | | | | Merge branch 'jc/unused-symbols'Junio C Hamano2015-02-11
|\ \ \ \ \
| * | | | | revision.c: make save_parents() and free_saved_parents() staticJunio C Hamano2015-01-15
| | |/ / / | |/| | |
* | | | | Merge branch 'cj/log-invert-grep'Junio C Hamano2015-02-11
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | log: teach --invert-grep optionChristoph Junghans2015-01-13