summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* More changes resulting from pull requestChris Young2012-06-145-10/+8
* Updates from comments on OS4 compatibility pull request http://github.com/lib...Chris Young2012-06-145-31/+35
* Merge remote-tracking branch 'source/development' into developmentChris Young2012-06-1328-154/+2055
|\
| * Precompile headers for MSVC.Ben Straub2012-06-132-0/+20
| * Fix issue #763Frederick Ros2012-06-131-3/+5
| * Merge pull request #760 from nulltoken/topic/logAllRefUpdatesRussell Belfer2012-06-121-0/+3
| |\
| | * repository: make git_repository_init() value the core.logallrefupdates config...nulltoken2012-06-121-0/+3
| * | revparse: remove unnecessary GIT_BEGIN_DECLMichael Schubert2012-06-121-5/+0
| |/
| * Fix fragile commit parsing in revwalkRussell Belfer2012-06-111-15/+21
| * Fix mingw32 (Travis) build.Ben Straub2012-06-111-0/+1
| * Ignores allow unescapes internal whitespaceRussell Belfer2012-06-111-0/+2
| * Better fix for isalpha in drive letter detectionRussell Belfer2012-06-081-4/+7
| * isalpha is not great for UTF-8Russell Belfer2012-06-081-1/+2
| * Minor fixes, cleanups, and clarificationsRussell Belfer2012-06-082-27/+47
| * Fix filemode comparison in diffsRussell Belfer2012-06-083-19/+40
| * misc: Fix warnings from PVS Studio trialVicent Martí2012-06-0712-14/+20
| * Fixing rev-parse-induced Travis errors.Ben Straub2012-06-071-0/+5
| * Merge pull request #669 from nulltoken/topic/resetVicent Martí2012-06-074-61/+164
| |\
| | * Add git_reset()nulltoken2012-06-074-61/+164
| * | Merge pull request #684 from benstraub/rev-parseVicent Martí2012-06-076-14/+1727
| |\ \
| | * | Prefer git__free (again).Ben Straub2012-06-071-1/+1
| | * | Rename internal function.Ben Straub2012-06-071-2/+2
| | * | Rename posix wrappers with 'p_' prefix.Ben Straub2012-06-065-15/+19
| | * | Remove 'git__' prefix from a static function.Ben Straub2012-06-061-2/+2
| | * | Rev-parse: stop referencing freed memory.Ben Straub2012-06-061-6/+7
| | * | Prefer git__free() to free().Ben Straub2012-06-061-1/+1
| | * | Move git__date_parse declaration to util.h.Ben Straub2012-06-064-16/+11
| | * | Fix signatures for tree calls.Ben Straub2012-06-061-4/+4
| | * | Merge branch 'development' into rev-parseBen Straub2012-06-0560-989/+1322
| | |\ \
| | * | | Rev-parse: implement ":/foo" syntax.Ben Straub2012-06-011-5/+47
| | * | | Rev-parse: Plug memory leaks.Ben Straub2012-05-311-0/+4
| | * | | Rev-parse: add "tag:README" syntax.Ben Straub2012-05-301-0/+60
| | * | | Approxidate: use libgit2 naming/calling conventions.Ben Straub2012-05-303-21/+21
| | * | | Fix date.c build in msvc.Ben Straub2012-05-156-22/+101
| | * | | Rev-parse: better error handling for chaining.Ben Straub2012-05-111-1/+4
| | * | | Rev-parse: proper error checking.Ben Straub2012-05-111-22/+24
| | * | | Rev-parse: regex check for "git describe" output.Ben Straub2012-05-111-0/+17
| | * | | Plugging memory leak.Ben Straub2012-05-111-0/+2
| | * | | Rev-parse: now capturing and reporting regex errors.Ben Straub2012-05-111-5/+14
| | * | | Rev-parse: now @{-N} syntax searches in the right direction!Ben Straub2012-05-111-13/+19
| | * | | Now properly handling branches with "-g" in their names.Ben Straub2012-05-111-3/+3
| | * | | Simplifying revparse_lookup_fully_qualified_ref.Ben Straub2012-05-111-16/+4
| | * | | Rev-parse: @{time} syntax.Ben Straub2012-05-114-34/+987
| | * | | Rev-parse: "ref^{/regex}" syntax.Ben Straub2012-05-111-6/+47
| | * | | Rev-parse: fixing double-freeing. Thanks, Visual Studio!Ben Straub2012-05-111-1/+1
| | * | | Rev-parse: "ref@{upstream}" syntax.Ben Straub2012-05-111-1/+23
| | * | | Fixed last 2 memory leaks in rev-parse.Ben Straub2012-05-111-13/+13
| | * | | Rev-parse: plugging (most) memory leaks.Ben Straub2012-05-111-21/+24
| | * | | Incorporating feedback from @tanoku.Ben Straub2012-05-111-8/+9
| | * | | Implementing rev-parse's ref@{n} and @{-n} syntaxes.Ben Straub2012-05-111-16/+92