244 Commits (d82dd26964b9d7b39fb74367e5fcc3e3f4593324)

Author SHA1 Message Date
Nguyễn Thái Ngọc Duy efc7df454e Move print_commit_list to libgit.a 12 years ago
Junio C Hamano d866924a08 paint_down_to_common(): parse commit before relying on its timestamp 12 years ago
Junio C Hamano 82a75299fa commit.c: mark a file-scope private symbol as static 13 years ago
Junio C Hamano f37d3c7552 reduce_heads(): reimplement on top of remove_redundant() 13 years ago
Junio C Hamano 94f0ced0d0 get_merge_bases_many(): walk from many tips in parallel 13 years ago
Junio C Hamano 6440fdbab4 in_merge_bases(): use paint_down_to_common() 13 years ago
Junio C Hamano da1f515641 merge_bases_many(): split out the logic to paint history 13 years ago
Thomas Rast b0f9e9eeef in_merge_bases(): omit unnecessary redundant common ancestor reduction 13 years ago
Junio C Hamano a20efee9cf in_merge_bases(): support only one "other" commit 13 years ago
Linus Torvalds 08a94a145c commit/commit-tree: correct latin1 to utf-8 13 years ago
Junio C Hamano cd74e4733d sha1_name.c: introduce get_sha1_committish() 13 years ago
Jeff King f9bc573fda ident: rename IDENT_ERROR_ON_NO_NAME to IDENT_STRICT 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
Junio C Hamano 7365c95d2d mergesort: rename it to llist_mergesort() 13 years ago
René Scharfe fbc08ea177 revision: insert unsorted, then sort in prepare_revision_walk() 13 years ago
René Scharfe 46905893b2 commit: use mergesort() in commit_list_sort_by_date() 13 years ago
Nguyễn Thái Ngọc Duy 941ba8db57 Eliminate recursion in setting/clearing marks in commit list 13 years ago
Junio C Hamano c871a1d17b commit --amend -S: strip existing gpgsig headers 13 years ago
Nguyễn Thái Ngọc Duy 37576c1443 commit_tree(): refuse commit messages that contain NULs 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
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 16 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