Age | Commit message (Expand) | Author | Files | Lines |
2013-05-28 | fetch-pack: prepare updated shallow file before fetching the pack | Nguyễn Thái Ngọc Duy | 1 | -0/+2 |
2013-04-18 | pretty: save commit encoding from logmsg_reencode if the caller needs it | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
2013-04-12 | Sync with 'maint' | Junio C Hamano | 1 | -1/+1 |
2013-04-12 | Correct common spelling mistakes in comments and tests | Stefano Lattarini | 1 | -1/+1 |
2013-03-31 | merge/pull Check for untrusted good GPG signatures | Sebastian Götte | 1 | -5/+5 |
2013-03-31 | Move commit GPG signature verification to commit.c | Sebastian Götte | 1 | -0/+10 |
2013-03-25 | Merge branch 'jc/push-follow-tag' | Junio C Hamano | 1 | -0/+2 |
2013-03-05 | commit.c: add in_merge_bases_many() | Junio C Hamano | 1 | -0/+1 |
2013-03-05 | commit.c: add clear_commit_marks_many() | Junio C Hamano | 1 | -0/+1 |
2013-02-04 | Merge branch 'jk/read-commit-buffer-data-after-free' | Junio C Hamano | 1 | -0/+1 |
2013-02-01 | Merge branch 'nd/fetch-depth-is-broken' | Junio C Hamano | 1 | -0/+3 |
2013-01-26 | logmsg_reencode: never return NULL | Jeff King | 1 | -0/+1 |
2013-01-20 | Merge branch 'ap/log-mailmap' | Junio C Hamano | 1 | -0/+1 |
2013-01-11 | fetch: add --unshallow for turning shallow repo into complete one | Nguyễn Thái Ngọc Duy | 1 | -0/+3 |
2013-01-10 | mailmap: add mailmap structure to rev_info and pp | Antoine Pelisse | 1 | -0/+1 |
2013-01-05 | Merge branch 'jc/format-color-auto' | Junio C Hamano | 1 | -0/+1 |
2012-12-17 | log --format: teach %C(auto,black) to respect color config | Junio C Hamano | 1 | -0/+1 |
2012-11-15 | Merge branch 'jc/prettier-pretty-note' | Junio C Hamano | 1 | -3/+1 |
2012-10-29 | Move print_commit_list to libgit.a | Nguyễn Thái Ngọc Duy | 1 | -0/+4 |
2012-10-17 | pretty: prepare notes message at a centralized place | Junio C Hamano | 1 | -1/+1 |
2012-10-17 | pretty: remove reencode_commit_message() | Junio C Hamano | 1 | -2/+0 |
2012-09-15 | commit.c: mark a file-scope private symbol as static | Junio C Hamano | 1 | -1/+0 |
2012-09-11 | Merge branch 'jc/merge-bases' | Junio C Hamano | 1 | -1/+1 |
2012-08-27 | in_merge_bases(): support only one "other" commit | Junio C Hamano | 1 | -1/+1 |
2012-05-11 | Merge branch 'jk/maint-reflog-walk-count-vs-time' | Junio C Hamano | 1 | -0/+1 |
2012-05-04 | log: respect date_mode_explicit with --format:%gd | Jeff King | 1 | -0/+1 |
2012-04-25 | commit: remove commit_list_reverse() | René Scharfe | 1 | -1/+0 |
2012-04-25 | sequencer: export commit_list_append() | René Scharfe | 1 | -0/+2 |
2012-04-11 | revision: insert unsorted, then sort in prepare_revision_walk() | René Scharfe | 1 | -0/+1 |
2012-01-06 | Merge branch 'jc/show-sig' | Junio C Hamano | 1 | -4/+6 |
2012-01-05 | commit --amend -S: strip existing gpgsig headers | Junio C Hamano | 1 | -2/+2 |
2011-12-22 | Merge branch 'nd/war-on-nul-in-commit' | Junio C Hamano | 1 | -2/+2 |
2011-12-15 | Convert commit_tree() to take strbuf as message | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2011-11-12 | log: --show-signature | Junio C Hamano | 1 | -0/+2 |
2011-11-12 | commit: teach --gpg-sign option | Junio C Hamano | 1 | -2/+2 |
2011-11-09 | commit: teach --amend to carry forward extra headers | Junio C Hamano | 1 | -0/+3 |
2011-11-09 | commit: copy merged signed tags to headers of merge commit | Junio C Hamano | 1 | -2/+19 |
2011-11-08 | merge: make usage of commit->util more extensible | Junio C Hamano | 1 | -0/+13 |
2011-10-21 | Merge branch 'nd/maint-autofix-tag-in-head' into maint | Junio C Hamano | 1 | -0/+7 |
2011-10-13 | Merge branch 'rs/pending' | Junio C Hamano | 1 | -0/+1 |
2011-10-13 | Merge branch 'nd/maint-autofix-tag-in-head' | Junio C Hamano | 1 | -0/+7 |
2011-10-03 | commit: factor out clear_commit_marks_for_object_array | René Scharfe | 1 | -0/+1 |
2011-09-18 | Accept tags in HEAD or MERGE_HEAD | Nguyễn Thái Ngọc Duy | 1 | -0/+7 |
2011-08-18 | Move write_shallow_commits to fetch-pack.c | Nguyễn Thái Ngọc Duy | 1 | -1/+0 |
2011-08-18 | Add for_each_commit_graft() to iterate all grafts | Nguyễn Thái Ngọc Duy | 1 | -0/+2 |
2011-05-31 | Merge branch 'jk/format-patch-am' | Junio C Hamano | 1 | -10/+12 |
2011-05-26 | format-patch: preserve subject newlines with -k | Jeff King | 1 | -0/+1 |
2011-05-26 | clean up calling conventions for pretty.c functions | Jeff King | 1 | -10/+9 |
2011-05-26 | pretty: add pp_commit_easy function for simple callers | Jeff King | 1 | -0/+2 |
2011-05-19 | Merge branch 'jc/replacing' | Junio C Hamano | 1 | -2/+0 |