Add post-merge hook, related documentation, and tests.
[gitweb.git] / contrib /
2007-06-07 Fix git-p4 submit
2007-06-07 Fix git-p4 rebase
2007-06-07 Hack to make the multi-branch import work again with...
2007-06-07 Don't attempt to set the initialParent on multi-branch...
2007-06-07 Fix common path "calculation" from logs of multiple...
2007-06-07 Fix support for "depot-path" in older git-p4 imports
2007-06-07 War on whitespace
2007-06-06 Merge branch 'sv/objfixes'
2007-06-05 look for 'text' and 'binary' files.
2007-06-03 Merge branch 'maint' to sync with 1.5.2.1
2007-06-03 Merge branches 'lh/submodules' and 'pb/am'
2007-06-02 Merge branch 'sp/pack'
2007-06-02 Merge branch 'maint'
2007-05-31 thinko: really ignore deleted files.
2007-05-31 remove debug print
2007-05-31 Cleanups & import into p4/master for local import
2007-05-31 use p4CmdList() to get file contents in Python dicts...
2007-05-31 Merge branch 'maint'
2007-05-31 Merge branch 'maint-1.5.1' into maint
2007-05-30 only run p4 print if necessary
2007-05-30 don't p4 print deleted files.
2007-05-30 read files before creating the commit.
2007-05-30 thinko.
2007-05-30 store p4 user cache in home directory.
2007-05-30 Thinko, fix buglet.
2007-05-30 Read p4 files in one batch.
2007-05-30 remove global .gitdir
2007-05-30 Merge origin.
2007-05-30 Diverse cleanups
2007-05-29 Merge branch 'db/remote'
2007-05-29 Merge branch 'dh/repack' (early part)
2007-05-29 Merge branch 'np/delta'
2007-05-29 Merge branch 'jc/nodelta'
2007-05-29 Merge branch 'ar/verbose'
2007-05-29 Merge branch 'ar/run'
2007-05-29 Merge branch 'ar/mergestat'
2007-05-29 Merge branch 'rr/cvsexport'
2007-05-29 Merge branch 'maint'
2007-05-29 Allow contrib new-workdir to link into bare repositories
2007-05-29 Merge branch 'maint-1.5.1' into maint
2007-05-29 Merge branch 'maint' of git://repo.or.cz/git-gui into...
2007-05-28 Fix typo in listExistingP4Branches that broke sync.
2007-05-28 In *_pipe print the command that failed if it fails.
2007-05-28 Extract multiple paths concurrently.
2007-05-28 add --verbose to all commands.
2007-05-28 use strip() iso. slicing for removing \n
2007-05-28 use string.strip() iso. slicing.
2007-05-28 clone and sync --keep-path to keep perforce path to...
2007-05-28 minor cleanups
2007-05-28 cleanup
2007-05-28 Robustness fixes for pipes
2007-05-28 Fix my email address, this isn't really KDE related :)
2007-05-28 rename apply() to applyCommit(); apply is a python...
2007-05-28 reformatting: break long lines.
2007-05-28 Cleanups
2007-05-27 Fix creation of refs/remotes/p4/HEAD symbolic ref
2007-05-26 Merge branch 'maint-1.5.1' into maint
2007-05-25 Added git-p4 submit --trust-me-like-a-fool for the...
2007-05-25 Forgot to remove this TODO item when I made --with...
2007-05-25 Shortcut the case where we have no origin branch
2007-05-25 Make --with-origin the default for syncing.
2007-05-25 Make --with-origin also work without origin :)
2007-05-25 Make git-p4 work with packed refs (don't use os.path...
2007-05-25 Avoid creating non-p4 branches in remotes/p4 off of...
2007-05-25 Merge branch 'maint'
2007-05-25 Merge branch 'master' of git://repo.or.cz/git/fastimpor...
2007-05-25 Merge branch 'maint-1.5.1' into maint
2007-05-24 Oops, fix --with-origin to /really/ also call git fetch :)
2007-05-24 Added support for --with-origin with multi-branch imports
2007-05-24 Forgot to remove this return statement from debugging
2007-05-24 Fix creating the remotes/p4 branches based on origin...
2007-05-24 Replace \r\n with \n when importing from p4 on Windows
2007-05-24 Update bash completion for git-config options
2007-05-24 Teach bash completion about recent log long options
2007-05-24 Teach bash completion about 'git remote update'
2007-05-24 Update bash completion header documentation
2007-05-24 Merge branch 'maint-1.5.1' into maint
2007-05-24 Remove a duplicate --not option in bash completion
2007-05-24 Teach bash completion about git-shortlog
2007-05-24 Hide the plumbing diff-{files,index,tree} from bash...
2007-05-23 Load the user map from p4 only once at run-time.
2007-05-23 Fix multi-branch import with --silent.
2007-05-23 Fix p4 execution in git-p4 rollback.
2007-05-23 Catch p4 errors in rollback early enough (before deleti...
2007-05-23 Oops, fill the /list/ correct with the p4 exit code.
2007-05-23 Don't make len(p4Cmd("p4 changes -m 1 //foo/..."))...
2007-05-23 Make rollback work with locally imported branches
2007-05-23 Avoid calling git symbolic-ref refs/heads/p4//HEAD...
2007-05-23 Merge branch 'maint-1.5.1' into maint
2007-05-22 Doc updates
2007-05-22 Use refs/heads/* instead of refs/heads/p4/* for local...
2007-05-22 Added support for --max-changes=<count> to ease import...
2007-05-22 Added support for importing multiple branches into...
2007-05-22 Merge branch 'maint-1.5.1' into maint
2007-05-21 Fixes for rollback, delete branches that did not exist...
2007-05-21 Fix branch detection in multi-branch imports
2007-05-21 Added a rollback command for debugging. It sets back...
2007-05-21 Make git-p4 submit --direct safer by also creating...
2007-05-21 Detect with git-p4 submit --direct when there are no...
2007-05-21 Fix git symbolic-ref warning on initial clone
next