git.git
2005-11-17 Eric Wongremove shellquote usage for tags
2005-11-17 Andreas Ericssondaemon.c: fix arg parsing bugs
2005-11-17 Junio C Hamanotests: binary diff application.
2005-11-17 Junio C Hamanodiff: --full-index
2005-11-17 Junio C Hamanoapply: allow-binary-replacement.
2005-11-17 Junio C Hamanogit-am: --resolved.
2005-11-16 Junio C Hamanogit-apply: fail if a patch cannot be applied.
2005-11-16 Kevin Geissgit-cvsexportcommit.perl: fix typos in output
2005-11-16 Kevin Geissgit-cvsexportcommit.perl: exit with non-0 status if...
2005-11-16 Kevin Geissgit-cvsexportcommit.perl: use getopts to get binary...
2005-11-16 Kevin Geissgit-cvsexportcommit.perl: Fix usage() output.
2005-11-16 Alecs KingDocumentation/git-log.txt: trivial typo fix.
2005-11-16 Pavel Roskinsymref support for import scripts
2005-11-16 Linus TorvaldsDisallow empty pattern in "git grep"
2005-11-16 Junio C Hamanogit wrapper: basic fixes.
2005-11-16 Johannes SchindelinGive python a chance to find "backported" modules
2005-11-16 Johannes SchindelinFix tests with new git in C
2005-11-16 Lukas SandströmFix llist_sorted_difference_inplace in git-pack-redundant
2005-11-16 Andreas Ericssongit --help COMMAND brings up the git-COMMAND man-page.
2005-11-16 Andreas EricssonUpdate git(7) man-page for the C wrapper.
2005-11-16 Andreas EricssonC implementation of the 'git' program, take two.
2005-11-15 Junio C Hamanosha1_file.c::add_packed_git(): fix type mismatch.
2005-11-15 Junio C Hamanodiff: make default rename detection limit configurable.
2005-11-15 Johannes SchindelinAdd config variable core.symrefsonly
2005-11-15 Sergey VlasovRework object refs tracking to reduce memory usage
2005-11-15 Sergey Vlasovgit-fsck-objects: Free tree entries after use
2005-11-15 Jonas FonsecaFix git(1) link to git-index-pack
2005-11-15 Junio C HamanoDocumentation: do not blindly run 'cat' .git/HEAD,...
2005-11-15 Petr BaudisFix bunch of fd leaks in http-fetch
2005-11-15 Andreas Ericssongit-daemon: --inetd implies --syslog
2005-11-15 H. Peter Anvingit-core-foo -> git-foo, except the core package
2005-11-15 Junio C HamanoUpdate topo-order test.
2005-11-15 Alex Riesenallow git-update-ref create refs with slashes in names
2005-11-15 Nikolai WeibullDocumentation nitpicking
2005-11-15 Nikolai WeibullDocument a couple of missing command-line options.
2005-11-15 Nikolai WeibullDocument the -n command-line option to git-unpack-objects
2005-11-15 Junio C Hamanoapply: fix binary patch detection.
2005-11-14 Linus TorvaldsFix git-rev-list "date order" with --topo-order
2005-11-14 Andreas Ericssongit-branch: Mention -d and -D in man-page.
2005-11-14 Junio C HamanoMerge branch 'svnup' of netz.smurf.noris.de/git/git
2005-11-14 Matthias UrlichsDepend on asciidoc 7 (at least).
2005-11-14 Josef WeidendorferRemove git-rename. git-mv does the same
2005-11-14 Josef WeidendorferBugfix: stop if directory already exists
2005-11-14 Junio C HamanoSeparate LDFLAGS and CFLAGS.
2005-11-14 Junio C HamanoMerge branch 'svnup' of netz.smurf.noris.de/git/git
2005-11-14 Matthias UrlichsRemove trailing slashes
2005-11-13 Junio C HamanoRename lost+found to lost-found.
2005-11-13 Kai RuemmlerFix compilation warnings in pack-redundant.c
2005-11-13 Junio C HamanoDebian: build-depend on libexpat-dev.
2005-11-13 Thomas MatysikSplit gitk into seperate RPM package
2005-11-13 Thomas MatysikAdd expat and expat-devel dependencies (for http-push...
2005-11-13 Nick HengeveldFix fd leak in http-fetch
2005-11-13 Nick HengeveldFix for multiple alternates requests in http-fetch
2005-11-12 Matthias Urlichsdebian packaging: git-cvs needs cvsps
2005-11-12 Junio C HamanoIgnore built git-lost+found.
2005-11-12 Junio C HamanoDocumentation: asciidoc sources are utf-8
2005-11-12 Junio C HamanoRename .git/lost+found to .git/lost-found.
2005-11-12 Junio C Hamanogit-lost+found
2005-11-12 Junio C Hamanogit-prune: prune redundant packs
2005-11-12 Lukas_SandströmMake git-pack-redundant consider alt-odbs
2005-11-12 Lukas_SandströmRename git-pack-intersect to git-pack-redundant
2005-11-12 Lukas_SandströmMake git-repack use git-pack-intersect.
2005-11-12 Lukas_SandströmAdd git-pack-intersect to .gitignore
2005-11-12 Lukas_SandströmAdd documentation for git-pack-intersect
2005-11-12 Lukas_SandströmAdd git-pack-intersect
2005-11-12 Junio C Hamanomerge-one-file: use empty- or common-base condintionall...
2005-11-12 Junio C HamanoDocumentation: git-apply --no-add
2005-11-12 Junio C Hamanomerge-one-file: use common as base, instead of emptiness.
2005-11-12 Junio C HamanoMerge ... /dev/null as base, instead of punting O=...
2005-11-12 Petr BaudisShow URL in the "Getting <foo> list" http-fetch messages
2005-11-12 Fredrik Kuivinenmerge-recursive: Use '~' instead of '_' to separate...
2005-11-12 Fredrik Kuivinenmerge-recursive: Add copyright notice
2005-11-12 Fredrik Kuivinenmerge-recursive: Indent the output properly
2005-11-11 Lukas_SandströmChange 'cache' to 'index' in the docs
2005-11-11 Junio C HamanoINSTALL: duplicate python requirements from Makefile
2005-11-11 Junio C HamanoMerge branches 'jc/sb' and 'jc/mb'
2005-11-11 Junio C Hamanot1200: use --topo-order to keep the show-branch output...
2005-11-11 Junio C HamanoFully detect uninteresting commits.
2005-11-11 Junio C Hamanogit-show-branch: tighten merge-base computation.
2005-11-11 Junio C HamanoAdd test case for merge-base.
2005-11-11 Junio C Hamanomerge-base: avoid unnecessary postprocessing.
2005-11-11 Junio C Hamanomerge-base: fully contaminate the well.
2005-11-11 Junio C HamanoRPM: arch submodule needs tla.
2005-11-11 Andreas Ericssongit-clone: Allow cloning into directories other than...
2005-11-11 Andreas Ericssongit-clone: Keep remote names when cloning unless explic...
2005-11-11 Chris Wrightspecfile cleanups
2005-11-11 Martin Langhoffarchimport: handle pika escaping
2005-11-11 Pavel Roskingit-clone: quote destination directory name
2005-11-11 Pavel RoskinAdd --no-commit-id option for git-diff-tree, use it...
2005-11-11 Junio C Hamanooctopus: do not do AND'ed merge base.
2005-11-11 Junio C HamanoAdd --pretty=fuller
2005-11-11 Junio C HamanoDo not lose author name information to locale gotchas.
2005-11-11 Junio C HamanoDocumentation: "host:path/to/repo" is git native over...
2005-11-10 Josef WeidendorferLet git-clone/git-fetch follow HTTP redirections
2005-11-10 Petr BaudisFix confusing git-update-ref error message
2005-11-10 Jim RadfordAdd missing git-core and cvsps RPM dependencies.
2005-11-10 Junio C HamanoMake git-recursive the default strategy for git-pull.
2005-11-10 Junio C HamanoUse 'merge-base --all' where applicable.
2005-11-10 Junio C HamanoMerge branch 'hold/svn'
2005-11-10 Junio C HamanoMerge branch 'hold/rpm'
next