add replay and log to the usage string of git-bisect
[gitweb.git] / perl /
2007-02-04 Merge branch 'master' into np/dreflog
2007-02-04 Assorted typo fixes
2007-01-31 Merge branch 'master' of git://linux-nfs.org/~bfields/git
2007-01-29 [PATCH] Rename git-repo-config to git-config.
2007-01-22 Cleanup uninitialized value in chomp
2007-01-22 Force Activestate Perl to tie git command pipe handle...
2007-01-22 Insert ACTIVESTATE_STRING in Git.pm
2007-01-16 Fix spurious compile error
2007-01-15 Merge git://git.kernel.org/pub/scm/gitk/gitk
2007-01-15 Merge branch 'master' of git://git./git/git
2007-01-14 Merge branch 'sp/merge' (early part)
2007-01-12 use 'init' instead of 'init-db' for shipped docs and...
2007-01-09 Merge branch 'maint'
2007-01-05 Merge branch 'maint'
2006-12-27 Merge branch 'master' into js/shallow
2006-12-22 Merge branch 'maint'
2006-12-20 Merge branch 'maint'
2006-12-14 Merge branch 'maint'
2006-12-13 Merge branch 'jc/read-tree-ignore'
2006-12-13 Merge branch 'np/addcommit'
2006-12-13 Merge branch 'lh/branch-rename'
2006-12-13 Merge branch 'jc/commit-careful'
2006-12-13 Merge branch 'ap/clone-origin'
2006-12-13 Merge branch 'maint'
2006-12-13 Merge branch 'master' into js/merge
2006-12-13 Merge branch 'maint'
2006-12-11 Merge branch 'maint'
2006-12-08 Fix perl/ build.
2006-12-07 Merge branch 'maint'
2006-12-06 Merge
2006-12-06 Merge branch 'maint'
2006-12-05 Merge branch 'maint'
2006-12-04 Make perl/ build procedure ActiveState friendly.
2006-11-29 Merge master.kernel.org:/pub/scm/gitk/gitk
2006-11-24 Merge branch 'jc/upload-pack'
2006-11-08 Merge git://git.kernel.org/pub/scm/gitk/gitk
2006-11-01 Merge branch 'jc/refs-and-fetch'
2006-10-25 Merge branch 'aw/cvsimport'
2006-10-25 Merge for-each-ref to sync gitweb fully with 'next'
2006-10-23 Merge branch 'np/pack'
2006-10-19 Merge branch 'jc/grep'
2006-10-19 Merge early part of branch 'jc/diff-apply-patch'
2006-10-19 Merge branch 'sb/fetch'
2006-10-17 Merge branch 'maint'
2006-10-02 Merge branch 'master' into lj/refs
2006-10-02 Merge branch 'maint'
2006-10-01 Merge branch 'maint'
2006-10-01 Merge branch 'jc/gitpm'
2006-09-23 Git.pm: Kill Git.xs for now
2006-09-03 Revert "Make it possible to set up libgit directly...
2006-09-03 Revert "Git.pm: Introduce fast get_object() method"
2006-08-15 Merge branch 'master' into pb/gitpm
2006-08-13 pass DESTDIR to the generated perl/Makefile
2006-08-08 Merge branch 'master' into pb/gitpm
2006-07-26 Eliminate Scalar::Util usage from private-Error.pm
2006-07-09 Git.pm: Introduce fast get_object() method
2006-07-09 Make it possible to set up libgit directly (instead...
2006-07-04 Git.pm: Introduce ident() and ident_person() methods
2006-07-04 Git.pm: Add config() method
2006-07-03 Git.pm: Don't #define around die
2006-07-03 Git.xs: older perl do not know const char *
2006-07-03 Git.pm: Avoid ppport.h
2006-07-03 Git.pm: Remove PerlIO usage from Git.xs
2006-07-03 Fix probing for already installed Error.pm
2006-07-03 Perly git: work around buggy make implementations.
2006-07-03 Git.pm: Fix Git->repository("/somewhere/totally/elsewhere")
2006-07-03 Git.pm: Swap hash_object() parameters
2006-07-03 Git.pm: Try to support ActiveState output pipe
2006-07-03 Git.pm: assorted build related fixes.
2006-07-03 Git.pm: Add support for subdirectories inside of workin...
2006-07-03 Git.pm: Implement options for the command interface
2006-07-03 Git.pm: Enhance the command_pipe() mechanism
2006-07-03 Git.pm: Handle failed commands' output
2006-07-03 Git.pm: Better error handling
2006-07-03 Add Error.pm to the distribution
2006-07-03 Git.pm: Implement Git::version()
2006-07-03 Git.pm: Call external commands using execv_git_cmd()
2006-07-03 Git.pm: Implement Git::exec_path()
2006-07-03 Introduce Git.pm (v4)