237 Commits (9b601eafd1437df2e11b032bfbfd1ac5d32d3290)

Author SHA1 Message Date
Johannes Schindelin 7735612244 pretty: make the skip_blank_lines() function public 9 years ago
Josef Kufner 3ad87c807c pretty: pass graph width to pretty formatting for use in '%>|(N)' 9 years ago
Junio C Hamano fe37a9c586 pretty: allow tweaking tabwidth in --expand-tabs 9 years ago
Linus Torvalds 7cc13c717b pretty: expand tabs in indented logs to make things line up properly 9 years ago
Jeff King a5481a6c94 convert "enum date_mode" into a struct 10 years ago
brian m. carlson 434060ec6d gpg: centralize signature check 10 years ago
Jeff King 9cc2b07a7c add quieter versions of parse_{tree,commit} 10 years ago
brian m. carlson 7683e2e6e3 commit: convert parts to struct object_id 10 years ago
Junio C Hamano 167832c2ca shallow.c: make check_shallow_file_for_update() static 10 years ago
Christian Couder 8c38458923 commit: make ignore_non_trailer() non static 10 years ago
Junio C Hamano 2ce406ccb8 get_merge_bases(): always clean-up object flags 10 years ago
David Aguilar 24d36f1472 stylefix: asterisks stick to the variable, not the type 11 years ago
Jeff King fe6eb7f2c5 commit: provide a function to find a header in a buffer 11 years ago
Jeff King 2e3dfb2169 log-tree: use FLEX_ARRAY in name_decoration 11 years ago
Jeff King 2608c24940 log-tree: make name_decoration hash static 11 years ago
Jeff King 662174d299 log-tree: make add_name_decoration a public function 11 years ago
Jeff King b9c7d6e433 pretty: make empty userformats truly empty 11 years ago
Christian Couder 0b05ab6f1b replace: remove signature when using --graft 11 years ago
Karsten Blees 6aa3085702 trace: improve trace performance 11 years ago
Christian Couder 063da62b02 commit: add for_each_mergetag() 11 years ago
Jeff King 218aa3a616 reuse cached commit buffer when parsing signatures 11 years ago
Jeff King 8597ea3afe commit: record buffer length in cache 11 years ago
Jeff King c1b3c71f4b commit: convert commit->buffer to a slab 11 years ago
Jeff King b66103c3ba convert logmsg_reencode to get_commit_buffer 11 years ago
Jeff King 152ff1cceb provide helpers to access the commit buffer 11 years ago
Jeff King 66c2827ea4 provide a helper to set the commit buffer 11 years ago
Jeff King 0fb370da9c provide a helper to free commit buffer 11 years ago
Jeff King b000c59b0c logmsg_reencode: return const buffer 11 years ago
Jeff King 3ffefb54c0 commit_tree: take a pointer/len pair rather than a const strbuf 11 years ago
Benoit Pierre 15048f8a9a commit: fix patch hunk editing with "commit -p -m" 11 years ago
Jeff King 0179c945fc shallow: automatically clean up shallow tempfiles 11 years ago
Ramsay Jones feefdf62c1 shallow: remove unused code 11 years ago
Nguyễn Thái Ngọc Duy 8785b7654b commit.c: make "tree" a const pointer in commit_tree*() 11 years ago
Nguyễn Thái Ngọc Duy eab3296c7e prune: clean .git/shallow after pruning objects 11 years ago
Nguyễn Thái Ngọc Duy 0a1bc12b6e receive-pack: allow pushes that update .git/shallow 11 years ago
Nguyễn Thái Ngọc Duy 069c053222 add GIT_SHALLOW_FILE to propagate --shallow-file to subprocesses 11 years ago
Nguyễn Thái Ngọc Duy 8e277383e0 shallow.c: steps 6 and 7 to select new commits for .git/shallow 11 years ago
Nguyễn Thái Ngọc Duy 58babfffde shallow.c: the 8 steps to select new commits for .git/shallow 11 years ago
Nguyễn Thái Ngọc Duy 1a30f5a2f2 shallow.c: extend setup_*_shallow() to accept extra shallow commits 11 years ago
Nguyễn Thái Ngọc Duy ad491366de make the sender advertise shallow commits to the receiver 11 years ago
Jeff King 7059dccc6c log_tree_diff: die when we fail to parse a commit 11 years ago
Nguyễn Thái Ngọc Duy 08ea65ad13 shallow: add setup_temporary_shallow() 12 years ago
Nguyễn Thái Ngọc Duy 3125fe528b move setup_alternate_shallow and write_shallow_commits to shallow.c 12 years ago
Thomas Rast 53d00b39ce log: use true parents for diff even when rewriting 12 years ago
Jeff King 8f6a3e5d71 commit.h: drop redundant comment 12 years ago
Nguyễn Thái Ngọc Duy 480ca6449e convert run_add_interactive to use struct pathspec 12 years ago
Jeff King a90804752f teach format-patch to place other authors into in-body "From" 12 years ago
Jeff King 10f2fbff68 pretty.c: drop const-ness from pretty_print_context 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