178 Commits (ff5507ed2a34f0eb8c8d4f0bd300d2b786031aff)

Author SHA1 Message Date
Nguyễn Thái Ngọc Duy 08ea65ad13 shallow: add setup_temporary_shallow() 12 years ago
Nguyễn Thái Ngọc Duy 3125fe528b move setup_alternate_shallow and write_shallow_commits to shallow.c 12 years ago
Thomas Rast 53d00b39ce log: use true parents for diff even when rewriting 12 years ago
Jeff King 8f6a3e5d71 commit.h: drop redundant comment 12 years ago
Nguyễn Thái Ngọc Duy 480ca6449e convert run_add_interactive to use struct pathspec 12 years ago
Jeff King a90804752f teach format-patch to place other authors into in-body "From" 12 years ago
Jeff King 10f2fbff68 pretty.c: drop const-ness from pretty_print_context 12 years ago
Jeff King 727377ff65 commit.c: make compare_commits_by_commit_date global 12 years ago
Junio C Hamano 81c6b38b67 log: --author-date-order 12 years ago
Junio C Hamano 08f704f294 toposort: rename "lifo" field 12 years ago
Nguyễn Thái Ngọc Duy 6035d6aad8 fetch-pack: prepare updated shallow file before fetching the pack 12 years ago
Nguyễn Thái Ngọc Duy 5a10d23658 pretty: save commit encoding from logmsg_reencode if the caller needs it 12 years ago
Jeff King 96c4f4a370 commit: allow associating auxiliary info on-demand 12 years ago
Stefano Lattarini 41ccfdd9c9 Correct common spelling mistakes in comments and tests 12 years ago
Sebastian Götte eb307ae7bb merge/pull Check for untrusted good GPG signatures 12 years ago
Sebastian Götte ffb6d7d5c9 Move commit GPG signature verification to commit.c 12 years ago
Junio C Hamano 4c4b27e8ce commit.c: add in_merge_bases_many() 12 years ago
Junio C Hamano e895cb5135 commit.c: add clear_commit_marks_many() 12 years ago
Jeff King dd0d388c44 logmsg_reencode: never return NULL 12 years ago
Nguyễn Thái Ngọc Duy 4dcb167fc3 fetch: add --unshallow for turning shallow repo into complete one 12 years ago
Antoine Pelisse 0e2913b042 mailmap: add mailmap structure to rev_info and pp 12 years ago
Junio C Hamano 30825178fb log --format: teach %C(auto,black) to respect color config 12 years ago
Nguyễn Thái Ngọc Duy efc7df454e Move print_commit_list to libgit.a 12 years ago
Junio C Hamano ddf333f66c pretty: prepare notes message at a centralized place 12 years ago
Junio C Hamano e297cf5aff pretty: remove reencode_commit_message() 12 years ago
Junio C Hamano 82a75299fa commit.c: mark a file-scope private symbol as static 13 years ago
Junio C Hamano a20efee9cf in_merge_bases(): support only one "other" commit 13 years ago
Jeff King f026c7563a log: respect date_mode_explicit with --format:%gd 13 years ago
René Scharfe a81a7fbc1a commit: remove commit_list_reverse() 13 years ago
René Scharfe 89b5f1d9c5 sequencer: export commit_list_append() 13 years ago
René Scharfe fbc08ea177 revision: insert unsorted, then sort in prepare_revision_walk() 13 years ago
Junio C Hamano c871a1d17b commit --amend -S: strip existing gpgsig headers 13 years ago
Nguyễn Thái Ngọc Duy 13f8b72d8c Convert commit_tree() to take strbuf as message 13 years ago
Junio C Hamano 0c37f1fce6 log: --show-signature 13 years ago
Junio C Hamano ba3c69a9ee commit: teach --gpg-sign option 13 years ago
Junio C Hamano ed7a42a075 commit: teach --amend to carry forward extra headers 13 years ago
Junio C Hamano 5231c633f2 commit: copy merged signed tags to headers of merge commit 13 years ago
Junio C Hamano ae8e4c9ce1 merge: make usage of commit->util more extensible 13 years ago
René Scharfe 86a0a408b9 commit: factor out clear_commit_marks_for_object_array 14 years ago
Nguyễn Thái Ngọc Duy baf18fc261 Accept tags in HEAD or MERGE_HEAD 14 years ago
Nguyễn Thái Ngọc Duy 294e15fc19 Move write_shallow_commits to fetch-pack.c 14 years ago
Nguyễn Thái Ngọc Duy 09d46644b7 Add for_each_commit_graft() to iterate all grafts 14 years ago
Jeff King 9553d2b263 format-patch: preserve subject newlines with -k 14 years ago
Jeff King 6bf139440c clean up calling conventions for pretty.c functions 14 years ago
Jeff King 8b8a53744f pretty: add pp_commit_easy function for simple callers 14 years ago
Junio C Hamano fea33a1ef3 Declare lookup_replace_object() in cache.h, not in commit.h 14 years ago
Conrad Irwin b4bd466820 Add support for -p/--patch to git-commit 14 years ago
Ramsay Jones c8f1444d9e sparse: Fix an "symbol 'format_subject' not declared" warning 14 years ago
Jonathan Nieder 9cba13ca5d standardize brace placement in struct definitions 14 years ago
Nguyễn Thái Ngọc Duy cf7b1cad0e Add const to parse_{commit,tag}_buffer() 14 years ago