summaryrefslogtreecommitdiffstats
path: root/commit.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'po/read-graft-line'Junio C Hamano2017-09-061-1/+1
|\
| * commit: replace the raw buffer with strbuf in read_graft_linePatryk Obara2017-08-181-1/+1
* | Merge branch 'rs/commit-h-single-parent-cleanup'Junio C Hamano2017-08-241-5/+0
|\ \ | |/ |/|
| * commit: remove unused inline function single_parent()René Scharfe2017-08-191-5/+0
* | commit: convert lookup_commit_graft to struct object_idStefan Beller2017-07-131-1/+1
|/
* Merge branch 'bc/object-id'Junio C Hamano2017-05-291-8/+8
|\
| * Convert lookup_commit* to struct object_idbrian m. carlson2017-05-081-6/+6
| * shallow: convert shallow registration functions to object_idbrian m. carlson2017-05-081-2/+2
* | timestamp_t: a new data type for timestampsJohannes Schindelin2017-04-271-1/+1
|/
* Rename sha1_array to oid_arraybrian m. carlson2017-03-311-7/+7
* Merge branch 'rs/log-email-subject'Junio C Hamano2017-03-101-2/+4
|\
| * pretty: use fmt_output_email_subject()René Scharfe2017-03-011-2/+4
* | commit: make ignore_non_trailer take buf/lenJonathan Tan2016-11-291-1/+1
|/
* Merge branch 'nd/shallow-deepen'Junio C Hamano2016-10-101-0/+2
|\
| * shallow.c: implement a generic shallow boundary finder based on rev-listNguyễn Thái Ngọc Duy2016-06-131-0/+2
* | Merge branch 'rs/pull-signed-tag'Junio C Hamano2016-08-191-1/+3
|\ \
| * | commit: use FLEX_ARRAY in struct merge_remote_descRené Scharfe2016-08-131-1/+1
| * | commit: factor out set_merge_remote_desc()René Scharfe2016-08-131-0/+2
| * | Merge branch 'js/find-commit-subject-ignore-leading-blanks' into maintJunio C Hamano2016-07-281-0/+1
| |\ \
* | \ \ Merge branch 'jk/printf-format'Junio C Hamano2016-07-191-4/+0
|\ \ \ \
| * | | | commit.c: remove print_commit_list()Junio C Hamano2016-07-081-4/+0
* | | | | Merge branch 'js/find-commit-subject-ignore-leading-blanks'Junio C Hamano2016-07-111-0/+1
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | pretty: make the skip_blank_lines() function publicJohannes Schindelin2016-06-221-0/+1
| * | | Merge branch 'jk/squelch-missing-link-warning-for-unreachable' into maintJunio C Hamano2015-06-251-1/+5
| |\ \ \
* | \ \ \ Merge branch 'nd/graph-width-padded'Junio C Hamano2016-07-061-0/+1
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | pretty: pass graph width to pretty formatting for use in '%>|(N)'Josef Kufner2016-06-161-0/+1
* | | | | pretty: support "mboxrd" output formatEric Wong2016-06-061-0/+6
|/ / / /
* | | | pretty: allow tweaking tabwidth in --expand-tabsJunio C Hamano2016-03-301-1/+1
* | | | pretty: expand tabs in indented logs to make things line up properlyLinus Torvalds2016-03-301-0/+1
| |_|/ |/| |
* | | Merge branch 'jk/date-mode-format'Junio C Hamano2015-08-031-1/+1
|\ \ \
| * | | convert "enum date_mode" into a structJeff King2015-06-291-1/+1
* | | | Merge branch 'bc/gpg-verify-raw'Junio C Hamano2015-08-031-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | gpg: centralize signature checkbrian m. carlson2015-06-221-1/+1
| |/ /
* | | Merge branch 'jk/squelch-missing-link-warning-for-unreachable'Junio C Hamano2015-06-111-1/+5
|\ \ \ | | |/ | |/|
| * | add quieter versions of parse_{tree,commit}Jeff King2015-06-011-1/+5
* | | Merge branch 'bc/object-id'Junio C Hamano2015-05-051-2/+2
|\ \ \ | |_|/ |/| |
| * | commit: convert parts to struct object_idbrian m. carlson2015-03-131-2/+2
* | | shallow.c: make check_shallow_file_for_update() staticJunio C Hamano2015-01-151-1/+0
|/ /
* | Merge branch 'jc/merge-bases'Junio C Hamano2015-01-071-2/+5
|\ \
| * | get_merge_bases(): always clean-up object flagsJunio C Hamano2014-10-301-2/+5
* | | Merge branch 'cc/interpret-trailers-more'Junio C Hamano2014-12-221-0/+3
|\ \ \ | |_|/ |/| |
| * | commit: make ignore_non_trailer() non staticChristian Couder2014-11-101-0/+3
* | | Merge branch 'da/styles'Junio C Hamano2014-09-191-1/+1
|\ \ \
| * | | stylefix: asterisks stick to the variable, not the typeDavid Aguilar2014-09-021-1/+1
* | | | Merge branch 'jk/commit-author-parsing'Junio C Hamano2014-09-191-0/+11
|\ \ \ \ | |_|/ / |/| | |
| * | | commit: provide a function to find a header in a bufferJeff King2014-08-271-0/+11
| |/ /
* | | Merge branch 'jk/name-decoration-alloc'Junio C Hamano2014-09-111-2/+14
|\ \ \
| * | | log-tree: use FLEX_ARRAY in name_decorationJeff King2014-08-271-1/+1
| * | | log-tree: make name_decoration hash staticJeff King2014-08-261-1/+1
| * | | log-tree: make add_name_decoration a public functionJeff King2014-08-261-0/+12