From mboxrd@z Thu Jan 1 00:00:00 1970 From: Abhinav Goyal Subject: Regarding GIT API Date: Tue, 15 Feb 2011 11:08:14 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: git@vger.kernel.org X-From: git-owner@vger.kernel.org Tue Feb 15 12:15:17 2011 Return-path: Envelope-to: gcvg-git-2@lo.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PpIsD-0000Qv-4J for gcvg-git-2@lo.gmane.org; Tue, 15 Feb 2011 12:15:13 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753868Ab1BOLPI (ORCPT ); Tue, 15 Feb 2011 06:15:08 -0500 Received: from lo.gmane.org ([80.91.229.12]:42090 "EHLO lo.gmane.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752960Ab1BOLPH (ORCPT ); Tue, 15 Feb 2011 06:15:07 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PpIs4-0000L0-Rl for git@vger.kernel.org; Tue, 15 Feb 2011 12:15:05 +0100 Received: from 121.243.146.146.static-hyderabad.vsnl.net.in ([121.243.146.146.static-hyderabad.vsnl.net.in]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 15 Feb 2011 12:15:04 +0100 Received: from honeykool23 by 121.243.146.146.static-hyderabad.vsnl.net.in with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 15 Feb 2011 12:15:04 +0100 X-Injected-Via-Gmane: http://gmane.org/ X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 121.243.146.146 (Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13) Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: hello All, I searched a lot but all in vain to find GIT API from which I can call git commands from my C++ Application. I tried my hands on libgit2 but found that it deals with very low level git functionality .I just need the git command support for my C++ application. I have my own reason for not using command prompt system call. Please help me if you have any idea regarding API that I can use. thanks and regrads Abhinav Goyal