]> Kevux Git Server - rit/shortlog
rit
2007-03-25 Simon HausmannDon't try to parse any options with git-p4 debug but...
2007-03-25 Junio C HamanoMerge branch 'maint'
2007-03-25 Junio C HamanoMerge branch 'maint' of git://linux-nfs.org/~bfields...
2007-03-25 Junio C HamanoMerge branch 'js/remote-show-push'
2007-03-25 Junio C HamanoMerge branch 'maint'
2007-03-25 Alex RiesenUse diff* with --exit-code in git-am, git-rebase and...
2007-03-25 Alex RiesenDocument --quiet option to git-diff
2007-03-25 Nicolas Pitrewrite_sha1_from_fd() should make new objects read-only
2007-03-25 Nicolas Pitremake it more obvious that temporary files are temporary...
2007-03-25 Andy Parkinsupdate-hook: remove e-mail sending hook.
2007-03-25 Jakub Narebskigitweb: Add some installation notes in gitweb/INSTALL
2007-03-25 Jakub Narebskigitweb: Fix not marking signoff lines in "log" view
2007-03-25 Jakub Narebskigitweb: Don't escape attributes in CGI.pm HTML methods
2007-03-25 Li Yanggitweb: Change to use explicitly function call cgi...
2007-03-24 Simon HausmannPrefer git command over git-command.
2007-03-24 Junio C Hamanogit-am documentation: describe what is taken from where.
2007-03-24 Johannes Schindelingit-revert: Revert revert message to old behaviour
2007-03-24 Simon HausmannMinor cosmetic fixlet for the git-p4 submit sync question.
2007-03-24 Simon HausmannDifferent versions of p4 have different output for...
2007-03-24 Junio C Hamanomake the previous optimization work also on path-limite...
2007-03-24 Junio C Hamanorev-list --bisect: Fix "halfway" optimization.
2007-03-24 Junio C HamanoMerge branch 'master' into jc/bisect
2007-03-24 Junio C HamanoMerge branch 'maint'
2007-03-24 Christian CouderDocumentation: bisect: make a comment fit better in...
2007-03-24 Christian CouderDocumentation: bisect: add some titles to some paragraphs.
2007-03-24 Christian CouderDocumentation: bisect: reformat more paragraphs.
2007-03-24 Christian CouderDocumentation: bisect: reword one paragraph.
2007-03-24 Christian CouderDocumentation: bisect: reformat some paragraphs.
2007-03-24 Junio C HamanoFix path-limited "rev-list --bisect" termination condition.
2007-03-23 Jakub Narebskigitweb: Fix "next" link in commit view
2007-03-23 Junio C Hamanogit-bisect.sh: properly dq $GIT_DIR
2007-03-23 Junio C Hamanogit-bisect: typofix
2007-03-23 Junio C Hamanocheckout: report where the new HEAD is upon detaching...
2007-03-23 Junio C Hamanot6004: add a bit more path optimization test.
2007-03-23 Christian CouderBisect: implement "git bisect run <cmd>..." to automati...
2007-03-23 Uwe Kleine... Bisect: convert revs given to good and bad to commits
2007-03-23 Simon HausmannUse the new incremental import style by default
2007-03-23 Simon HausmannMake it possible to run git-p4 submit from within the...
2007-03-23 Johannes Schindelint4118: be nice to non-GNU sed
2007-03-23 Junio C Hamanogit-apply: Do not free the wrong buffer when we convert...
2007-03-22 Simon HausmannBrand new smart incremental import that doesn't need...
2007-03-22 Simon HausmannSet the default branch in run, not in the constructor
2007-03-22 Simon HausmannHelper function to check the existance of a revision
2007-03-22 Simon HausmannAdded some helper function(s) to parse the depot path...
2007-03-22 Simon HausmannChanged the default branch for imports from "master...
2007-03-22 Simon HausmannChanged the format of the imported log message slightly...
2007-03-22 Junio C HamanoMerge git://git2.kernel.org/pub/scm/gitk/gitk
2007-03-22 Junio C HamanoMerge branch 'maint'
2007-03-22 Peter EriksenDocumentation/pack-format.txt: Clear up description...
2007-03-22 Nicolas Pitreupdate HEAD reflog when branch pointed to by HEAD is...
2007-03-22 Andy Parkinsupdate-hook: abort early if the project description...
2007-03-22 Michael S.... git-merge: Put FETCH_HEAD data in merge commit message
2007-03-22 Junio C Hamanogit-rebase: make 'rebase HEAD branch' work as expected.
2007-03-22 Junio C Hamanogit-rev-list --bisect: optimization
2007-03-22 Junio C Hamanogit-rev-list: add --bisect-vars option.
2007-03-22 Frank Lichtenheldcvsserver: Abort if connect to database fails
2007-03-22 Frank Lichtenheldcvsserver: Make the database backend configurable
2007-03-22 Frank Lichtenheldcvsserver: Allow to override the configuration per...
2007-03-22 Frank Lichtenheldcvsserver: Handle three part keys in git config correctly
2007-03-22 Frank Lichtenheldcvsserver: Introduce new state variable 'method'
2007-03-22 Simon HausmannRemoved the .py extension from git-p4 as it's annoying...
2007-03-22 Junio C Hamanot6002: minor spelling fix.
2007-03-22 Junio C Hamanotree_entry_interesting(): allow it to say "everything...
2007-03-22 Junio C Hamanotree-diff: avoid strncmp()
2007-03-22 Junio C HamanoTeach tree_entry_interesting() that the tree entries...
2007-03-21 Simon HausmannDon't show the submit template and the diff first in...
2007-03-21 Linus TorvaldsSwitch over tree descriptors to contain a pre-parsed...
2007-03-21 Linus TorvaldsInitialize tree descriptors with a helper function...
2007-03-21 Linus TorvaldsRemove "pathlen" from "struct name_entry"
2007-03-21 Simon HausmannMake it possible to invoke git-p4 from within subdirect...
2007-03-21 Brandon Casey[PATCH] prefer "git COMMAND" over "git-COMMAND" in...
2007-03-21 Simon HausmannMade --apply-as-patch the default for git-p4 submit...
2007-03-21 Simon HausmannFix support for deletions in git-p4 submit when using...
2007-03-21 Michael S.... fix typo in git-am manpage
2007-03-21 Simon HausmannAdded experimental but super-fast --apply-as-patch...
2007-03-21 Simon HausmannDocumentation enhancements.
2007-03-21 Junio C Hamanoblame: cmp_suspect is not "cmp" anymore.
2007-03-21 Nicolas Pitreminor git-prune optimization
2007-03-21 Nicolas Pitreimprove checkout message when asking for same branch
2007-03-21 Linus TorvaldsBe more careful about zlib return values
2007-03-21 Linus TorvaldsDon't ever return corrupt objects from "parse_object()"
2007-03-21 Nicolas Pitreindex-pack: more validation checks and cleanups
2007-03-21 Nicolas Pitreindex-pack: use hash_sha1_file()
2007-03-21 Nicolas Pitredon't ever allow SHA1 collisions to exist by fetching...
2007-03-20 Simon HausmannStart of the git-p4 documentation.
2007-03-20 Simon HausmannRemoved p4-fast-export and p4-git-sync as they've been...
2007-03-20 Simon HausmannFixed the initial version import by getting the file...
2007-03-20 Simon HausmannAdded missing "self"s to make the script evaluate corre...
2007-03-20 Simon HausmannCompletely untested "merge" of p4-fast-export.py into...
2007-03-20 Simon Hausmannsync-to-perforce is now called submit and fixed the...
2007-03-20 Johannes SixtTeach git-remote to list pushed branches.
2007-03-20 Santi Béjargit-fetch: Fix single_force in append_fetch_head
2007-03-20 Junio C HamanoMerge git://git2.kernel.org/pub/scm/gitk/gitk
2007-03-20 Chris Wrightmake git clone -q suppress the noise with http fetch
2007-03-20 Linus TorvaldsFix loose object uncompression check.
2007-03-20 Shawn O. Pearcecontrib/continuous: a continuous integration build...
2007-03-20 Johannes SchindelinProvide some technical documentation for shallow clones
2007-03-20 Johannes SchindelinAdd a HOWTO for setting up a standalone git daemon
2007-03-20 Johannes Schindelinxdiff/xutils.c(xdl_hash_record): factor out whitespace...
2007-03-20 Junio C Hamanoblame: micro-optimize cmp_suspect()
next