commit-patch 2.1 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News commit-patch 2.1 (Default branch)
# 1  
Old 12-23-2008
commit-patch 2.1 (Default branch)

commit-patch allows the user to control exactly what gets committed to a version control system by letting the user supply a patch to be committed rather than using the files in the current working directory. This allows for more finely grained commits. It supports Darcs, Git, CVS, and Mercurial. License: GNU General Public License v2 Changes:
Git support was added. "commit-partial" was added. The --verbose and --dry-run options were added. The --message-file option was added. lsdiff on CVS subdirectories was fixed. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

give ldap a/c during commit in commit line section

Is someone help me to achieve my goal I am working on a script actually script is working fine .The goal of script is restrict the user for something like while he is doing tocommit in repository he will commit with comment and with some parameter....here I have one more requirement and that is... (0 Replies)
Discussion started by: anuragpgtgerman
0 Replies

2. UNIX for Advanced & Expert Users

cvs[commit aborted]:'root is not allowed to commit changes'

Hi , can u please any one of you give solution for this .. when am tryring to commit files from the CVS in Myeclipse J2ee Environment . that i coundnt able to commit and getting the Following error message cvs :'root' is not allowd to commit files' am using redhat enterprise 5 Server . (1 Reply)
Discussion started by: rksubash
1 Replies
Login or Register to Ask a Question
STG-PICK(1)							   StGit Manual 						       STG-PICK(1)

NAME
stg-pick - Import a patch from a different branch or a commit object SYNOPSIS
stg pick [options] ([<patch1>] [<patch2>] [<patch3>..<patch4>])|<commit> DESCRIPTION
Import one or more patches from a different branch or a commit object into the current series. By default, the name of the imported patch is used as the name of the current patch. It can be overridden with the --name option. A commit object can be reverted with the --revert option. The log and author information are those of the commit object. OPTIONS
-n NAME, --name NAME Use NAME as the patch name. -B REF-BRANCH, --ref-branch REF-BRANCH Pick patches from BRANCH. -r, --revert Revert the given commit object. -p COMMITID, --parent COMMITID Use COMMITID as parent. -x, --expose Append the imported commit id to the patch log. --fold Fold the commit object into the current patch. --update Like fold but only update the current patch files. -f FILE, --file FILE Only fold the given file (can be used multiple times). --unapplied Keep the patch unapplied. STGIT
Part of the StGit suite - see linkman:stg[1] StGit 03/13/2012 STG-PICK(1)