287 Commits (d1053246554d176173893a5283dc0c0fb563ed03)

Author SHA1 Message Date
Nguyễn Thái Ngọc Duy 208acbfb82 object.h: centralize object flag allocation 11 years ago
Tanay Abhra 147972b1a6 commit.c: use skip_prefix() instead of starts_with() 11 years ago
Dmitry S. Dolzhenko d6e82b575a commit.c: use ALLOC_GROW() in register_commit_graft() 11 years ago
Dmitry S. Dolzhenko 0a9136f327 commit.c: use the generic "sha1_pos" function for lookup 11 years ago
Vasily Makarov 6bc76725ea get_octopus_merge_bases(): cleanup redundant variable 11 years ago
Johannes Schindelin e228c1736f Remove the line length limit for graft files 11 years ago
Nguyễn Thái Ngọc Duy 8785b7654b commit.c: make "tree" a const pointer in commit_tree*() 11 years ago
Christian Couder 5955654823 replace {pre,suf}fixcmp() with {starts,ends}_with() 11 years ago
Jeff King 5e7d4d3e93 assume parse_commit checks for NULL commit 11 years ago
Jeff King 7059dccc6c log_tree_diff: die when we fail to parse a commit 11 years ago
Junio C Hamano dc773a67e1 commit: typofix for xxFFF[EF] check 12 years ago
Thomas Rast 53d00b39ce log: use true parents for diff even when rewriting 12 years ago
Peter Krefting 81050ac604 commit: reject non-characters 12 years ago
brian m. carlson e82bd6cc70 commit: reject overlong UTF-8 sequences 12 years ago
brian m. carlson 28110d4bfc commit: reject invalid UTF-8 codepoints 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 da24b1044f sort-in-topological-order: use prio-queue 12 years ago
Junio C Hamano 08f704f294 toposort: rename "lifo" field 12 years ago
Junio C Hamano a84b794ad0 commit-slab: introduce a macro to define a slab for new type 12 years ago
Junio C Hamano 66eb375d3d commit-slab: avoid large realloc 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 f8aae8d0ef commit.c/GPG signature verification: Also look at the first GPG status line 12 years ago
Sebastian Götte ffb6d7d5c9 Move commit GPG signature verification to commit.c 12 years ago
Junio C Hamano 557899ff6b commit.c: use clear_commit_marks_many() in in_merge_bases_many() 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
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