42 Commits (5587cac28be66acf5edc2a4b83b67c8cfffbc5e9)

Author SHA1 Message Date
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
Junio C Hamano 4cac42b132 free(NULL) is perfectly valid. 18 years ago
David Rientjes 96f1e58f52 remove unnecessary initializations 18 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
Linus Torvalds 2d9c58c69d Remove "tree->entries" tree-entry list from tree parser 19 years ago
Linus Torvalds 3a7c352bd0 Make "tree_entry" have a SHA1 instead of a union of object pointers 19 years ago
Linus Torvalds 136f2e548a Make "struct tree" contain the pointer to the tree buffer 19 years ago
Linus Torvalds 097dc3d8c3 Remove "tree->entries" tree-entry list from tree parser 19 years ago
Linus Torvalds a755dfe45c Make "tree_entry" have a SHA1 instead of a union of object pointers 19 years ago
Linus Torvalds d2eafb7661 Add raw tree buffer info to "struct tree" 19 years ago
Linus Torvalds 91b452cba9 Fix memory leak in "git rev-list --objects" 19 years ago
Johannes Schindelin 698ce6f87e fmt-patch: Support --attach 19 years ago
Linus Torvalds 5fb61b8dcf Make "git rev-list" be a builtin 19 years ago
Johannes Schindelin 596524b33d Teach fmt-patch about --numbered 19 years ago
Linus Torvalds 9153983310 Log message printout cleanups 19 years ago
Junio C Hamano db89665fbf rev-list --header: output format fix 19 years ago
Junio C Hamano 1b65a5aa44 rev-list --boundary: show boundary commits even when limited otherwise. 19 years ago
Junio C Hamano 7594c4b2d7 rev-list option parser fix. 19 years ago
Junio C Hamano 183df63940 Revert all the rev-list option parsing changes. 19 years ago
Junio C Hamano 8c1f0b44c5 Fix up rev-list option parsing. 19 years ago
Junio C Hamano 4e1dc64009 rev-list --bisect: limit list before bisecting. 19 years ago
Junio C Hamano c4e05b1a22 blame and friends: adjust to multiple pathspec change. 19 years ago