aboutsummaryrefslogtreecommitdiff
path: root/revision.c
Commit message (Expand)AuthorAge
* Merge branch 'vn/revision-shorthand-for-side-branch-log'Junio C Hamano2016-10-06
|\
| * revision: new rev^-n shorthand for rev^n..revVegard Nossum2016-09-27
* | cache: convert struct cache_entry to use struct object_idbrian m. carlson2016-09-07
|/
* Merge branch 'kw/patch-ids-optim'Junio C Hamano2016-08-12
|\
| * patch-ids: replace the seen indicator with a commit pointerKevin Willford2016-07-29
* | Merge branch 'jc/grep-commandline-vs-configuration'Junio C Hamano2016-08-04
|\ \
| * | grep: further simplify setting the pattern typeJunio C Hamano2016-07-25
| * | list-objects: pass full pathname to callbacksJeff King2016-03-16
| * | list-objects: drop name_path entirelyJeff King2016-03-16
| * | list-objects: convert name_path to a strbufJeff King2016-03-16
| * | show_object_with_name: simplify by using path_name()Jeff King2016-03-16
| * | Merge branch 'jk/squelch-missing-link-warning-for-unreachable' into maintJunio C Hamano2015-06-25
| |\ \
| * \ \ Merge branch 'jk/still-interesting' into maintJunio C Hamano2015-05-26
| |\ \ \
* | \ \ \ Merge branch 'mj/log-show-signature-conf'Junio C Hamano2016-07-11
|\ \ \ \ \
| * | | | | log: add "--no-show-signature" command line optionMehul Jain2016-06-24
| | |_|_|/ | |/| | |
* | | | | pathspec: rename free_pathspec() to clear_pathspec()Junio C Hamano2016-06-02
|/ / / /
* | | | Merge branch 'bc/object-id'Junio C Hamano2016-05-06
|\ \ \ \
| * | | | struct name_entry: use struct object_id instead of unsigned char sha1[20]brian m. carlson2016-04-25
* | | | | Merge branch 'lt/pretty-expand-tabs'Junio C Hamano2016-04-13
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | pretty: allow tweaking tabwidth in --expand-tabsJunio C Hamano2016-03-30
| * | | | 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