287 Commits (d1053246554d176173893a5283dc0c0fb563ed03)

Author SHA1 Message Date
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 13 years ago
Nguyễn Thái Ngọc Duy baf18fc261 Accept tags in HEAD or MERGE_HEAD 14 years ago
Junio C Hamano cd2b8ae983 whitespace: have SP on both sides of an assignment "=" 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
Nguyễn Thái Ngọc Duy cf7b1cad0e Add const to parse_{commit,tag}_buffer() 14 years ago
Ralf Thielow df5d43be1f commit.c: Remove backward goto in read_craft_line() 14 years ago
Thiago Farina 47e44ed1dc commit: Add commit_list prefix in two function names. 14 years ago
Pat Notz a6fa59924d commit: helper methods to reduce redundant blocks of code 14 years ago
Christian Couder 11af2aaed6 revert: refactor code to find commit subject in find_commit_subject() 15 years ago
Jeff King 40d52ff77b make commit_tree a library function 15 years ago
Jeff King 65d41d48a4 fix memcpy of overlapping area 15 years ago
Shawn O. Pearce edace6f02e fetch-pack: Use a strbuf to compose the want list 15 years ago
Johannes Schindelin a97a74686d Introduce commit notes 15 years ago
Junio C Hamano fe0a3cb23c info/grafts: allow trailing whitespaces at the end of line 15 years ago
Jim Meyering 2b7ca830c6 use write_str_in_full helper to avoid literal string lengths 16 years ago
Brandon Casey f203d6969b commit.c: rename variable named 'n' which masks previous declaration 16 years ago
Johannes Schindelin 7f3140cd23 git repack: keep commits hidden by a graft 16 years ago
Eric Wong f290974390 Allow the Unix epoch to be a valid commit date 16 years ago
Christian Couder 7a8e3895f6 bisect: drop unparse_commit() and use clear_commit_marks() 16 years ago
Christian Couder 836a3fd5b0 commit: add function to unparse a commit and its parents 16 years ago
Junio C Hamano 954cfb5cfd Revert "Merge branch 'js/notes'" 16 years ago
Jake Goulding 7fcdb36e29 Make has_commit() non-static 16 years ago
Johannes Schindelin 879ef2485d Introduce commit notes 16 years ago
Nanako Shiraishi c5ae6439d4 commit.c: make read_graft_file() static 17 years ago
Johannes Schindelin 11ee57bc4c sort_in_topological_order(): avoid setting a commit flag 17 years ago
Johannes Schindelin e358f3c31e sort_in_topological_order(): avoid setting a commit flag 17 years ago
Junio C Hamano 711f6b295c reduce_heads(): protect from duplicate input 17 years ago
Sverre Hvammen Johansen 3d1dd4728b reduce_heads(): thinkofix 17 years ago
Junio C Hamano 98cf9c3bd7 Introduce reduce_heads() 17 years ago
Junio C Hamano 6a938648e1 Introduce get_merge_bases_many() 17 years ago
Miklos Vajna 5240c9d75d Introduce get_octopus_merge_bases() in commit.c 17 years ago
Miklos Vajna 653194758e Move commit_list_count() to commit.c 17 years ago
Miklos Vajna 39468defd3 Remove unused code in parse_commit_buffer() 17 years ago
Martin Koegler 4516338243 builtin-fsck: reports missing parent commits 17 years ago
Martin Koegler 7914053ba9 Remove unused object-ref code 17 years ago
Martin Koegler dec38c8165 check return value from parse_commit() in various functions 17 years ago
Martin Koegler 9786f68bfc parse_commit: don't fail, if object is NULL 17 years ago
Martin Koegler 172947e645 check results of parse_commit in merge_bases 17 years ago
Martin Koegler 0a61779994 parse_commit_buffer: tighten checks while parsing 17 years ago
Junio C Hamano acef41c9db format-patch -s: add MIME encoding header if signer's name requires so 17 years ago
Johannes Schindelin 93fc05eb9e Split off the pretty print stuff into its own file 17 years ago
Linus Torvalds 23c17d4a4a Simplify topo-sort logic 17 years ago
Junio C Hamano 4593fb8405 format-patch -s: add MIME encoding header if signer's name requires so 17 years ago
Johannes Schindelin 60fcc2e6ce clear_commit_marks(): avoid deep recursion 18 years ago