index
:
delta/gitano/libgit2.git
development
fixups
replace-luagit2
git.gitano.org.uk: libgit2.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Fix warnings and merge issues on Win64
Russell Belfer
2012-08-23
4
-30
/
+10
*
|
Some cleanup suggested during review
Russell Belfer
2012-08-22
5
-40
/
+16
*
|
fix missing validation and type cast warning
Russell Belfer
2012-08-22
1
-1
/
+4
*
|
Add template dir and set gid to repo init
Russell Belfer
2012-08-22
11
-166
/
+594
*
|
Add git_repository_init_ext for power initters
Russell Belfer
2012-08-22
5
-137
/
+398
|
/
*
Minor bug fixes in diff code
Russell Belfer
2012-08-22
2
-2
/
+4
*
Merge pull request #891 from arrbee/internal-ignore-api
Vicent Martí
2012-08-22
4
-9
/
+61
|
\
|
*
Wrap up ignore API and add tests
Russell Belfer
2012-08-22
2
-9
/
+18
|
*
Add public API for internal ignores
Russell Belfer
2012-08-21
3
-0
/
+43
*
|
tree entry: rename git_tree_entry_attributes() into git_tree_entry_filemode()
nulltoken
2012-08-21
3
-5
/
+5
*
|
filemode: deploy enum usage
nulltoken
2012-08-21
3
-23
/
+33
|
/
*
Merge pull request #884 from carlosmn/global-windows
Vicent Martí
2012-08-20
4
-14
/
+44
|
\
|
*
Make the memory-window conrol structures global
Carlos Martín Nieto
2012-08-20
4
-14
/
+44
*
|
treebuilder: enhance attributes handling on insertion
nulltoken
2012-08-19
1
-4
/
+26
*
|
Merge pull request #778 from ben/clone
Vicent Martí
2012-08-19
14
-21
/
+767
|
\
\
|
|
/
|
/
|
|
*
Clean up a TODO comment.
Ben Straub
2012-08-01
1
-1
/
+0
|
*
Checkout: fix problem with detached HEAD.
Ben Straub
2012-07-31
1
-5
/
+2
|
*
Checkout: crlf filter.
Ben Straub
2012-07-31
1
-8
/
+80
|
*
Checkout: handle file modes properly.
Ben Straub
2012-07-31
1
-6
/
+9
|
*
Checkout: save index on checkout.
Ben Straub
2012-07-31
1
-0
/
+1
|
*
Enable stats on git_index_read_tree.
Ben Straub
2012-07-30
3
-8
/
+3
|
*
Checkout: use git_index_read_tree_with_stats.
Ben Straub
2012-07-30
2
-6
/
+24
|
*
Checkout: add head- and ref-centric checkouts.
Ben Straub
2012-07-27
2
-28
/
+27
|
*
Adjust for msvc pedantry.
Ben Straub
2012-07-27
1
-1
/
+2
|
*
Checkout: handle deeply-nested submodules better.
Ben Straub
2012-07-27
1
-1
/
+2
|
*
Fix mismatched git_branch_create args.
Ben Straub
2012-07-27
1
-3
/
+4
|
*
Use new git_remote_update_tips signature.
Ben Straub
2012-07-27
1
-1
/
+1
|
*
Merge remote-tracking branch 'upstream/development' into test-merge
Ben Straub
2012-07-27
23
-741
/
+1184
|
|
\
|
*
|
Checkout: use caller's flags for open()
Ben Straub
2012-07-26
1
-15
/
+15
|
*
|
Checkout: implementation of most options
Ben Straub
2012-07-26
1
-18
/
+47
|
*
|
Restructure for better checkout options
Ben Straub
2012-07-26
2
-7
/
+12
|
*
|
checkout: introduce git_checkout_opts
Ben Straub
2012-07-26
2
-19
/
+29
|
*
|
checkout: create submodule dirs
Ben Straub
2012-07-21
1
-16
/
+17
|
*
|
filter: fix memory leak
Ben Straub
2012-07-21
1
-0
/
+3
|
*
|
Checkout: obey core.symlinks.
Ben Straub
2012-07-17
5
-9
/
+48
|
*
|
Merge branch 'development' into clone
Ben Straub
2012-07-17
48
-989
/
+1834
|
|
\
\
|
*
|
|
Checkout: handle symlinks.
Ben Straub
2012-07-16
4
-23
/
+57
|
*
|
|
Migrate code to git_filter_blob_contents.
Ben Straub
2012-07-16
3
-38
/
+46
|
*
|
|
Use git_blob__getbuf.
Ben Straub
2012-07-16
1
-9
/
+5
|
*
|
|
Create filtered_blob_contents out of parts on hand.
Ben Straub
2012-07-13
1
-57
/
+77
|
*
|
|
Move is_dot_or_dotdotW into path.h.
Ben Straub
2012-07-11
2
-8
/
+8
|
*
|
|
Fix compile and workings on msvc.
Ben Straub
2012-07-11
2
-7
/
+25
|
*
|
|
Add git_path_is_empty_dir.
Ben Straub
2012-07-11
3
-43
/
+62
|
*
|
|
Add git_path_is_dot_or_dotdot.
Ben Straub
2012-07-11
3
-18
/
+12
|
*
|
|
Remove duplicate of git_repository_head_tree.
Ben Straub
2012-07-11
1
-24
/
+1
|
*
|
|
Reindent.
Ben Straub
2012-07-10
1
-2
/
+0
|
*
|
|
Plug leak.
Ben Straub
2012-07-10
1
-0
/
+1
|
*
|
|
Tabify.
Ben Straub
2012-07-09
1
-212
/
+212
|
*
|
|
Checkout: only walk tree once while checking out.
Ben Straub
2012-07-09
1
-15
/
+5
|
*
|
|
Checkout: add structure for CRLF.
Ben Straub
2012-07-09
3
-5
/
+24
[prev]
[next]