152 Commits (393b7c3cd7c87a42e2e477de38d4a6e4981db8bb)

Author SHA1 Message Date
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 12 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 13 years ago
Nguyễn Thái Ngọc Duy baf18fc261 Accept tags in HEAD or MERGE_HEAD 13 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
Thiago Farina 47e44ed1dc commit: Add commit_list prefix in two function names. 14 years ago
Pat Notz 177b29dcab pretty.c: teach format_commit_message() to reencode the output 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
Nazri Ramliy eb3005e274 commit.h: add 'type' to struct name_decoration 15 years ago
Gary V. Vaughan 4b05548fc0 enums: omit trailing comma for portability 15 years ago
Johannes Gilger 5b16360330 pretty: Initialize notes if %N is used 15 years ago
Jeff King 40d52ff77b make commit_tree a library function 15 years ago
Junio C Hamano 66b2ed09c2 Fix "log" family not to be too agressive about showing notes 15 years ago
Junio C Hamano cc5711424b pretty.c: mark file-local function static 15 years ago
Shawn O. Pearce edace6f02e fetch-pack: Use a strbuf to compose the want list 15 years ago
Thomas Rast 8f8f5476cd Introduce new pretty formats %g[sdD] for reflog information 15 years ago
Thomas Rast dd2e794a21 Refactor pretty_print_commit arguments into a struct 15 years ago
Junio C Hamano 7f98ebc8fd format_commit_message(): fix function signature 15 years ago
Thomas Rast 46b5139cae builtin-add: refactor the meat of interactive_add() 16 years ago
Johannes Schindelin 28e9cf6512 Expose the has_non_ascii() function 16 years ago
Christian Couder 6809557029 replace_object: add mechanism to replace objects found in "refs/replace/" 16 years ago
Christian Couder 7a8e3895f6 bisect: drop unparse_commit() and use clear_commit_marks() 16 years ago