index
:
org/kernel/git.git
master
forked from git/git
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Merge branch 'jn/maint-commit-missing-template'
Junio C Hamano
2011-03-04
|
\
|
*
commit: error out for missing commit message template
Jonathan Nieder
2011-02-25
*
|
Merge branch 'jk/diffstat-binary'
Junio C Hamano
2011-03-04
|
\
\
|
*
|
diff: don't retrieve binary blobs for diffstat
Jeff King
2011-02-22
|
*
|
diff: handle diffstat of rewritten binary files
Jeff King
2011-02-22
*
|
|
Merge branch 'lt/rename-no-extra-copy-detection'
Junio C Hamano
2011-03-04
|
\
\
\
|
*
|
|
diffcore-rename: improve estimate_similarity() heuristics
Linus Torvalds
2011-02-18
|
*
|
|
diffcore-rename: properly honor the difference between -M and -C
Linus Torvalds
2011-02-18
|
*
|
|
for_each_hash: allow passing a 'void *data' pointer to callback
Linus Torvalds
2011-02-18
*
|
|
|
Merge branch 'jn/test-terminal-punt-on-osx-breakage'
Junio C Hamano
2011-03-04
|
\
\
\
\
|
*
|
|
|
tests: skip terminal output tests on OS X
Jonathan Nieder
2011-02-17
*
|
|
|
|
Merge branch 'jk/fail-null-clone'
Junio C Hamano
2011-03-04
|
\
\
\
\
\
|
*
|
|
|
|
clone: die when trying to clone missing local path
Jeff King
2011-02-18
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge branch 'jc/grep--no-index-pathspec-fix'
Junio C Hamano
2011-03-04
|
\
\
\
\
\
|
*
|
|
|
|
grep --no-index: honor pathspecs correctly
Junio C Hamano
2011-02-16
*
|
|
|
|
|
Merge branch 'maint'
Junio C Hamano
2011-03-02
|
\
\
\
\
\
\
|
*
|
|
|
|
|
verify-pack: add --stat-only to the synopsis section
Junio C Hamano
2011-03-01
*
|
|
|
|
|
|
Merge branch 'svn-fe' of git://repo.or.cz/git/jrn
Junio C Hamano
2011-02-28
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
fast-import: make code "-Wpointer-arith" clean
Jonathan Nieder
2011-02-28
|
*
|
|
|
|
|
|
Merge commit 'jn/svn-fe' of git://github.com/gitster/git into svn-fe
Jonathan Nieder
2011-02-26
|
|
\
\
\
\
\
\
\
|
|
*
|
|
|
|
|
|
vcs-svn: Allow change nodes for root of tree (/)
Jonathan Nieder
2010-12-07
|
|
*
|
|
|
|
|
|
vcs-svn: Implement Prop-delta handling
David Barr
2010-11-24
|
|
*
|
|
|
|
|
|
vcs-svn: Sharpen parsing of property lines
Jonathan Nieder
2010-11-24
|
|
*
|
|
|
|
|
|
vcs-svn: Split off function for handling of individual properties
Jonathan Nieder
2010-11-24
|
|
*
|
|
|
|
|
|
vcs-svn: Make source easier to read on small screens
Jonathan Nieder
2010-11-24
|
|
*
|
|
|
|
|
|
vcs-svn: More dump format sanity checks
Jonathan Nieder
2010-11-24
|
|
*
|
|
|
|
|
|
vcs-svn: Reject path nodes without Node-action
Jonathan Nieder
2010-11-24
|
|
*
|
|
|
|
|
|
vcs-svn: Delay read of per-path properties
Jonathan Nieder
2010-11-24
|
|
*
|
|
|
|
|
|
vcs-svn: Combine repo_replace and repo_modify functions
Jonathan Nieder
2010-11-24
|
|
*
|
|
|
|
|
|
vcs-svn: Replace = Delete + Add
Jonathan Nieder
2010-11-24
|
|
*
|
|
|
|
|
|
vcs-svn: handle_node: Handle deletion case early
Jonathan Nieder
2010-11-24
|
|
*
|
|
|
|
|
|
vcs-svn: Use mark to indicate nodes with included text
Jonathan Nieder
2010-11-24
|
|
*
|
|
|
|
|
|
vcs-svn: Unclutter handle_node by introducing have_props var
Jonathan Nieder
2010-11-24
|
|
*
|
|
|
|
|
|
vcs-svn: Eliminate node_ctx.mark global
Jonathan Nieder
2010-11-24
|
|
*
|
|
|
|
|
|
vcs-svn: Eliminate node_ctx.srcRev global
Jonathan Nieder
2010-11-24
|
|
*
|
|
|
|
|
|
vcs-svn: Check for errors from open()
Jonathan Nieder
2010-11-24
|
|
*
|
|
|
|
|
|
vcs-svn: Allow simple v3 dumps (no deltas yet)
David Barr
2010-11-24
|
*
|
|
|
|
|
|
|
vcs-svn: teach line_buffer about temporary files
Jonathan Nieder
2011-02-26
|
*
|
|
|
|
|
|
|
vcs-svn: allow input from file descriptor
Jonathan Nieder
2011-02-26
|
*
|
|
|
|
|
|
|
vcs-svn: allow character-oriented input
Jonathan Nieder
2011-02-26
|
*
|
|
|
|
|
|
|
vcs-svn: add binary-safe read function
Jonathan Nieder
2011-02-26
|
*
|
|
|
|
|
|
|
t0081 (line-buffer): add buffering tests
Jonathan Nieder
2011-02-26
|
*
|
|
|
|
|
|
|
vcs-svn: tweak test-line-buffer to not assume line-oriented input
Jonathan Nieder
2011-02-26
|
*
|
|
|
|
|
|
|
tests: give vcs-svn/line_buffer its own test script
Jonathan Nieder
2011-02-26
|
*
|
|
|
|
|
|
|
vcs-svn: make test-line-buffer input format more flexible
Jonathan Nieder
2011-02-26
|
*
|
|
|
|
|
|
|
vcs-svn: teach line_buffer to handle multiple input files
Jonathan Nieder
2011-02-26
|
*
|
|
|
|
|
|
|
vcs-svn: collect line_buffer data in a struct
Jonathan Nieder
2011-02-26
|
*
|
|
|
|
|
|
|
vcs-svn: replace buffer_read_string memory pool with a strbuf
Jonathan Nieder
2011-02-26
|
*
|
|
|
|
|
|
|
vcs-svn: eliminate global byte_buffer
Jonathan Nieder
2011-02-26
|
*
|
|
|
|
|
|
|
fast-import: add 'ls' command
David Barr
2011-02-26
[next]