index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin-rev-list.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-11-04
Add a 'source' decorator for commits
Linus Torvalds
1
-1
/
+1
2008-10-12
Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer
Brandon Casey
1
-2
/
+1
2008-09-15
Start conforming code to "git subcmd" style part 3
Heikki Orsila
1
-1
/
+1
2008-08-24
Fix "git log -i --grep"
Jeff King
1
-1
/
+2
2008-07-19
Merge branch 'maint'
Junio C Hamano
1
-4
/
+1
2008-07-17
rev-list: honor --quiet option
Junio C Hamano
1
-4
/
+1
2008-07-16
Merge branch 'sb/dashless'
Junio C Hamano
1
-1
/
+1
2008-07-13
Merge branch 'ph/parseopt-step-blame'
Junio C Hamano
1
-0
/
+10
2008-07-13
Make usage strings dash-less
Stephan Beyer
1
-1
/
+1
2008-07-08
Merge branch 'jc/blame' (early part) into HEAD
Junio C Hamano
1
-0
/
+10
2008-07-05
Move read_revisions_from_stdin from builtin-rev-list.c to revision.c
Adam Brewster
1
-17
/
+0
2008-05-25
Merge branch 'js/config-cb'
Junio C Hamano
1
-1
/
+1
2008-05-25
log --graph --left-right: show left/right information in place of '*'
Adam Simpkins
1
-9
/
+12
2008-05-14
Provide git_config with a callback-data parameter
Johannes Schindelin
1
-1
/
+1
2008-05-05
log and rev-list: add --graph option
Adam Simpkins
1
-2
/
+44
2008-05-05
revision API: split parent rewriting and parent printing options
Adam Simpkins
1
-1
/
+1
2008-04-12
rev-list --children
Junio C Hamano
1
-0
/
+10
2008-03-19
Add --reverse to the git-rev-list usage string
Kevin Ballard
1
-0
/
+1
2008-03-02
Merge branch 'mk/maint-parse-careful'
Junio C Hamano
1
-1
/
+0
2008-02-29
rev-list: add --branches, --tags and --remotes
Uwe Kleine-König
1
-0
/
+3
2008-02-25
Remove unused object-ref code
Martin Koegler
1
-1
/
+0
2008-02-20
Merge branch 'lt/revision-walker'
Junio C Hamano
1
-1
/
+3
2008-02-17
check return code of prepare_revision_walk
Martin Koegler
1
-1
/
+2
2008-02-13
Add "--show-all" revision walker flag for debugging
Linus Torvalds
1
-1
/
+3
2008-01-04
Don't access line[-1] for a zero-length "line" from fgets.
Jim Meyering
1
-1
/
+1
2007-11-18
Merge branch 'lt/rev-list-interactive'
Junio C Hamano
1
-8
/
+8
2007-11-14
Fix parent rewriting in --early-output
Linus Torvalds
1
-8
/
+8
2007-11-11
rev-list: Introduce --quiet to avoid /dev/null redirects
Shawn O. Pearce
1
-4
/
+22
2007-11-05
revision walker: mini clean-up
Linus Torvalds
1
-7
/
+7
2007-11-01
format-patch -s: add MIME encoding header if signer's name requires so
Junio C Hamano
1
-1
/
+2
2007-10-26
rev-list: implement --bisect-all
Christian Couder
1
-14
/
+86
2007-10-03
Merge branch 'mv/unknown'
Junio C Hamano
1
-1
/
+2
2007-10-03
Merge branch 'ph/strbuf'
Junio C Hamano
1
-7
/
+6
2007-09-26
Don't use "<unknown>" for placeholders and suppress printing of empty user fo...
Michal Vitecek
1
-1
/
+2
2007-09-20
rev-list --bisect: Fix best == NULL case.
Christian Couder
1
-3
/
+3
2007-09-18
Merge branch 'master' into ph/strbuf
Junio C Hamano
1
-61
/
+72
2007-09-18
rev-list --bisect: Bisection "distance" clean up.
Christian Couder
1
-11
/
+7
2007-09-18
rev-list --bisect: Move some bisection code into best_bisection.
Christian Couder
1
-17
/
+26
2007-09-18
rev-list --bisect: Move finding bisection into do_find_bisection.
Christian Couder
1
-42
/
+48
2007-09-10
Rework pretty_print_commit to use strbufs instead of custom buffers.
Pierre Habouzit
1
-7
/
+6
2007-07-31
Merge branch 'maint'
Junio C Hamano
1
-1
/
+1
2007-07-31
rev-list --bisect: fix allocation of "int*" instead of "int".
Christian Couder
1
-1
/
+1
2007-07-08
Revert 88494423 (removal of duplicate parents in the output codepath)
Junio C Hamano
1
-13
/
+1
2007-06-30
Don't fflush(stdout) when it's not helpful
Theodore Ts'o
1
-1
/
+1
2007-06-13
Lift 16kB limit of log message output
Junio C Hamano
1
-3
/
+5
2007-04-25
Add --date={local,relative,default}
Junio C Hamano
1
-1
/
+1
2007-04-17
Make sure quickfetch is not fooled with a previous, incomplete fetch.
Junio C Hamano
1
-0
/
+4
2007-04-05
Merge branch 'maint'
Junio C Hamano
1
-0
/
+1
2007-04-05
Document --left-right option to rev-list.
Brian Gernhardt
1
-0
/
+1
2007-03-23
make the previous optimization work also on path-limited rev-list --bisect
Junio C Hamano
1
-98
/
+151
[next]