git.git
2005-11-20 Johannes Schindelingit-config-set: support selecting values by non-matchin...
2005-11-20 Fredrik Kuivinenmerge-recursive: Replace 'except:'
2005-11-20 Junio C Hamanomerge-one-file: use rmdir -p
2005-11-20 Junio C HamanoDocumentation: add hooks/update example.
2005-11-20 Johannes Schindelingit-config-set: add more options
2005-11-20 Andreas EricssonDocumentation update for user-relative paths.
2005-11-20 Andreas EricssonClient side support for user-relative paths.
2005-11-20 Andreas EricssonServer-side support for user-relative paths.
2005-11-20 Junio C HamanoDo not DWIM in userpath library under strict mode.
2005-11-20 Andreas EricssonLibrary code for user-relative paths, take three.
2005-11-20 Johannes SchindelinAdd test case for git-config-set
2005-11-20 Johannes SchindelinAdd documentation for git-config-set
2005-11-20 Johannes SchindelinAdd git-config-set, a simple helper for scripts to...
2005-11-20 Johannes SchindelinAdd functions git_config_set() and git_config_set_multi...
2005-11-20 Nick HengeveldDecide whether to build http-push in the Makefile
2005-11-20 Junio C Hamanohttp.c: reorder to avoid compilation failure.
2005-11-20 Nick Hengeveldhttp-push memory/fd cleanup
2005-11-20 Nick HengeveldImprove XML parsing in http-push
2005-11-20 Nick HengeveldImprove pack list response handling
2005-11-20 Nick HengeveldMake http-fetch request types more clear
2005-11-20 Nick HengeveldIsolate shared HTTP request functionality
2005-11-20 Junio C Hamanomerge-recursive::removeFile: remove empty directories
2005-11-20 Junio C Hamanomerge-one-file: remove empty directories
2005-11-20 Junio C HamanoDocumentation: rebase-from-internal minor updates.
2005-11-19 Junio C Hamanogit-repack: do not do complex redundancy check.
2005-11-19 Junio C Hamanogit-count-objects: dc replacement
2005-11-19 Junio C HamanoMerge http://www.kernel.org/pub/scm/gitk/gitk
2005-11-18 Junio C HamanoMerge branches 'jc/branch' and 'jc/rebase'
2005-11-18 Junio C HamanoRewrite rebase to use git-format-patch piped to git-am.
2005-11-18 Junio C Hamanogit-branch: -f to forcibly reset branch head.
2005-11-18 Junio C HamanoDo not show .exe in git command list.
2005-11-18 Lukas SandströmDocument the "ignore objects" feature of git-pack-redundant
2005-11-18 Lukas SandströmImprove the readability of git-pack-redundant
2005-11-18 Lukas SandströmRemove all old packfiles when doing "git repack -a -d"
2005-11-18 Luck, TonyUpdate pull/fetch --tags documentation
2005-11-18 Lukas SandströmFix a bug in get_all_permutations.
2005-11-18 Junio C HamanoCygwin *might* be helped with NO_MMAP
2005-11-18 Linus TorvaldsTeach "approxidate" about weekday syntax
2005-11-18 Linus TorvaldsMake "git fetch" less verbose by default
2005-11-18 Lukas SandströmFix bug introduced by the latest changes to git-pack...
2005-11-18 Junio C Hamanogit-prune: quote possibly empty $dryrun as parameter...
2005-11-18 Junio C Hamanogit-am: --binary; document --resume and --binary.
2005-11-18 Linus TorvaldsTeach "approxidate" about weekday syntax
2005-11-18 Lukas SandströmMake git-pack-redundant non-horribly slow on large...
2005-11-18 Ralf Baechlegit-repack: Fix variable name
2005-11-18 Nicolas Pitre'make clean' forgot about some files
2005-11-18 Junio C HamanoDeal with binary diff output from GNU diff 2.8.7
2005-11-17 Junio C HamanoMerge branch 'tojunio' of locke.catalyst.net.nz/git...
2005-11-17 Martin Langhoffarchimport: allow for old style branch and public tag...
2005-11-17 Junio C HamanoAdd approxidate test calls.
2005-11-17 Linus Torvaldsgit's rev-parse.c function show_datestring presumes...
2005-11-17 Eric WongDisambiguate the term 'branch' in Arch vs git
2005-11-17 Eric Wongarchimport: don't die on merge-base failure
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 Paul MackerrasAdd -r flag and some speedups
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
next