]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2013-03-09 Russell BelferMerge pull request #1175 from carlosmn/diff-0-ctx
2013-03-09 Carlos Martín... diff: allow asking for diffs with no context
2013-03-08 Carlos Martín... Use C99 stdio in mingw-w64
2013-03-07 Vicent MartíMerge pull request #1399 from nathan-osman/development
2013-03-07 Vicent MartíMerge pull request #1403 from ethomson/tracing
2013-03-07 Edward Thomsonoptional tracing
2013-03-07 Vicent Martirefs: Dude, you're OUT.
2013-03-07 Vicent MartiMerge remote-tracking branch 'ethomson/immutable_refs...
2013-03-07 Edward Thomsonimmutable references and a pluggable ref database
2013-03-07 Vicent MartíMerge pull request #1401 from carlosmn/leading-slash
2013-03-07 Carlos Martín... refs: explicitly catch leading slashes
2013-03-07 Nathan Osman Added build option SONAME to control whether VERSION...
2013-03-07 Russell BelferNo longer need clar_main.c
2013-03-06 Russell BelferMerge pull request #1396 from cholin/features/note...
2013-03-06 Nico von Geysoadded missing free for git_note in clar tests
2013-03-06 Nico von Geysofixed minor issues with new note iterator
2013-03-06 Philip KelleyMSVC: Define NDEBUG to disable asserts in release builds
2013-03-06 Nico von Geysouse git_note_iterator type instead of non-public git_it...
2013-03-06 Nico von Geysobasic note iterator implementation
2013-03-06 Vicent MartíMerge pull request #1392 from ethomson/push_test_fix
2013-03-06 Edward Thomsonremote push test fix
2013-03-05 Vicent MartíMerge pull request #1369 from arrbee/repo-init-template...
2013-03-05 Carlos Martín... Make sure docurium can see git_packbuilder_foreach
2013-03-05 Vicent MartíMerge pull request #1380 from phkelley/index_icase
2013-03-05 Vicent MartíMerge pull request #1390 from ethomson/reuc_clear
2013-03-05 Edward Thomsonclear REUC on checkout
2013-03-03 Carlos Martín... Fix a few leaks
2013-03-03 Vicent MartíMerge pull request #1388 from carlosmn/hash-ref-delta
2013-03-03 Carlos Martín... indexer: use a hashtable for keeping track of offsets
2013-03-03 Vicent MartíMerge pull request #1387 from carlosmn/kill-indexer
2013-03-03 Carlos Martín... indexer: kill git_indexer
2013-03-02 Vicent MartíMerge pull request #1386 from arrbee/update-docs
2013-03-02 Russell BelferFixed a couple typos
2013-03-02 Russell BelferSimplify diff example using revparse
2013-03-02 Russell BelferUpdates to CONTRIBUTING and CONVENTIONS
2013-03-01 Vicent MartíMerge pull request #1382 from arrbee/fix-diff-patch...
2013-03-01 Russell BelferAllow empty config object and use it
2013-03-01 Philip KelleyRename function to __ prefix
2013-03-01 Philip KelleyMerge pull request #1379 from arrbee/fix-tests-with...
2013-03-01 Philip KelleyDisable ignore_case when writing the index to a tree
2013-03-01 Russell BelferControl for core.autocrlf during testing
2013-03-01 Vicent MartíMerge pull request #1378 from jamill/clone_no_delete
2013-03-01 Jameson MillerClone should not delete directories it did not create
2013-02-28 Vicent MartíMerge pull request #1373 from arrbee/why-cdecl-why
2013-02-28 Russell BelferFix some deprecation warnings on Windows
2013-02-28 Russell BelferAdd GIT_STDLIB_CALL
2013-02-28 Vicent Martiw32-posix: Wrap the `timezone` declaration with a clause
2013-02-27 Russell Belferfixing some warnings on Windows
2013-02-27 Russell Belferuse cdecl for hashsig sorting functions on Windows
2013-02-27 Vicent MartíMerge pull request #1233 from arrbee/file-similarity...
2013-02-27 Russell BelferMerge pull request #1372 from ethomson/checkout_workdir_end
2013-02-27 Russell BelferMake mode handling during init more like git
2013-02-27 Edward Thomsondon't dereference at the end of the workdir iterator
2013-02-27 Vicent MartíMerge pull request #1371 from csware/version-constants
2013-02-27 Sven StrickrothWin32: Use constants in version resource definitions...
2013-02-26 Russell BelferFix portability issues on Windows
2013-02-26 Russell BelferFix initialization of repo directories
2013-02-26 Vicent MartíMerge pull request #1368 from scunz/inc_ref
2013-02-26 Sascha CunzIncrement reference counter in git_repository_set_config
2013-02-26 Edward ThomsonMerge pull request #1364 from martinwoodward/thank...
2013-02-26 Martin WoodwardGive props to Martin Pool
2013-02-26 Michael SchubertRevert "hash: remove git_hash_init from internal api"
2013-02-25 Vicent MartíMerge pull request #1363 from schu/hash-initialization
2013-02-25 Michael Schuberthash: remove git_hash_init from internal api
2013-02-25 Michael Schuberttests/pack: fixup 6774b10
2013-02-25 Vicent MartíMerge pull request #1362 from schu/packbuilder-nits
2013-02-25 Michael Schuberttests/pack: do strict check of testpack's SHA1 hash
2013-02-25 Michael Schubertpack.h: improve docs on how to create a packfile
2013-02-25 Vicent MartíMerge pull request #1359 from martinwoodward/remove...
2013-02-25 Martin WoodwardRemove sample hook files
2013-02-23 Vicent MartíMerge pull request #1355 from phkelley/development
2013-02-22 Vicent MartíMerge pull request #1356 from arrbee/fix-directory...
2013-02-22 Russell BelferDo not fail if .gitignore is directory
2013-02-22 Russell BelferMore rename detection tests
2013-02-22 Philip KelleyRename 'exp' so it doesn't conflict with exp()
2013-02-22 Russell BelferMinor improvements to find_similar code
2013-02-22 Russell BelferReplace static data with configured metric
2013-02-22 Russell BelferFix tests for find_similar and related
2013-02-22 Vicent MartíMerge pull request #1343 from nulltoken/topic/remote_or...
2013-02-22 Vicent MartíMerge pull request #1354 from nulltoken/fix/stash-drop
2013-02-22 Philip KelleyPortability fixes for Solaris
2013-02-22 nulltokenbranch: refactor git_branch_remote_name() tests
2013-02-22 nulltokenbranch: Make git_branch_remote_name() cope with orphane...
2013-02-22 nulltokenstash: Update the reference when dropping the topmost...
2013-02-22 nulltokenstash: Refactor stash::drop tests
2013-02-22 nulltokenignore: enhance git_ignore_path_is_ignored() test coverage
2013-02-22 Russell BelferAdd diff rename tests with partial similarity
2013-02-21 Russell BelferInitial integration of similarity metric to diff
2013-02-21 Vicent MartíMerge pull request #1352 from ethomson/reuc_sort
2013-02-21 Edward Thomsonadd a sorter to the reuc on index creation
2013-02-20 Russell BelferReplace diff delta binary with flags
2013-02-20 Russell BelferRefine pluggable similarity API
2013-02-20 Russell BelferPluggable similarity metric API
2013-02-20 Russell BelferMore tests of file signatures with whitespace opts
2013-02-20 Russell BelferChange similarity metric to sampled hashes
2013-02-20 Russell Belferwip: adding metric to diff
2013-02-20 Russell BelferSome similarity metric adjustments
2013-02-20 Russell BelferInitial implementation of similarity scoring algo
2013-02-20 Vicent MartíMerge pull request #1351 from arrbee/moar-treebuilder...
2013-02-20 Russell BelferAdd more treebuilder tests
next