index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
revision.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'lt/rev-list-gitlink'
Junio C Hamano
2007-11-19
1
-2
/
+9
|
\
|
*
Fix rev-list when showing objects involving submodules
Linus Torvalds
2007-11-14
1
-2
/
+9
*
|
Merge branch 'lt/rev-list-interactive'
Junio C Hamano
2007-11-19
1
-43
/
+82
|
\
\
|
*
|
Fix parent rewriting in --early-output
Linus Torvalds
2007-11-14
1
-11
/
+11
|
*
|
revision walker: mini clean-up
Linus Torvalds
2007-11-06
1
-7
/
+20
|
*
|
Enhance --early-output format
Linus Torvalds
2007-11-05
1
-27
/
+36
|
*
|
Add "--early-output" log flag for interactive GUI use
Linus Torvalds
2007-11-04
1
-0
/
+22
|
*
|
Simplify topo-sort logic
Linus Torvalds
2007-11-04
1
-6
/
+1
|
|
/
*
/
Make the diff_options bitfields be an unsigned with explicit masks.
Pierre Habouzit
2007-11-12
1
-11
/
+11
|
/
*
Merge branch 'maint'
Shawn O. Pearce
2007-10-16
1
-2
/
+2
|
\
|
*
Fix embarrassing "git log --follow" bug
Linus Torvalds
2007-10-16
1
-2
/
+2
*
|
parse_date_format(): convert a format name to an enum date_mode
Andy Parkins
2007-09-30
1
-16
/
+1
|
/
*
Fix revision log diff setup, avoid unnecessary diff generation
Linus Torvalds
2007-09-30
1
-2
/
+8
*
revision walker: --cherry-pick is a limited operation
Johannes Schindelin
2007-09-16
1
-0
/
+1
*
Make "git-log --" without paths behave the same as "git-log" without --
Junio C Hamano
2007-08-31
1
-1
/
+2
*
Don't allow combination of -g and --reverse as it doesn't work
Shawn O. Pearce
2007-08-20
1
-0
/
+3
*
Add --log-size to git log to print message size
Marco Costalba
2007-08-14
1
-0
/
+4
*
git log -g: Complain, but do not fail, when no reflogs are there
Johannes Schindelin
2007-07-25
1
-3
/
+4
*
Teach revision machinery about --no-walk
Johannes Schindelin
2007-07-24
1
-0
/
+8
*
Synonyms: -i == --regexp-ignore-case, -E == --extended-regexp
Junio C Hamano
2007-07-22
1
-2
/
+4
*
Fix up duplicate parents removal
Linus Torvalds
2007-07-21
1
-5
/
+6
*
Wire new date formats to --date=<format> parser.
Junio C Hamano
2007-07-14
1
-0
/
+8
*
Fix --cherry-pick with given paths
Johannes Schindelin
2007-07-11
1
-2
/
+7
*
revision.c: remove duplicated parents after history simplification
Junio C Hamano
2007-07-09
1
-0
/
+20
*
format-patch: Add format.subjectprefix config option
Adam Roben
2007-07-03
1
-1
/
+0
*
Finally implement "git log --follow"
Linus Torvalds
2007-06-23
1
-1
/
+3
*
Merge branch 'maint' to sync with GIT 1.5.2.2
Junio C Hamano
2007-06-16
1
-1
/
+2
|
\
|
*
Avoid diff cost on "git log -z"
Junio C Hamano
2007-06-16
1
-1
/
+2
*
|
More missing static
Junio C Hamano
2007-06-08
1
-8
/
+8
*
|
git-rev-list: Add regexp tuning options
Petr Baudis
2007-05-21
1
-0
/
+12
|
/
*
Handle return code of parse_commit in revision machinery
Alex Riesen
2007-05-06
1
-23
/
+50
*
Add --date={local,relative,default}
Junio C Hamano
2007-04-26
1
-1
/
+12
*
store mode in rev_list, if <tree>:<filename> syntax is used
Martin Koegler
2007-04-24
1
-5
/
+12
*
Merge branch 'jc/cherry'
Junio C Hamano
2007-04-13
1
-0
/
+88
|
\
|
*
git-log --cherry-pick A...B
Junio C Hamano
2007-04-12
1
-0
/
+88
*
|
Fix git {log,show,...} --pretty=email
Junio C Hamano
2007-04-13
1
-0
/
+1
|
/
*
Rename warn() to warning() to fix symbol conflicts on BSD and Mac OS
Theodore Ts'o
2007-03-31
1
-1
/
+1
*
Merge branch 'jc/fpl'
Junio C Hamano
2007-03-26
1
-4
/
+10
|
\
|
*
git-log --first-parent: show only the first parent log
Junio C Hamano
2007-03-15
1
-4
/
+10
*
|
Initialize tree descriptors with a helper function rather than by hand.
Linus Torvalds
2007-03-21
1
-7
/
+5
*
|
Replace remaining instances of strdup with xstrdup.
James Bowes
2007-03-20
1
-1
/
+1
*
|
try-to-simplify-commit: use diff-tree --quiet machinery.
Junio C Hamano
2007-03-15
1
-0
/
+6
*
|
revision.c: explain what tree_difference does
Junio C Hamano
2007-03-15
1
-2
/
+9
|
/
*
revision --boundary: fix uncounted case.
Junio C Hamano
2007-03-06
1
-8
/
+8
*
revision --boundary: fix stupid typo
Junio C Hamano
2007-03-06
1
-1
/
+1
*
revision traversal: SHOWN means shown
Junio C Hamano
2007-03-06
1
-8
/
+18
*
revision traversal: retire BOUNDARY_SHOW
Junio C Hamano
2007-03-06
1
-1
/
+8
*
revision walker: Fix --boundary when limited
Junio C Hamano
2007-03-06
1
-114
/
+94
*
Merge branch 'js/bundle'
Junio C Hamano
2007-02-28
1
-1
/
+1
|
\
|
*
git-bundle: fix 'create --all'
Johannes Schindelin
2007-02-23
1
-1
/
+1
[next]