summaryrefslogtreecommitdiff
path: root/commit.h
Commit message (Expand)AuthorAgeFilesLines
* commit.h: drop redundant commentJeff King2013-07-251-2/+0
* Merge branch 'jk/format-patch-from'Junio C Hamano2013-07-151-4/+17
|\
| * teach format-patch to place other authors into in-body "From"Jeff King2013-07-031-0/+5
| * pretty.c: drop const-ness from pretty_print_contextJeff King2013-07-031-4/+12
* | commit.c: make compare_commits_by_commit_date globalJeff King2013-07-021-0/+2
|/
* Merge branch 'jc/topo-author-date-sort'Junio C Hamano2013-07-011-3/+12
|\
| * log: --author-date-orderJunio C Hamano2013-06-111-1/+2
| * toposort: rename "lifo" fieldJunio C Hamano2013-06-111-3/+11
* | Merge branch 'jk/commit-info-slab'Junio C Hamano2013-07-011-1/+1
|\ \ | |/
| * commit: allow associating auxiliary info on-demandJeff King2013-04-131-1/+1
* | fetch-pack: prepare updated shallow file before fetching the packNguyễn Thái Ngọc Duy2013-05-281-0/+2
* | pretty: save commit encoding from logmsg_reencode if the caller needs itNguyễn Thái Ngọc Duy2013-04-181-0/+1
* | Sync with 'maint'Junio C Hamano2013-04-121-1/+1
|\ \ | |/
| * Correct common spelling mistakes in comments and testsStefano Lattarini2013-04-121-1/+1
* | merge/pull Check for untrusted good GPG signaturesSebastian Götte2013-03-311-5/+5
* | Move commit GPG signature verification to commit.cSebastian Götte2013-03-311-0/+10
* | Merge branch 'jc/push-follow-tag'Junio C Hamano2013-03-251-0/+2
|\ \ | |/ |/|
| * commit.c: add in_merge_bases_many()Junio C Hamano2013-03-051-0/+1
| * commit.c: add clear_commit_marks_many()Junio C Hamano2013-03-051-0/+1
* | Merge branch 'jk/read-commit-buffer-data-after-free'Junio C Hamano2013-02-041-0/+1
|\ \
| * | logmsg_reencode: never return NULLJeff King2013-01-261-0/+1
* | | Merge branch 'nd/fetch-depth-is-broken'Junio C Hamano2013-02-011-0/+3
|\ \ \ | |/ / |/| |
| * | fetch: add --unshallow for turning shallow repo into complete oneNguyễn Thái Ngọc Duy2013-01-111-0/+3
* | | Merge branch 'ap/log-mailmap'Junio C Hamano2013-01-201-0/+1
|\ \ \
| * | | mailmap: add mailmap structure to rev_info and ppAntoine Pelisse2013-01-101-0/+1
| | |/ | |/|
* | | Merge branch 'jc/format-color-auto'Junio C Hamano2013-01-051-0/+1
|\ \ \ | |/ / |/| |
| * | log --format: teach %C(auto,black) to respect color configJunio C Hamano2012-12-171-0/+1
| |/
* | Merge branch 'jc/prettier-pretty-note'Junio C Hamano2012-11-151-3/+1
|\ \
| * | pretty: prepare notes message at a centralized placeJunio C Hamano2012-10-171-1/+1
| * | pretty: remove reencode_commit_message()Junio C Hamano2012-10-171-2/+0
| |/
* | Move print_commit_list to libgit.aNguyễn Thái Ngọc Duy2012-10-291-0/+4
|/
* commit.c: mark a file-scope private symbol as staticJunio C Hamano2012-09-151-1/+0
* Merge branch 'jc/merge-bases'Junio C Hamano2012-09-111-1/+1
|\
| * in_merge_bases(): support only one "other" commitJunio C Hamano2012-08-271-1/+1
* | Merge branch 'jk/maint-reflog-walk-count-vs-time'Junio C Hamano2012-05-111-0/+1
|\ \
| * | log: respect date_mode_explicit with --format:%gdJeff King2012-05-041-0/+1
| * | Merge branch 'nd/maint-autofix-tag-in-head' into maintJunio C Hamano2011-10-211-0/+7
| |\ \
* | | | commit: remove commit_list_reverse()René Scharfe2012-04-251-1/+0
* | | | sequencer: export commit_list_append()René Scharfe2012-04-251-0/+2
* | | | revision: insert unsorted, then sort in prepare_revision_walk()René Scharfe2012-04-111-0/+1
| |_|/ |/| |
* | | Merge branch 'jc/show-sig'Junio C Hamano2012-01-061-4/+6
|\ \ \
| * | | commit --amend -S: strip existing gpgsig headersJunio C Hamano2012-01-051-2/+2
| * | | log: --show-signatureJunio C Hamano2011-11-121-0/+2
| * | | commit: teach --gpg-sign optionJunio C Hamano2011-11-121-2/+2
* | | | Merge branch 'nd/war-on-nul-in-commit'Junio C Hamano2011-12-221-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Convert commit_tree() to take strbuf as messageNguyễn Thái Ngọc Duy2011-12-151-1/+1
* | | | commit: teach --amend to carry forward extra headersJunio C Hamano2011-11-091-0/+3
* | | | commit: copy merged signed tags to headers of merge commitJunio C Hamano2011-11-091-2/+19
* | | | merge: make usage of commit->util more extensibleJunio C Hamano2011-11-081-0/+13
|/ / /
* | | Merge branch 'rs/pending'Junio C Hamano2011-10-131-0/+1
|\ \ \