262 Commits (22d11a6e8e2d0aa6f5930477c3509483dbe4545a)

Author SHA1 Message Date
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 16 years ago
Thomas Rast 8f8f5476cd Introduce new pretty formats %g[sdD] for reflog information 16 years ago
Thomas Rast dd2e794a21 Refactor pretty_print_commit arguments into a struct 16 years ago
Junio C Hamano 7f98ebc8fd format_commit_message(): fix function signature 16 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
Christian Couder 836a3fd5b0 commit: add function to unparse a commit and its parents 16 years ago
Jake Goulding 7fcdb36e29 Make has_commit() non-static 16 years ago
Alexander Gavrilov 69cd8f6342 builtin-blame: Reencode commit messages according to git-log rules. 17 years ago
Nanako Shiraishi c5ae6439d4 commit.c: make read_graft_file() static 17 years ago
Jeff King d36f8679e9 pretty=format: respect date format options 17 years ago
Christian Couder 53eda89b2f merge-base: teach "git merge-base" to drive underlying merge_bases_many() 17 years ago
Stephan Beyer 5b2fd95606 rerere: Separate libgit and builtin functions 17 years ago
Junio C Hamano 98cf9c3bd7 Introduce reduce_heads() 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
Junio C Hamano 4da45bef56 log: teach "terminator" vs "separator" mode to "--pretty=format" 17 years ago
Junio C Hamano 6bf4f1b4c9 format-patch: generate MIME header as needed even when there is format.header 17 years ago
Martin Koegler 4516338243 builtin-fsck: reports missing parent commits 17 years ago
Daniel Barkalow b02bd65f67 Export some email and pretty-printing functions 17 years ago
Junio C Hamano 3f061887c5 add -i: Fix running from a subdirectory 17 years ago
Junio C Hamano b6ec1d619f Fix add_files_to_cache() to take pathspec, not user specified list of files 17 years ago
Wincent Colaiuta 7c0ab44589 Teach builtin-add to pass multiple paths to git-add--interactive 17 years ago
Junio C Hamano acef41c9db format-patch -s: add MIME encoding header if signer's name requires so 18 years ago
Linus Torvalds 53b2c823f6 revision walker: mini clean-up 18 years ago
Linus Torvalds 23c17d4a4a Simplify topo-sort logic 18 years ago
Junio C Hamano 4593fb8405 format-patch -s: add MIME encoding header if signer's name requires so 18 years ago
Kristian Høgsberg d8b7db0abf Export rerere() and launch_editor(). 18 years ago
Kristian Høgsberg 5868016508 Introduce entry point add_interactive and add_files_to_cache 18 years ago
Pierre Habouzit 674d172730 Rework pretty_print_commit to use strbufs instead of custom buffers. 18 years ago
Ren,bi(B Scharfe 7b95089c0f Export format_commit_message() 18 years ago