summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2007-09-18contrib/fast-import: add perl version of simple exampleJeff King
2007-09-18contrib/fast-import: add simple shell exampleNguyen Thai Ngoc Duy
2007-09-14Merge branch 'jc/cachetree' into cr/resetJunio C Hamano
2007-09-14git.el: Allow the add and remove commands to be applied to ignored files.Alexandre Julliard
2007-09-14git.el: Allow selecting whether to display uptodate/unknown/ignored files.Alexandre Julliard
2007-09-14git.el: Keep the status buffer sorted by filename.Alexandre Julliard
2007-09-12Make "git reset" a builtin.Carlos Rica
2007-09-06Merge branch 'master' of git://repo.or.cz/git/git-p4Junio C Hamano
2007-09-06Don't allow contrib/workdir/git-new-workdir to trash existing dirsShawn O. Pearce
2007-09-03git-p4: Added support for automatically importing newly appearing perforce br...Simon Hausmann
2007-09-03git-p4: Cleanup; moved the (duplicated) code for turning a branch into a git ...Simon Hausmann
2007-09-03git-p4: Cleanup; moved the code for the initial #head or revision import into...Simon Hausmann
2007-09-03git-p4: Cleanup; Turn self.revision into a function local variable (it's not ...Simon Hausmann
2007-09-03git-p4: Cleanup; moved the code to import a list of p4 changes using fast-imp...Simon Hausmann
2007-09-03git-p4: Cleanup; moved the code for getting a sorted list of p4 changes for a...Simon Hausmann
2007-09-03git-p4: After submission to p4 always synchronize from p4 again (into refs/re...Simon Hausmann
2007-09-03git-p4: Always call 'p4 sync ...' before submitting to Perforce.Simon Hausmann
2007-09-01Teach bash about completing arguments for git-tagShawn O. Pearce
2007-08-29completion: also complete git-log's --left-right and --cherry-pick optionJohannes Schindelin
2007-08-29git.el: Added colors for dark backgroundDavid Kågedal
2007-08-25git-p4: Fix warnings about non-existant refs/remotes/p4/HEAD ref when running...Simon Hausmann
2007-08-25git-p4: Make 'git-p4 branches' work after an initial clone with git clone fro...Simon Hausmann
2007-08-23Teach bash about git-submodule and its subcommandsShawn O. Pearce
2007-08-23Teach bash to complete ref arguments to git-describeShawn O. Pearce
2007-08-23Update bash completion with new 1.5.3 command line optionsShawn O. Pearce
2007-08-22git.el: Avoid a lisp error when there's no current branch (detached HEAD).Alexandre Julliard
2007-08-22Suggest unsetting core.bare when using new-workdir on a bare repositoryShawn O. Pearce
2007-08-22Fix new-workdir (again) to work on bare repositoriesShawn O. Pearce
2007-08-19git-completion.bash - add support for git-bundleMark Levedahl
2007-08-13git-p4: Fix the sorting of changelists when cloning a Perforce repository.Reece H. Dunn
2007-08-13git.el: Always set the current directory in the git-diff buffer.Alexandre Julliard
2007-08-13git.el: Add support for interactive diffs.Alexandre Julliard
2007-08-11Merge branch 'cr/tag'Junio C Hamano
2007-08-10Use the empty tree for base diff in paranoid-update on new branchesShawn O. Pearce
2007-08-10Teach the update-paranoid to look at file differencesShawn O. Pearce
2007-08-10Teach update-paranoid how to store ACLs organized by groupsShawn O. Pearce
2007-08-08git-p4: Fix git-p4 submit to include only changed files in the perforce submi...Simon Hausmann
2007-08-08git-p4: Fix support for symlinks.Simon Hausmann
2007-08-04INSTALL: add warning on docbook-xsl 1.72 and 1.73Junio C Hamano
2007-08-04git-completion: add "git stash"Junio C Hamano
2007-08-02Fix style nit in Python slicing.Han-Wen Nienhuys
2007-08-02Sort output of "p4 change" in incremental import before furtherHan-Wen Nienhuys
2007-08-01git.el: Take into account the core.excludesfile config option.Alexandre Julliard
2007-08-01git.el: Avoid using ewoc-set-data for compatibility with Emacs 21.Alexandre Julliard
2007-07-27Make verify-tag a builtin.Carlos Rica
2007-07-25git-p4: Fix p4 user cache population on Windows.Simon Hausmann
2007-07-25git.el: Pass an explicit argument to enable smerge-mode.Alexandre Julliard
2007-07-24git.el: Support for incremental status updates.Alexandre Julliard
2007-07-20Make git tag a builtin.Carlos Rica
2007-07-19Merge branch 'master' of git://people.freedesktop.org/~hausmann/git-p4Junio C Hamano