]> git.ipfire.org Git - thirdparty/git.git/shortlog
thirdparty/git.git
2007-05-10  Petr BaudisGit.pm: config_boolean() -> config_bool()
2007-05-10  Junio C HamanoMerge branch 'maint'
2007-05-10  Junio C Hamano.mailmap: add some aliases
2007-05-10  Jari AaltoSPECIFYING RANGES typo fix: it it => it is
2007-05-10  Junio C Hamanogit-clone: don't get fooled by $PWD
2007-05-10  Gerrit Papegitweb: choose appropriate view for file type if a...
2007-05-10  Quy TonthatAdded new git-gui library files to rpm spec
2007-05-10  Richard P.... Fix documentation of tag in git-fast-import.txt
2007-05-09  Junio C Hamanot9400: skip cvsserver test if Perl SQLite interface...
2007-05-09  Junio C HamanoMerge branch 'fl/cvsserver'
2007-05-09  Junio C HamanoMerge branch 'jc/diffopt'
2007-05-09  Junio C HamanoMerge branch 'jn/gitweb'
2007-05-09  Frank Lichtenheldcvsserver: Add test cases for git-cvsserver
2007-05-09  Junio C HamanoUpdate documentation links to point at 1.5.1.4
2007-05-09  Theodore Ts'oIncrease pack.depth default to 50
2007-05-09  Theodore Ts'oAdd pack.depth option to git-pack-objects.
2007-05-09  Shawn O. PearceUse .git/MERGE_MSG in cherry-pick/revert
2007-05-09  Junio C HamanoMerge branch 'maint'
2007-05-09  Junio C HamanoGIT v1.5.1.4 v1.5.1.4
2007-05-09  Quy TonthatAdd howto files to rpm packages.
2007-05-08  Amos Waterlandwcwidth redeclaration
2007-05-08  J. Bruce Fieldsuser-manual: fix clone and fetch typos
2007-05-08  Shawn O. PearceRemove duplicate exports from Makefile
2007-05-08  Shawn O. PearceMerge branch 'master' of git://repo.or.cz/git-gui
2007-05-08  Shawn O. Pearcegit-gui: Use vi-like keys in merge dialog gitgui-0.7.0-rc1
2007-05-08  Shawn O. Pearcegit-gui: Include commit id/subject in merge choices
2007-05-08  Shawn O. Pearcegit-gui: Show all possible branches for merge
2007-05-08  Shawn O. Pearcegit-gui: Move merge support into a namespace
2007-05-08  Shawn O. Pearcegit-gui: Allow vi keys to scroll the diff/blame regions
2007-05-08  Shawn O. Pearcegit-gui: Move console procs into their own namespace
2007-05-08  Shawn O. Pearcegit-gui: Refactor into multiple files to save my sanity
2007-05-08  Jakub Narebskigitweb: Show combined diff for merge commits in 'commit...
2007-05-08  Jakub Narebskigitweb: Show combined diff for merge commits in 'commit...
2007-05-08  Jakub Narebskigitweb: Make it possible to use pre-parsed info in...
2007-05-08  Jakub Narebskigitweb: Add combined diff support to git_patchset_body
2007-05-08  Jakub Narebskigitweb: Add combined diff support to git_difftree_body
2007-05-08  Jakub Narebskigitweb: Add parsing of raw combined diff format to...
2007-05-07  Junio C Hamanodiff -S: release the image after looking for needle...
2007-05-07  Junio C Hamanodiff -M: release the preimage candidate blobs after...
2007-05-07  Junio C Hamanodiff.c: do not use a separate "size cache".
2007-05-07  Junio C Hamanodiff: release blobs after generating textual diff.
2007-05-07  Alex RiesenUse GIT_OBJECT_DIR for temporary files of pack-objects
2007-05-07  Michael SpangFix minor documentation errors
2007-05-07  Michael Spangt7300: Basic tests for git-clean
2007-05-07  Michael Spangdir.c: Omit non-excluded directories with dir->show_ignored
2007-05-07  Junio C HamanoMerge branch 'master' of git://repo.or.cz/git-gui
2007-05-07  Junio C HamanoMerge branch 'maint'
2007-05-07  Junio C HamanoMerge branch 'maint' of git://repo.or.cz/git-gui into...
2007-05-07  Junio C HamanoMerge git://git2.kernel.org/pub/scm/gitk/gitk into...
2007-05-07  Matthieu MoyAdded a reference to git-add in the documentation for...
2007-05-07  Matthieu MoyDocument git add -u introduced earlier.
2007-05-07  Jeff KingDocumentation: don't reference non-existent 'git-cvsapp...
2007-05-07  J. Bruce Fieldsuser-manual: stop deprecating the manual
2007-05-07  J. Bruce Fieldsuser-manual: miscellaneous editing
2007-05-07  J. Bruce Fieldsuser-manual: fix .gitconfig editing examples
2007-05-07  J. Bruce Fieldsuser-manual: clean up fast-forward and dangling-objects...
2007-05-07  J. Bruce Fieldsuser-manual: add section ID's
2007-05-07  J. Bruce Fieldsuser-manual: more discussion of detached heads, fix...
2007-05-06  Junio C HamanoGIT v1.5.2-rc2 v1.5.2-rc2
2007-05-06  Junio C HamanoMerge branch 'maint'
2007-05-06  Alex RiesenHandle return code of parse_commit in revision machinery
2007-05-06  Alex RiesenSmall correction in reading of commit headers
2007-05-06  James BowesDocumentation: fix typo in git-remote.txt
2007-05-06  Junio C HamanoAdd test for blame corner cases.
2007-05-06  Junio C Hamanoblame: -C -C -C
2007-05-06  Junio C Hamanoblame: Notice a wholesale incorporation of an existing...
2007-05-06  Linus TorvaldsFix --boundary output
2007-05-04  Jakub Narebskidiff format documentation: describe raw combined diff...
2007-05-04  Carl WorthMention version 1.5.1 in tutorial and user-manual
2007-05-04  Karl HasselströmAdd --no-rebase option to git-svn dcommit
2007-05-04  Karl HasselströmFix markup in git-svn man page
2007-05-04  Jonas Fonsecagit-tag(1): -v option is a subcommand; fix code block
2007-05-04  Shawn O. PearceImprove request-pull to handle non-rebased branches
2007-05-04  Junio C HamanoMerge branch 'maint'
2007-05-04  Ismail Dönmezgitweb: use decode_utf8 directly
2007-05-04  Bryan Larsenposix compatibility for t4200
2007-05-04  Arjen LaarhovenDocument 'opendiff' value in config.txt and git-mergeto...
2007-05-04  Bryan LarsenAllow PERL_PATH="/usr/bin/env perl"
2007-05-04  Daniel BarkalowMake xstrndup common
2007-05-04  Junio C Hamanodiff.c: fix "size cache" handling.
2007-05-04  Alexandre Julliardhttp-fetch: Disable use of curl multi support for libcu...
2007-05-03  Junio C Hamanoblame: use .mailmap unconditionally
2007-05-02  Junio C HamanoMerge branch 'maint'
2007-05-02  Junio C HamanoMerge branch 'maint' of git://repo.or.cz/git/fastimport...
2007-05-02  Frank Lichtenheldcvsserver: Handle re-added files correctly
2007-05-02  Shawn O. PearceDon't use seq in tests, not everyone has it
2007-05-02  Shawn O. PearceReuse fixup_pack_header_footer in index-pack
2007-05-02  Dana L. HowCreate pack-write.c for common pack writing code
2007-05-02  Shawn O. PearceMerge branch 'gfi-maint' into gfi-master
2007-05-02  Johannes SchindelinTeach import-tars about GNU tar's @LongLink extension.
2007-05-02  Shawn O. Pearcegit-gui: Track our own embedded values and rebuild...
2007-05-02  Shawn O. Pearcegit-gui: Refactor to use our git proc more often
2007-05-02  Shawn O. Pearcegit-gui: Use option database defaults to set the font
2007-05-02  Shawn O. Pearcegit-gui: Cleanup common font handling for font_ui
2007-05-02  Shawn O. Pearcegit-gui: Correct line wrapping for too many branch...
2007-05-02  Shawn O. Pearcegit-gui: Warn users before making an octopus merge
2007-05-02  Shawn O. Pearcegit-gui: Include the subject in the status bar after...
2007-05-02  Shawn O. PearceMerge branch 'maint'
2007-05-02  Shawn O. Pearcegit-gui: Allow spaces in path to 'wish'
2007-05-01  Martin KoeglerFix compilation of test-delta
next