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
*
prefixcmp(): fix-up leftover strncmp().
Junio C Hamano
2007-02-21
1
-1
/
+1
*
Mechanical conversion to use prefixcmp()
Junio C Hamano
2007-02-21
1
-15
/
+15
*
Merge branch 'js/reverse'
Junio C Hamano
2007-02-14
1
-0
/
+38
|
\
|
*
Teach revision machinery about --reverse
Johannes Schindelin
2007-01-21
1
-0
/
+38
*
|
Do not forget to pack objects reachable from HEAD reflog.
Junio C Hamano
2007-02-13
1
-1
/
+1
*
|
reflog inspection: introduce shortcut "-g"
Johannes Schindelin
2007-01-25
1
-1
/
+2
|
/
*
Teach the revision walker to walk by reflogs with --walk-reflogs
Johannes Schindelin
2007-01-21
1
-0
/
+11
*
plug a few leaks in revision walking used in describe.
Junio C Hamano
2007-01-12
1
-3
/
+5
*
Sanitize for_each_reflog_ent()
Johannes Schindelin
2007-01-09
1
-1
/
+3
*
Move commit reencoding parameter parsing to revision.c
Junio C Hamano
2006-12-31
1
-0
/
+8
*
Merge branch 'jc/fsck-reflog'
Junio C Hamano
2006-12-27
1
-7
/
+59
|
\
|
*
Don't crash during repack of a reflog with pruned commits.
Shawn O. Pearce
2006-12-22
1
-10
/
+20
|
*
Teach git-repack to preserve objects referred to by reflog entries.
Junio C Hamano
2006-12-21
1
-7
/
+49
*
|
Merge branch 'jc/skip-count'
Junio C Hamano
2006-12-25
1
-14
/
+32
|
\
\
|
|
/
|
/
|
|
*
revision: --skip=<n>
Junio C Hamano
2006-12-20
1
-14
/
+32
*
|
Merge branch 'jc/leftright'
Junio C Hamano
2006-12-20
1
-1
/
+8
|
\
\
|
|
/
|
/
|
|
*
Revert "Make left-right automatic."
Junio C Hamano
2006-12-19
1
-10
/
+3
|
*
Make left-right automatic.
Junio C Hamano
2006-12-17
1
-3
/
+10
|
*
Teach all of log family --left-right output.
Junio C Hamano
2006-12-17
1
-0
/
+4
|
*
rev-list --left-right
Junio C Hamano
2006-12-17
1
-1
/
+4
*
|
simplify inclusion of system header files.
Junio C Hamano
2006-12-20
1
-1
/
+0
|
/
*
Merge branch 'jc/pickaxe'
Junio C Hamano
2006-11-08
1
-0
/
+7
|
\
|
*
Introduce a new revision set operator <rev>^!
Junio C Hamano
2006-10-31
1
-0
/
+7
*
|
Merge branch 'lj/refs'
Junio C Hamano
2006-11-01
1
-2
/
+2
|
\
\
|
*
\
Merge branch 'master' into lj/refs
Junio C Hamano
2006-09-28
1
-0
/
+69
|
|
\
\
|
*
|
|
Tell between packed, unpacked and symbolic refs.
Junio C Hamano
2006-09-21
1
-1
/
+1
|
*
|
|
Add callback data to for_each_ref() family.
Junio C Hamano
2006-09-21
1
-2
/
+2
*
|
|
|
Merge branch 'maint'
Junio C Hamano
2006-10-31
1
-9
/
+7
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
revision traversal: --unpacked does not limit commit list anymore.
Junio C Hamano
2006-10-31
1
-1
/
+1
|
*
|
|
Continue traversal when rev-list --unpacked finds a packed commit.
Jan Harkes
2006-10-31
1
-8
/
+6
|
|
|
/
|
|
/
|
*
/
|
teach revision walker about --all-match.
Junio C Hamano
2006-09-28
1
-1
/
+8
|
/
/
*
|
git log: Unify header_filter and message_filter into one.
Junio C Hamano
2006-09-20
1
-49
/
+25
*
|
git-log --author and --committer are not left-anchored by default
Linus Torvalds
2006-09-20
1
-2
/
+8
*
|
revision traversal: --author, --committer, and --grep.
Junio C Hamano
2006-09-20
1
-1
/
+75
*
|
revision traversal: prepare for commit log match.
Junio C Hamano
2006-09-20
1
-0
/
+13
|
/
*
pack-objects --unpacked=<existing pack> option.
Junio C Hamano
2006-09-07
1
-2
/
+22
*
revision.c: allow injecting revision parameters after setup_revisions().
Junio C Hamano
2006-09-06
1
-74
/
+85
*
Add --relative-date option to the revision interface
Jonas Fonseca
2006-08-29
1
-0
/
+4
*
Convert memcpy(a,b,20) to hashcpy(a,b).
Shawn Pearce
2006-08-23
1
-1
/
+1
*
check return value from diff_setup_done()
Junio C Hamano
2006-08-09
1
-1
/
+2
*
Call setup_git_directory() early
Linus Torvalds
2006-07-29
1
-2
/
+2
*
Remove TYPE_* constant macros and use object_type enums consistently.
Linus Torvalds
2006-07-13
1
-6
/
+6
*
git log -p --merge [[--] paths...]
Junio C Hamano
2006-07-07
1
-2
/
+51
*
Merge branch 'js/merge-base'
Junio C Hamano
2006-07-07
1
-9
/
+40
|
\
|
*
rev-list: free commit_list in ... handler
Rene Scharfe
2006-07-04
1
-0
/
+1
|
*
Merge branch 'master' into js/merge-base
Junio C Hamano
2006-07-03
1
-4
/
+14
|
|
\
|
*
|
Fold get_merge_bases_clean() into get_merge_bases()
Rene Scharfe
2006-07-02
1
-1
/
+1
|
*
|
Add '...' operator for revisions
Rene Scharfe
2006-07-02
1
-9
/
+39
*
|
|
Merge branch 'th/diff'
Junio C Hamano
2006-07-06
1
-2
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
DIFF_FORMAT_RAW is not default anymore
Timo Hirvonen
2006-06-26
1
-2
/
+1
|
|
/
[next]