index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
git-svn: correctly track diff-less copies with do_switch
Eric Wong
2007-02-23
1
-1
/
+3
*
git-svn: allow multi-fetch to fetch things chronologically
Eric Wong
2007-02-23
1
-91
/
+120
*
git-svn: cleanup remove unused function
Eric Wong
2007-02-23
1
-25
/
+8
*
git-svn: simplify usage of the SVN::Git::Editor interface
Eric Wong
2007-02-23
1
-142
/
+139
*
git-svn: avoid an extra svn_ra connection during commits
Eric Wong
2007-02-23
1
-82
/
+123
*
git-svn: fix committing to subdirectories, add tests
Eric Wong
2007-02-23
3
-4
/
+48
*
git-svn: fix segfaults from accessing svn_log_changed_path_t
Eric Wong
2007-02-23
2
-37
/
+68
*
git-svn: correctly track revisions made to deleted branches
Eric Wong
2007-02-23
2
-23
/
+34
*
git-svn: avoid tracking change-less revisions
Eric Wong
2007-02-23
3
-35
/
+42
*
git-svn: add an odd test case that seems to cause segfaults over HTTP
Eric Wong
2007-02-23
1
-0
/
+15
*
git-svn: track writes writes to the index in fetch
Eric Wong
2007-02-23
1
-9
/
+41
*
git-svn: --follow-parent now works on sub-directories of larger branches
Eric Wong
2007-02-23
2
-8
/
+40
*
git-svn: 'init' attempts to connect to the repository root if possible
Eric Wong
2007-02-23
2
-21
/
+89
*
git-svn: better error reporting if --follow-parent fails
Eric Wong
2007-02-23
1
-3
/
+14
*
git-svn: allow 'init' to work outside of tests
Eric Wong
2007-02-23
1
-0
/
+1
*
git-svn: get rid of additional fetch-arguments
Eric Wong
2007-02-23
2
-25
/
+6
*
git-svn: allow --follow-parent on deleted directories
Eric Wong
2007-02-23
2
-1
/
+13
*
git-svn: disallow ambigious local refspecs
Eric Wong
2007-02-23
2
-7
/
+44
*
git-svn: --follow-parent works with svn-remotes multiple branches
Eric Wong
2007-02-23
2
-17
/
+45
*
git-svn: fix --follow-parent to work with Git::SVN
Eric Wong
2007-02-23
2
-92
/
+110
*
git-svn: enable --minimize to simplify the config and connections
Eric Wong
2007-02-23
2
-6
/
+129
*
git-svn: reuse open SVN::Ra connections by URL
Eric Wong
2007-02-23
1
-4
/
+6
*
git-svn: fix a regression in dcommit that caused empty log messages
Eric Wong
2007-02-23
1
-1
/
+2
*
git-svn: add support for metadata in .git/config
Eric Wong
2007-02-23
2
-279
/
+367
*
git-svn: remove graft-branches command
Eric Wong
2007-02-23
2
-593
/
+3
*
git-svn: convert 'set-tree' command to use Git::SVN
Eric Wong
2007-02-23
1
-495
/
+17
*
git-svn: switch dcommit to using Git::SVN code
Eric Wong
2007-02-23
1
-84
/
+38
*
git-svn: fetch/multi-fetch converted over to Git::SVN module
Eric Wong
2007-02-23
1
-38
/
+51
*
git-svn: get rid of Memoize for now...
Eric Wong
2007-02-23
1
-4
/
+0
*
git-svn: convert the 'commit-diff' command to Git::SVN
Eric Wong
2007-02-23
1
-133
/
+233
*
git-svn: do not let Git.pm warn if we prematurely close pipes
Eric Wong
2007-02-23
1
-1
/
+1
*
git-svn: port the 'rebuild' command to use Git::SVN objects
Eric Wong
2007-02-23
1
-43
/
+28
*
git-svn: moved the 'log' command into its own namespace
Eric Wong
2007-02-23
1
-327
/
+325
*
git-svn: convert show-ignore over to Git::SVN
Eric Wong
2007-02-23
1
-7
/
+5
*
git-svn: add a test for show-ignore
Eric Wong
2007-02-23
1
-0
/
+26
*
git-svn: make multi-init capable of reusing the Ra connection
Eric Wong
2007-02-23
2
-27
/
+29
*
git-svn: convert multi-init over to using Git::SVN
Eric Wong
2007-02-23
1
-41
/
+31
*
git-svn: convert 'init' to use Git::SVN
Eric Wong
2007-02-23
1
-20
/
+18
*
git-svn: add Git::SVN module (to avoid global variables)
Eric Wong
2007-02-23
1
-0
/
+485
*
git-svn: cleanup: avoid re-use()ing Git.pm in sub-packages
Eric Wong
2007-02-23
1
-13
/
+15
*
git-svn: cleanup: put SVN workarounds into their own namespace
Eric Wong
2007-02-23
1
-149
/
+173
*
git-svn: cleanup: move process_rm around
Eric Wong
2007-02-23
1
-25
/
+19
*
git-svn: move authentication prompts into their own namespace
Eric Wong
2007-02-23
1
-16
/
+24
*
-
.
Merge branches 'lt/crlf' and 'jc/apply-config'
Junio C Hamano
2007-02-23
11
-27
/
+767
|
\
\
|
|
*
t4119: test autocomputing -p<n> for traditional diff input.
Junio C Hamano
2007-02-22
1
-74
/
+43
|
|
*
git-apply: guess correct -p<n> value for non-git patches.
Junio C Hamano
2007-02-22
2
-4
/
+111
|
|
*
git-apply: notice "diff --git" patch again
Junio C Hamano
2007-02-21
2
-9
/
+18
|
|
*
Fix botched "leak fix"
Junio C Hamano
2007-02-21
1
-2
/
+8
|
|
*
t4119: add test for traditional patch and different p_value
Junio C Hamano
2007-02-21
1
-2
/
+49
|
|
*
apply: fix memory leak in prefix_one()
Johannes Schindelin
2007-02-20
1
-6
/
+9
[next]