summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2007-07-27Make verify-tag a builtin.Carlos Rica
2007-07-20Make git tag a builtin.Carlos Rica
2007-07-19Merge branch 'master' of git://people.freedesktop.org/~hausmann/git-p4Junio C Hamano
2007-07-18git-p4: Cleanup, used common function for listing imported p4 branchesSimon Hausmann
2007-07-18git-p4: Fix upstream branch detection for submit/rebase with multiple branches.Simon Hausmann
2007-07-18git-p4: Cleanup, make listExistingP4Branches a global function for later use.Simon Hausmann
2007-07-17git-p4: input to "p4 files" by stdin instead of argumentsScott Lamb
2007-07-17git-p4: use subprocess in p4CmdListScott Lamb
2007-07-16contrib/emacs/Makefile: Also install .el files.David Kastrup
2007-07-15Demote git-p4import to contrib status.Sean
2007-07-15Use $(RM) in Makefiles instead of 'rm -f'Emil Medve
2007-07-15Merge branch 'master' of git://repo.or.cz/git/fastimportJunio C Hamano
2007-07-15Fix git-p4 on Windows to not use the Posix sysconf function.Marius Storm-Olsen
2007-07-14Add contrib/stats/mailmap.pl scriptJunio C Hamano
2007-07-12Add missing functions to contrib/emacs/vc-git.elDavid Kastrup
2007-07-12Correct shebang line for contrib/stats/packinfo.plBrian Downing
2007-07-12script to display a distribution of longest common hash prefixesNicolas Pitre
2007-07-12Pack information toolBrian Downing
2007-07-07Enable "git rerere" by the config variable rerere.enabledJohannes Schindelin
2007-07-03Rewrite "git-frotz" to "git frotz"Junio C Hamano
2007-06-27Merge branch 'master' of git://repo.or.cz/git/fastimportJunio C Hamano
2007-06-27git-new-workdir: Fix shell warning about operator == used with test.Simon Hausmann
2007-06-24Teach bash how to complete +refspec on git-pushShawn O. Pearce
2007-06-24new-workdir: handle rev-parse --git-dir not always giving full pathJulian Phillips
2007-06-22Import branch 'git-p4' of git://repo.or.cz/fast-exportShawn O. Pearce
2007-06-22Avoid src:dst syntax as default bash completion for git pushShawn O. Pearce
2007-06-21Make it possible to specify the HEAD for the internal findUpstreamBranchPoint...Simon Hausmann
2007-06-20Added git-p4 branches command that shows the mapping of perforce depot paths ...Simon Hausmann
2007-06-17Warn about conflicting p4 branch mappings and use the first one found.Simon Hausmann
2007-06-17Fix the branch mapping detection to be independent from the order of the "p4 ...Simon Hausmann
2007-06-16git-p4 fails when cloning a p4 depo.Benjamin Sergeant
2007-06-16Fix initial multi-branch import.Simon Hausmann
2007-06-13gitview: run blame with -C -CAneesh Kumar K.V
2007-06-13gitview: Fix the blame interface.Aneesh Kumar K.V
2007-06-12Only use double quotes on WindowsMarius Storm-Olsen
2007-06-12Fix git-p4 rebase to detect the correct upstream branch instead of unconditio...Simon Hausmann
2007-06-12Moved the code from git-p4 submit to figure out the upstream branch pointSimon Hausmann
2007-06-11git-p4 submit: Fix missing quotes around p4 commands to make them work with s...Simon Hausmann
2007-06-11Mention remotes/p4/master also in the documentation.Simon Hausmann
2007-06-11Provide some information for single branch imports where the commits goSimon Hausmann
2007-06-11git-p4: check for existence of repo dir before trying to createKevin Green
2007-06-11Write out the options tag in the log message of imports only if we actually haveSimon Hausmann
2007-06-11Fix support for explicit disabling of syncing with the originSimon Hausmann
2007-06-11Fix depot-paths encoding for multi-path imports (don't split up //depot/path/...Simon Hausmann
2007-06-11Fix project name guessingSimon Hausmann
2007-06-10Fix updating/creating remotes/p4/* heads from origin/p4/*Simon Hausmann
2007-06-09Fixed the check to make sure to exclude the HEAD symbolic refs when updatingSimon Hausmann
2007-06-08also strip p4/ from local imports.Han-Wen Nienhuys
2007-06-08Merge branch 'master' of git://repo.or.cz/fast-exportHan-Wen Nienhuys
2007-06-08print error message when p4 print fails (eg. due to permission problems)Han-Wen Nienhuys