106 Commits (9a2861e32a147d89f22961bd7d3257b8776de4d2)

Author SHA1 Message Date
Jeff King f4ea32f0b4 improve reflog date/number heuristic 15 years ago
Lars Hjemli d8526a4c3b git-log: allow --decorate[=short|full] 15 years ago
Adam Simpkins beb5af43a6 graph API: fix bug in graph_is_interesting() 15 years ago
Lars Hjemli 33e7018c45 git-log: allow --decorate[=short|full] 15 years ago
Linus Torvalds b8e8db281c git log: add '--merges' flag to match '--no-merges' 16 years ago
Linus Torvalds ceff8e7ade Clean up and simplify rev_compare_tree() 16 years ago
Linus Torvalds cf2ab916af show_object(): push path_name() call further down 16 years ago
Linus Torvalds 8d2dfc49b1 process_{tree,blob}: show objects without buffering 16 years ago
Stephen Boyd 108dab2811 format-patch: --attach/inline uses filename instead of SHA1 16 years ago
Brandon Casey 4d6acb7041 Remove --kept-pack-only option and associated infrastructure 16 years ago
Junio C Hamano 69e020ae00 is_kept_pack(): final clean-up 16 years ago
Junio C Hamano 03a9683d22 Simplify is_kept_pack() 16 years ago
Junio C Hamano 386cb77210 Consolidate ignore_packed logic more 16 years ago
Junio C Hamano b8431b033f has_sha1_kept_pack(): take "struct rev_info" 16 years ago
Thomas Rast b079c50e03 format-patch: track several references 16 years ago
Linus Torvalds 78892e3261 revision traversal: '--simplify-by-decoration' 16 years ago
Linus Torvalds d467a525da Make '--decorate' set an explicit 'show_decorations' flag 16 years ago
Linus Torvalds 0f3a290b89 Add a 'source' decorator for commits 16 years ago
Thomas Rast 498bcd3159 rev-list: fix --reverse interaction with --parents 16 years ago
Jeff King 0843acfd2c Fix "git log -i --grep" 16 years ago
Brandon Casey 4dc1db0bd1 revision.h: make show_early_output an extern which is defined in revision.c 16 years ago
Junio C Hamano faf0156b27 revision --simplify-merges: use decoration instead of commit->util field 16 years ago
Junio C Hamano 6546b5931e revision traversal: show full history with merge simplification 17 years ago
Johannes Schindelin 11ee57bc4c sort_in_topological_order(): avoid setting a commit flag 17 years ago
Johannes Schindelin e358f3c31e sort_in_topological_order(): avoid setting a commit flag 17 years ago
Pierre Habouzit 6b61ec0564 revisions: refactor handle_revision_opt into parse_revision_opt. 17 years ago
Pierre Habouzit 02e542206f revisions: split handle_revision_opt() from setup_revisions() 17 years ago
Adam Brewster 1fc561d169 Move read_revisions_from_stdin from builtin-rev-list.c to revision.c 17 years ago
Junio C Hamano c0234b2ef6 stat_tracking_info(): clear object flags used during counting 17 years ago
Adam Simpkins 7fefda5cc7 log and rev-list: add --graph option 17 years ago
Adam Simpkins 885cf80899 revision API: split parent rewriting and parent printing options 17 years ago
Junio C Hamano f35f5603f4 revision traversal: --children option 17 years ago
Junio C Hamano 4da45bef56 log: teach "terminator" vs "separator" mode to "--pretty=format" 17 years ago
Daniel Barkalow e1a3734621 Improve message-id generation flow control for format-patch 17 years ago
Linus Torvalds 3131b71301 Add "--show-all" revision walker flag for debugging 17 years ago
Junio C Hamano 3384a2dfc1 shortlog: default to HEAD when the standard input is a tty 17 years ago
Linus Torvalds 7dc0fe3be5 Fix parent rewriting in --early-output 17 years ago
Linus Torvalds 53b2c823f6 revision walker: mini clean-up 17 years ago
Linus Torvalds 252a7c0235 Enhance --early-output format 17 years ago
Linus Torvalds cdcefbc971 Add "--early-output" log flag for interactive GUI use 17 years ago
Linus Torvalds 23c17d4a4a Simplify topo-sort logic 17 years ago
Marco Costalba 9fa3465d6b Add --log-size to git log to print message size 17 years ago
Junio C Hamano 2d93b9face More missing static 18 years ago
Alex Riesen cc0e6c5adc Handle return code of parse_commit in revision machinery 18 years ago
Junio C Hamano a7b02ccf9a Add --date={local,relative,default} 18 years ago
Martin Koegler bb6c2fba41 store mode in rev_list, if <tree>:<filename> syntax is used 18 years ago
Junio C Hamano d7a17cad97 git-log --cherry-pick A...B 18 years ago
Robin H. Johnson 2d9e4a47d1 Add custom subject prefix support to format-patch (take 3) 18 years ago
Junio C Hamano 0053e902b4 git-log --first-parent: show only the first parent log 18 years ago
Junio C Hamano 2b064697a5 revision traversal: retire BOUNDARY_SHOW 18 years ago