258 Commits (da165f470ede6540873d33cb8bc2ff8e13c60520)

Author SHA1 Message Date
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
Stephen R. van den Berg d9c292e8bb Simplify and fix --first-parent implementation 17 years ago
Junio C Hamano f35f5603f4 revision traversal: --children option 17 years ago
Michele Ballabio a710522bfc revision.c: make --date-order overriddable 17 years ago
Junio C Hamano 4da45bef56 log: teach "terminator" vs "separator" mode to "--pretty=format" 17 years ago
Linus Torvalds 7d004199d1 Make revision limiting more robust against occasional bad commit dates 17 years ago
Uwe Kleine-König a5aa930d50 rev-list: add --branches, --tags and --remotes 17 years ago
Junio C Hamano e82447b1df Fix "git log --merge --left-right" 17 years ago
Jakub Narebski dc1c0fffd3 Add '--fixed-strings' option to "git log --grep" and friends 17 years ago
Martin Koegler 9684afd967 revision.c: handle tag->tagged == NULL 17 years ago
Martin Koegler c1ee9013ad mark_blob/tree_uninteresting: check for NULL 17 years ago
Linus Torvalds 3131b71301 Add "--show-all" revision walker flag for debugging 17 years ago
Junio C Hamano c0cb4a0679 diff --relative: help working in a bare repository 17 years ago
Junio C Hamano cd676a5136 diff --relative: output paths as relative to the current subdirectory 17 years ago
Arjen Laarhoven 0faf2da7e5 Fix "git log --diff-filter" bug 17 years ago
Junio C Hamano 3384a2dfc1 shortlog: default to HEAD when the standard input is a tty 17 years ago
Linus Torvalds 481f0ee60e Fix rev-list when showing objects involving submodules 17 years ago
Linus Torvalds 7dc0fe3be5 Fix parent rewriting in --early-output 17 years ago
Linus Torvalds 4d1012c370 Fix rev-list when showing objects involving submodules 17 years ago
Pierre Habouzit 8f67f8aefb Make the diff_options bitfields be an unsigned with explicit masks. 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
Linus Torvalds 99516e35d0 Fix embarrassing "git log --follow" bug 17 years ago
Andy Parkins 856665f827 parse_date_format(): convert a format name to an enum date_mode 18 years ago
Linus Torvalds b7bb760d5e Fix revision log diff setup, avoid unnecessary diff generation 18 years ago
Johannes Schindelin 023756f4eb revision walker: --cherry-pick is a limited operation 18 years ago
Junio C Hamano a65f2005a6 Make "git-log --" without paths behave the same as "git-log" without -- 18 years ago
Shawn O. Pearce d56651c0ef Don't allow combination of -g and --reverse as it doesn't work 18 years ago
Marco Costalba 9fa3465d6b Add --log-size to git log to print message size 18 years ago
Johannes Schindelin 7b69b873fa git log -g: Complain, but do not fail, when no reflogs are there 18 years ago
Johannes Schindelin 8e64006eee Teach revision machinery about --no-walk 18 years ago
Junio C Hamano e5633cbb85 Synonyms: -i == --regexp-ignore-case, -E == --extended-regexp 18 years ago
Linus Torvalds e1abc69b72 Fix up duplicate parents removal 18 years ago
Junio C Hamano b727a235a7 Wire new date formats to --date=<format> parser. 18 years ago
Johannes Schindelin 36d56de649 Fix --cherry-pick with given paths 18 years ago
Junio C Hamano 11d6596709 revision.c: remove duplicated parents after history simplification 18 years ago
Adam Roben dbd2144736 format-patch: Add format.subjectprefix config option 18 years ago
Linus Torvalds 750f7b668f Finally implement "git log --follow" 18 years ago
Junio C Hamano 66e41f7b99 Avoid diff cost on "git log -z" 18 years ago
Junio C Hamano 2d93b9face More missing static 18 years ago
Petr Baudis 93d496a560 git-rev-list: Add regexp tuning options 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 2bfe3cec92 Fix git {log,show,...} --pretty=email 18 years ago
Junio C Hamano d7a17cad97 git-log --cherry-pick A...B 18 years ago
Theodore Ts'o 46efd2d93c Rename warn() to warning() to fix symbol conflicts on BSD and Mac OS 18 years ago