80 Commits (0e214af9c34623979b19bb183bd8e518d749fd63)

Author SHA1 Message Date
Heikki Orsila f18d244a63 Start conforming code to "git subcmd" style part 3 16 years ago
Jeff King 0843acfd2c Fix "git log -i --grep" 16 years ago
Junio C Hamano d85fe38959 rev-list: honor --quiet option 17 years ago
Stephan Beyer 1b1dd23f2d Make usage strings dash-less 17 years ago
Adam Brewster 1fc561d169 Move read_revisions_from_stdin from builtin-rev-list.c to revision.c 17 years ago
Adam Simpkins 7528f27dd6 log --graph --left-right: show left/right information in place of '*' 17 years ago
Johannes Schindelin ef90d6d420 Provide git_config with a callback-data parameter 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 72276a3ecb rev-list --children 17 years ago
Kevin Ballard 7ccd366779 Add --reverse to the git-rev-list usage string 17 years ago
Uwe Kleine-König a5aa930d50 rev-list: add --branches, --tags and --remotes 17 years ago
Martin Koegler 7914053ba9 Remove unused object-ref code 17 years ago
Martin Koegler 3d51e1b5b8 check return code of prepare_revision_walk 17 years ago
Linus Torvalds 3131b71301 Add "--show-all" revision walker flag for debugging 17 years ago
Jim Meyering 872c930dcb Don't access line[-1] for a zero-length "line" from fgets. 17 years ago
Linus Torvalds 7dc0fe3be5 Fix parent rewriting in --early-output 17 years ago
Shawn O. Pearce 27350891de rev-list: Introduce --quiet to avoid /dev/null redirects 17 years ago
Junio C Hamano acef41c9db format-patch -s: add MIME encoding header if signer's name requires so 17 years ago
Linus Torvalds 53b2c823f6 revision walker: mini clean-up 17 years ago
Junio C Hamano 4593fb8405 format-patch -s: add MIME encoding header if signer's name requires so 17 years ago
Christian Couder 50e62a8e70 rev-list: implement --bisect-all 17 years ago
Michal Vitecek 55246aac67 Don't use "<unknown>" for placeholders and suppress printing of empty user formats. 17 years ago
Christian Couder 17ed158021 rev-list --bisect: Fix best == NULL case. 17 years ago
Christian Couder 53271411e7 rev-list --bisect: Bisection "distance" clean up. 17 years ago
Christian Couder 77c11e064c rev-list --bisect: Move some bisection code into best_bisection. 17 years ago
Christian Couder ce0cbad772 rev-list --bisect: Move finding bisection into do_find_bisection. 17 years ago
Pierre Habouzit 674d172730 Rework pretty_print_commit to use strbufs instead of custom buffers. 17 years ago
Christian Couder 4e0b2bbc57 rev-list --bisect: fix allocation of "int*" instead of "int". 18 years ago
Junio C Hamano 1ed84157a2 Revert 88494423 (removal of duplicate parents in the output codepath) 18 years ago
Theodore Ts'o 06f59e9f5d Don't fflush(stdout) when it's not helpful 18 years ago
Junio C Hamano 80583c0ef6 Lift 16kB limit of log message output 18 years ago
Junio C Hamano a7b02ccf9a Add --date={local,relative,default} 18 years ago
Junio C Hamano b9849a1ab6 Make sure quickfetch is not fooled with a previous, incomplete fetch. 18 years ago
Brian Gernhardt b24bace5ca Document --left-right option to rev-list. 18 years ago
Junio C Hamano 1daa09d9a8 make the previous optimization work also on path-limited rev-list --bisect 18 years ago
Junio C Hamano 2a4646904a rev-list --bisect: Fix "halfway" optimization. 18 years ago
Junio C Hamano a4e9d71edb Fix path-limited "rev-list --bisect" termination condition. 18 years ago
Junio C Hamano 1c4fea3a40 git-rev-list --bisect: optimization 18 years ago
Junio C Hamano 457f08a030 git-rev-list: add --bisect-vars option. 18 years ago
Fredrik Kuivinen 256c3fe6c7 Read the config in rev-list 18 years ago
Junio C Hamano 74bd902973 Teach all of log family --left-right output. 18 years ago
Junio C Hamano 577ed5c20b rev-list --left-right 18 years ago
Junio C Hamano 2d10c55537 git log: Unify header_filter and message_filter into one. 18 years ago
Jeff King f69895fb0c rev-list: fix segfault with --{author,committer,grep} 18 years ago
Junio C Hamano 8d1d8f83b5 pack-objects: further work on internal rev-list logic. 18 years ago
Junio C Hamano c64ed70d25 Separate object listing routines out of rev-list 18 years ago
Junio C Hamano 42cabc341c Teach rev-list an option to read revs from the standard input. 18 years ago
Shawn Pearce 9befac470b Replace uses of strdup with xstrdup. 18 years ago
Jonas Fonseca 3dfb9278df Add --relative-date option to the revision interface 18 years ago