Code

git.git
2007-01-12 Junio C HamanoGIT v1.5.0-rc1 v1.5.0-rc1
2007-01-12 Junio C Hamanoplug a few leaks in revision walking used in describe.
2007-01-12 Shawn O. PearceChose better tag names in git-describe after merges.
2007-01-12 Junio C HamanoMerge branch 'jc/bare'
2007-01-12 Junio C HamanoMerge branch 'ar/merge-recursive'
2007-01-12 Junio C HamanoMerge branch 'jc/detached-head'
2007-01-11 Junio C Hamanogit-status: wording update to deal with deleted files.
2007-01-11 Junio C Hamanogit-rm: do not fail on already removed file.
2007-01-11 Eric WongAvoid errors and warnings when attempting to do I/O...
2007-01-11 Linus TorvaldsBetter error messages for corrupt databases
2007-01-11 Junio C Hamanoconfig-set: check write-in-full returns in set_multivar
2007-01-11 Junio C Hamanoindex-pack: write-or-die instead of unchecked write...
2007-01-11 Linus Torvaldswrite_in_full: really write in full or return error...
2007-01-11 Junio C HamanoDocument git-init
2007-01-11 Linus Torvaldswrite-cache: do not leak the serialized cache-tree...
2007-01-10 Shawn O. PearceDisallow working directory commands in a bare repository.
2007-01-10 Junio C Hamanomerge-recursive: do not use on-file index when not...
2007-01-10 Alex RiesenSpeed-up recursive by flushing index only once for...
2007-01-10 Jürgen RühleProvide better feedback for the untracked only case...
2007-01-10 Junio C HamanoMerge branch 'js/reflog'
2007-01-10 Junio C HamanoMakefile: remove $foo when $foo.exe is built/installed.
2007-01-10 Jürgen Rühlesend-email: work around double encoding of in-body...
2007-01-10 Nicolas PitreAdd git-init documentation.
2007-01-10 Johannes SchindelinFix t1410 for core.filemode==false
2007-01-10 Shawn O. PearceMake git-describe a builtin.
2007-01-10 Shawn O. PearceDon't save the commit buffer in git-describe.
2007-01-10 Pavel RoskinFix warnings in sha1_file.c - use C99 printf format...
2007-01-10 Junio C Hamano-u is now default for 'git-mailinfo'.
2007-01-10 Junio C Hamano-u is now default for 'git-applymbox'
2007-01-10 Junio C Hamanogit-am: should work when "--no-utf8 --utf8" is given
2007-01-10 Junio C Hamanogit-checkout: handle local changes sanely when detachin...
2007-01-10 Shawn O. PearceDon't die in git-http-fetch when fetching packs.
2007-01-10 Junio C Hamanogit-checkout: safety check for detached HEAD checks...
2007-01-10 Steven GrimmUpdate git-svn manpage to remove the implication that...
2007-01-10 Stefan-W. HahnReplacing the system call pread() with lseek()/xread...
2007-01-10 Jakub Narebskigitweb: Fix git_patchset_body not closing <div class...
2007-01-10 Alexandre Julliardgit.el: Define the propertize function if needed, for...
2007-01-10 Alexandre Julliardgit-clone: Make sure the master branch exists before...
2007-01-10 Alexandre Julliardgit-apply: Remove directories that have become empty...
2007-01-09 Jeff Kingget_tree_entry: map blank requested entry to tree root
2007-01-09 Junio C Hamanobuiltin-archive: do not free a tree held by the object...
2007-01-09 Junio C HamanoMerge branch 'maint'
2007-01-09 Junio C HamanoFix "Do not ignore a detected patchfile brokenness."
2007-01-09 Johannes SchindelinSanitize for_each_reflog_ent()
2007-01-09 Junio C HamanoDo not ignore a detected patchfile brokenness.
2007-01-09 Junio C Hamanomerge-base: do not leak commit list
2007-01-09 Brian GernhardtAuto-quote config values in config.c:store_write_pair()
2007-01-09 Brian GernhardtIgnore git-init and git-remote
2007-01-09 Junio C Hamanorm git-rerere.perl -- it is now a built-in.
2007-01-09 Martin Langhoffcvsserver: fix revision number during file adds
2007-01-09 Martin Langhoffcvsserver: detect early of we are up to date and avoid...
2007-01-09 J. Bruce FieldsDocumentation: add git-remote man page
2007-01-08 Junio C HamanoMerge branch 'jc/reflog'
2007-01-08 Andy Whitcroftshort i/o: fix config updates to use write_in_full
2007-01-08 Andy Whitcroftshort i/o: fix calls to write to use xwrite or write_in...
2007-01-08 Andy Whitcroftshort i/o: fix calls to read to use xread or read_in_full
2007-01-08 Andy Whitcroftshort i/o: clean up the naming for the write_{in,or...
2007-01-08 Junio C Hamano--prune is now default for 'pack-refs'
2007-01-08 Junio C Hamano--utf8 is now default for 'git-am'
2007-01-08 Michael Loefflergit-commit: do not fail to print the diffstat even...
2007-01-08 Andy Whitcroftssh-upload: prevent buffer overrun
2007-01-08 Junio C Hamanogit-checkout: fix branch name output from the command
2007-01-08 Junio C Hamanogit-checkout: safety when coming back from the detached...
2007-01-08 Junio C Hamanogit-checkout: rewording comments regarding detached...
2007-01-08 Junio C Hamanogit-checkout: do not warn detaching HEAD when it is...
2007-01-08 Junio C HamanoDetached HEAD (experimental)
2007-01-08 Lars Hjemligit-branch: show detached HEAD
2007-01-08 Junio C Hamanogit-status: show detached HEAD
2007-01-08 Martin Langhoffcvsimport: cleanup temporary cvsps file
2007-01-08 Martin Langhoffcvsimport: document -S and -L options
2007-01-08 Martin Langhoffcvsimport: skip commits that are too recent (option...
2007-01-08 Junio C Hamanogit-fetch: allow updating the current branch in a bare...
2007-01-08 Junio C HamanoIntroduce is_bare_repository() and core.bare configurat...
2007-01-08 Junio C HamanoMove initialization of log_all_ref_updates
2007-01-08 Eric Wonggit-svn: pass an unambiguous ref to rev-list when graft...
2007-01-08 Eric Wonggit-svn: add --prefix= option to multi-init
2007-01-08 J. Bruce FieldsDocumentation: clarify definition of "reachable"
2007-01-08 Sasha Khapyorskygit-svnimport: fix edge revisions double importing
2007-01-08 Martin Langhoffcvsimport: skip commits that are too recent
2007-01-08 Jakub Narebskigitweb: Remove superfluous "|" in "commit" view
2007-01-08 Jürgen RühleRemove unnecessary git-rm --cached reference from statu...
2007-01-08 Nicolas Pitre"init-db" can really be just "init"
2007-01-07 Junio C HamanoMerge branch 'sp/mmap'
2007-01-07 Junio C HamanoSpell default packedgitlimit slightly differently
2007-01-07 Junio C HamanoMerge branch 'jr/status'
2007-01-07 Junio C HamanoMerge branch 'jc/remote'
2007-01-07 Junio C Hamanogit-reset <tree> -- <path> restores absense of <path...
2007-01-07 Junio C Hamanodiff-index --cached --raw: show tree entry on the LHS...
2007-01-07 Junio C Hamanoreflog --fix-stale: do not check the same trees and...
2007-01-07 Junio C Hamanoreflog expire --fix-stale
2007-01-07 Junio C HamanoMove traversal of reachable objects into a separate...
2007-01-07 Junio C Hamanobuiltin-prune: separate ref walking from reflog walking.
2007-01-07 Junio C Hamanobuiltin-prune: make file-scope static struct to an...
2007-01-07 Jakub Narebskigitweb: Fix split patches output (e.g. file to symlink)
2007-01-07 Jakub NarebskiRevert "gitweb: There can be empty patches (in git_patc...
2007-01-07 Jakub Narebskigitweb: Fix errors in git_patchset_body for empty patches
2007-01-07 Jakub Narebskigitweb: Fix error in "rename to"/"copy to" git diff...
2007-01-07 Jakub Narebskigitweb: Fix error in git_patchest_body for file creatio...
2007-01-07 Eric Wonggit-svn: fix show-ignore
2007-01-07 J. Bruce FieldsDocumentation: tutorial editing
next