Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'mh/p4' | Junio C Hamano | 2011-03-04 | 1 | -1/+1 |
|\ | |||||
| * | git-p4 submit: prevent 'Jobs' section from being removed from p4 change log | Michael Horowitz | 2011-02-25 | 1 | -1/+1 |
* | | Merge branch 'mg/maint-difftool-vim-readonly' | Junio C Hamano | 2011-03-04 | 1 | -2/+2 |
|\ \ | |||||
| * | | mergetool-lib: call vim in readonly mode for diffs | Michael J Gruber | 2011-02-25 | 1 | -2/+2 |
* | | | Merge branch 'jn/maint-commit-missing-template' | Junio C Hamano | 2011-03-04 | 2 | -4/+12 |
|\ \ \ | |||||
| * | | | commit: error out for missing commit message template | Jonathan Nieder | 2011-02-25 | 2 | -4/+12 |
* | | | | Merge branch 'jk/diffstat-binary' | Junio C Hamano | 2011-03-04 | 2 | -10/+28 |
|\ \ \ \ | |||||
| * | | | | diff: don't retrieve binary blobs for diffstat | Jeff King | 2011-02-22 | 1 | -4/+11 |
| * | | | | diff: handle diffstat of rewritten binary files | Jeff King | 2011-02-22 | 2 | -10/+21 |
* | | | | | Merge branch 'lt/rename-no-extra-copy-detection' | Junio C Hamano | 2011-03-04 | 9 | -45/+46 |
|\ \ \ \ \ | |||||
| * | | | | | diffcore-rename: improve estimate_similarity() heuristics | Linus Torvalds | 2011-02-18 | 1 | -1/+1 |
| * | | | | | diffcore-rename: properly honor the difference between -M and -C | Linus Torvalds | 2011-02-18 | 6 | -33/+32 |
| * | | | | | for_each_hash: allow passing a 'void *data' pointer to callback | Linus Torvalds | 2011-02-18 | 4 | -11/+13 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge branch 'jn/test-terminal-punt-on-osx-breakage' | Junio C Hamano | 2011-03-04 | 1 | -3/+19 |
|\ \ \ \ \ | |||||
| * | | | | | tests: skip terminal output tests on OS X | Jonathan Nieder | 2011-02-17 | 1 | -3/+19 |
* | | | | | | Merge branch 'jk/fail-null-clone' | Junio C Hamano | 2011-03-04 | 2 | -1/+14 |
|\ \ \ \ \ \ | |||||
| * | | | | | | clone: die when trying to clone missing local path | Jeff King | 2011-02-18 | 2 | -1/+14 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge branch 'jc/grep--no-index-pathspec-fix' | Junio C Hamano | 2011-03-04 | 1 | -0/+4 |
|\ \ \ \ \ \ | |||||
| * | | | | | | grep --no-index: honor pathspecs correctly | Junio C Hamano | 2011-02-16 | 1 | -0/+4 |
* | | | | | | | Merge branch 'maint' | Junio C Hamano | 2011-03-02 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | verify-pack: add --stat-only to the synopsis section | Junio C Hamano | 2011-03-01 | 1 | -1/+1 |
* | | | | | | | | Merge branch 'svn-fe' of git://repo.or.cz/git/jrn | Junio C Hamano | 2011-02-28 | 18 | -233/+1571 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | fast-import: make code "-Wpointer-arith" clean | Jonathan Nieder | 2011-02-28 | 1 | -1/+1 |
| * | | | | | | | | Merge commit 'jn/svn-fe' of git://github.com/gitster/git into svn-fe | Jonathan Nieder | 2011-02-26 | 7 | -89/+855 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | vcs-svn: Allow change nodes for root of tree (/) | Jonathan Nieder | 2010-12-07 | 2 | -1/+59 |
| | * | | | | | | | | vcs-svn: Implement Prop-delta handling | David Barr | 2010-11-24 | 2 | -12/+144 |
| | * | | | | | | | | vcs-svn: Sharpen parsing of property lines | Jonathan Nieder | 2010-11-24 | 1 | -11/+19 |
| | * | | | | | | | | vcs-svn: Split off function for handling of individual properties | Jonathan Nieder | 2010-11-24 | 1 | -14/+19 |
| | * | | | | | | | | vcs-svn: Make source easier to read on small screens | Jonathan Nieder | 2010-11-24 | 1 | -8/+0 |
| | * | | | | | | | | vcs-svn: More dump format sanity checks | Jonathan Nieder | 2010-11-24 | 2 | -4/+35 |
| | * | | | | | | | | vcs-svn: Reject path nodes without Node-action | Jonathan Nieder | 2010-11-24 | 2 | -2/+25 |
| | * | | | | | | | | vcs-svn: Delay read of per-path properties | Jonathan Nieder | 2010-11-24 | 1 | -22/+18 |
| | * | | | | | | | | vcs-svn: Combine repo_replace and repo_modify functions | Jonathan Nieder | 2010-11-24 | 3 | -20/+12 |
| | * | | | | | | | | vcs-svn: Replace = Delete + Add | Jonathan Nieder | 2010-11-24 | 1 | -6/+7 |
| | * | | | | | | | | vcs-svn: handle_node: Handle deletion case early | Jonathan Nieder | 2010-11-24 | 1 | -3/+8 |
| | * | | | | | | | | vcs-svn: Use mark to indicate nodes with included text | Jonathan Nieder | 2010-11-24 | 1 | -8/+8 |
| | * | | | | | | | | vcs-svn: Unclutter handle_node by introducing have_props var | Jonathan Nieder | 2010-11-24 | 1 | -4/+5 |
| | * | | | | | | | | vcs-svn: Eliminate node_ctx.mark global | Jonathan Nieder | 2010-11-24 | 1 | -12/+11 |
| | * | | | | | | | | vcs-svn: Eliminate node_ctx.srcRev global | Jonathan Nieder | 2010-11-24 | 2 | -7/+166 |
| | * | | | | | | | | vcs-svn: Check for errors from open() | Jonathan Nieder | 2010-11-24 | 4 | -5/+9 |
| | * | | | | | | | | vcs-svn: Allow simple v3 dumps (no deltas yet) | David Barr | 2010-11-24 | 2 | -6/+365 |
| * | | | | | | | | | vcs-svn: teach line_buffer about temporary files | Jonathan Nieder | 2011-02-26 | 3 | -1/+52 |
| * | | | | | | | | | vcs-svn: allow input from file descriptor | Jonathan Nieder | 2011-02-26 | 5 | -7/+31 |
| * | | | | | | | | | vcs-svn: allow character-oriented input | Jonathan Nieder | 2011-02-26 | 2 | -0/+6 |
| * | | | | | | | | | vcs-svn: add binary-safe read function | Jonathan Nieder | 2011-02-26 | 4 | -0/+35 |
| * | | | | | | | | | t0081 (line-buffer): add buffering tests | Jonathan Nieder | 2011-02-26 | 2 | -4/+128 |
| * | | | | | | | | | vcs-svn: tweak test-line-buffer to not assume line-oriented input | Jonathan Nieder | 2011-02-26 | 2 | -17/+20 |
| * | | | | | | | | | tests: give vcs-svn/line_buffer its own test script | Jonathan Nieder | 2011-02-26 | 2 | -54/+67 |
| * | | | | | | | | | vcs-svn: make test-line-buffer input format more flexible | Jonathan Nieder | 2011-02-26 | 2 | -29/+45 |
| * | | | | | | | | | vcs-svn: teach line_buffer to handle multiple input files | Jonathan Nieder | 2011-02-26 | 7 | -46/+50 |