65 Commits (97e435adad0e0bf30e588b2ad7f206a20c734c06)

Author SHA1 Message Date
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. 18 years ago
Christian Couder 17ed158021 rev-list --bisect: Fix best == NULL case. 18 years ago
Christian Couder 53271411e7 rev-list --bisect: Bisection "distance" clean up. 18 years ago
Christian Couder 77c11e064c rev-list --bisect: Move some bisection code into best_bisection. 18 years ago
Christian Couder ce0cbad772 rev-list --bisect: Move finding bisection into do_find_bisection. 18 years ago
Pierre Habouzit 674d172730 Rework pretty_print_commit to use strbufs instead of custom buffers. 18 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. 19 years ago
Jeff King f69895fb0c rev-list: fix segfault with --{author,committer,grep} 19 years ago
Junio C Hamano 8d1d8f83b5 pack-objects: further work on internal rev-list logic. 19 years ago
Junio C Hamano c64ed70d25 Separate object listing routines out of rev-list 19 years ago
Junio C Hamano 42cabc341c Teach rev-list an option to read revs from the standard input. 19 years ago
Shawn Pearce 9befac470b Replace uses of strdup with xstrdup. 19 years ago
Jonas Fonseca 3dfb9278df Add --relative-date option to the revision interface 19 years ago
Junio C Hamano 4cac42b132 free(NULL) is perfectly valid. 19 years ago
David Rientjes 96f1e58f52 remove unnecessary initializations 19 years ago
Linus Torvalds a633fca0c0 Call setup_git_directory() much earlier 19 years ago
Linus Torvalds db6296a566 Call setup_git_directory() early 19 years ago
Linus Torvalds 1974632c66 Remove TYPE_* constant macros and use object_type enums consistently. 19 years ago
Linus Torvalds 1f1e895fcc Add "named object array" concept 19 years ago
Linus Torvalds cb115748ec Some more memory leak avoidance 19 years ago
Linus Torvalds 885a86abe2 Shrink "struct object" a bit 19 years ago
Linus Torvalds 87cefaaff9 rev-list: fix process_tree() conversion. 19 years ago
Linus Torvalds 4c068a9831 tree_entry(): new tree-walking helper function 19 years ago