index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin-blame.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid unnecessary "if-before-free" tests.
Jim Meyering
2008-02-22
1
-2
/
+1
*
Merge branch 'jc/setup'
Junio C Hamano
2008-02-21
1
-3
/
+1
|
\
|
*
Make blame accept absolute paths
Robin Rosenberg
2008-02-05
1
-3
/
+1
*
|
check return code of prepare_revision_walk
Martin Koegler
2008-02-18
1
-1
/
+2
*
|
Merge branch 'sp/safecrlf'
Junio C Hamano
2008-02-17
1
-1
/
+1
|
\
\
|
*
|
safecrlf: Add mechanism to warn about irreversible crlf conversions
Steffen Prohaska
2008-02-06
1
-1
/
+1
|
|
/
*
/
Make on-disk index representation separate from in-core one
Linus Torvalds
2008-01-21
1
-1
/
+1
|
/
*
Fix grammar nits in documentation and in code comments.
Jim Meyering
2008-01-03
1
-1
/
+1
*
builtin-blame.c: remove unneeded memclr()
Junio C Hamano
2007-12-18
1
-1
/
+0
*
xdl_diff: identify call sites.
Junio C Hamano
2007-12-14
1
-1
/
+1
*
Fix small memory leaks induced by diff_tree_setup_paths
Mike Hommey
2007-12-12
1
-1
/
+3
*
blame: drop blob data after passing blame to the parent
Junio C Hamano
2007-12-12
1
-2
/
+15
*
Make the diff_options bitfields be an unsigned with explicit masks.
Pierre Habouzit
2007-11-12
1
-5
/
+5
*
builtin-blame: set up the work_tree before the first file access
Johannes Schindelin
2007-11-10
1
-0
/
+1
*
Make git-blame fail when working tree is needed and we're not in one
Mike Hommey
2007-11-06
1
-0
/
+1
*
Merge branch 'maint'
Junio C Hamano
2007-11-04
1
-3
/
+3
|
\
|
*
Delay pager setup in git blame
Mike Hommey
2007-11-04
1
-3
/
+3
*
|
Teach core.autocrlf to 'git blame'
Marius Storm-Olsen
2007-10-18
1
-0
/
+1
*
|
strbuf_read_file enhancement, and use it.
Pierre Habouzit
2007-09-30
1
-6
/
+2
*
|
Full rework of quote_c_style and write_name_quoted.
Pierre Habouzit
2007-09-21
1
-2
/
+1
*
|
Now that cache.h needs strbuf.h, remove useless includes.
Pierre Habouzit
2007-09-17
1
-1
/
+0
*
|
Strbuf API extensions and fixes.
Pierre Habouzit
2007-09-10
1
-3
/
+3
*
|
Use strbuf API in apply, blame, commit-tree and diff
Pierre Habouzit
2007-09-07
1
-23
/
+12
|
/
*
blame: check return value from read_sha1_file()
Junio C Hamano
2007-08-25
1
-0
/
+11
*
Future-proof source for changes in xdemitconf_t
Johannes Schindelin
2007-07-06
1
-1
/
+1
*
Don't fflush(stdout) when it's not helpful
Theodore Ts'o
2007-07-01
1
-0
/
+1
*
git-blame -w: ignore whitespace
Junio C Hamano
2007-06-10
1
-2
/
+6
*
git-blame: do not indent with spaces.
Junio C Hamano
2007-06-10
1
-4
/
+4
*
Merge branch 'maint'
Junio C Hamano
2007-05-06
1
-14
/
+53
|
\
|
*
blame: -C -C -C
Junio C Hamano
2007-05-06
1
-2
/
+13
|
*
blame: Notice a wholesale incorporation of an existing file.
Junio C Hamano
2007-05-06
1
-12
/
+40
*
|
blame: use .mailmap unconditionally
Junio C Hamano
2007-05-03
1
-8
/
+2
*
|
Remove pointless calls to access(2) when checking for .mailmap
Alex Riesen
2007-05-01
1
-1
/
+1
*
|
Apply mailmap in git-blame output.
Junio C Hamano
2007-04-29
1
-3
/
+39
*
|
blame -s: suppress author name and time.
Junio C Hamano
2007-04-29
1
-5
/
+14
|
/
*
Update git-annotate/git-blame documentation
Andrew Ruder
2007-04-16
1
-3
/
+3
*
git-blame: Fix overrun in fake_working_tree_commit()
Michael Spang
2007-04-15
1
-1
/
+1
*
blame: cmp_suspect is not "cmp" anymore.
Junio C Hamano
2007-03-21
1
-13
/
+13
*
blame: micro-optimize cmp_suspect()
Junio C Hamano
2007-03-20
1
-3
/
+2
*
Cast 64 bit off_t to 32 bit size_t
Shawn O. Pearce
2007-03-07
1
-1
/
+1
*
General const correctness fixes
Shawn O. Pearce
2007-03-07
1
-10
/
+10
*
convert object type handling from a string to a number
Nicolas Pitre
2007-02-27
1
-10
/
+8
*
prefixcmp(): fix-up mechanical conversion.
Junio C Hamano
2007-02-21
1
-3
/
+3
*
Mechanical conversion to use prefixcmp()
Junio C Hamano
2007-02-21
1
-3
/
+3
*
Merge branch 'maint'
Junio C Hamano
2007-02-18
1
-0
/
+3
|
\
|
*
git-blame: prevent argument parsing segfault
Tommi Kyntola
2007-02-17
1
-0
/
+3
*
|
blame: --show-stats for easier optimization work.
Junio C Hamano
2007-02-14
1
-1
/
+4
|
/
*
annotate: fix for cvsserver.
Junio C Hamano
2007-02-06
1
-3
/
+6
*
blame: document --contents option
Junio C Hamano
2007-02-06
1
-1
/
+1
*
Use pretend_sha1_file() in git-blame and git-merge-recursive.
Junio C Hamano
2007-02-05
1
-1
/
+1
[next]