summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-11-12Merge branch 'bc/maint-keep-pack'Libravatar Junio C Hamano7-27/+116
2008-11-12Merge branch 'mv/remote-rename'Libravatar Junio C Hamano5-0/+256
2008-11-12Merge branch 'jk/deny-push-to-current'Libravatar Junio C Hamano3-29/+126
2008-11-12Merge branch 'dl/xdiff'Libravatar Junio C Hamano1-2/+13
2008-11-12Merge branch 'lt/decorate'Libravatar Junio C Hamano8-14/+113
2008-11-12Merge branch 'jk/diff-convfilter'Libravatar Junio C Hamano9-42/+81
2008-11-12Merge branch 'jk/diff-convfilter-test-fix'Libravatar Junio C Hamano7-20/+178
2008-11-12Merge branch 'st/tag'Libravatar Junio C Hamano2-7/+23
2008-11-12Merge git://repo.or.cz/git-guiLibravatar Junio C Hamano4-17/+41
2008-11-12t7700: test that 'repack -a' packs alternate packed objectsLibravatar Brandon Casey1-0/+16
2008-11-12git.html: Update the links to stale versionsLibravatar Junio C Hamano1-1/+3
2008-11-12Merge branch 'maint'Libravatar Junio C Hamano8-6/+47
2008-11-12Start 1.6.0.5 cycleLibravatar Junio C Hamano2-1/+22
2008-11-12Fix pack.packSizeLimit and --max-pack-size handlingLibravatar Nicolas Pitre2-2/+16
2008-11-12rev-list documentation: clarify the two parts of history simplificationLibravatar Santi BĂ©jar1-2/+46
2008-11-12Document "git log --simplify-by-decoration"Libravatar Nanako Shiraishi1-0/+8
2008-11-12checkout: Fix "initial checkout" detectionLibravatar Junio C Hamano4-3/+9
2008-11-12Remove the period after the git-check-attr summaryLibravatar Matt Kraai1-1/+1
2008-11-12pack-objects: extend --local to mean ignore non-local loose objects tooLibravatar Brandon Casey3-2/+5
2008-11-12sha1_file.c: split has_loose_object() into local and non-local counterpartsLibravatar Brandon Casey2-6/+14
2008-11-12t7700: demonstrate mishandling of loose objects in an alternate ODBLibravatar Brandon Casey1-0/+19
2008-11-12builtin-gc.c: use new pack_keep bitfield to detect .keep file existenceLibravatar Brandon Casey1-11/+1
2008-11-12repack: do not fall back to incremental repacking with [-a|-A]Libravatar Brandon Casey1-7/+4
2008-11-12repack: don't repack local objects in packs with .keep fileLibravatar Brandon Casey2-2/+2
2008-11-12pack-objects: new option --honor-pack-keepLibravatar Brandon Casey2-0/+12
2008-11-12packed_git: convert pack_local flag into a bitfield and add pack_keepLibravatar Brandon Casey2-1/+7
2008-11-12t7700: demonstrate mishandling of objects in packs with a .keep fileLibravatar Brandon Casey1-0/+38
2008-11-11git-remote: document the migration feature of the rename subcommandLibravatar Miklos Vajna1-0/+4
2008-11-11git-remote rename: migrate from remotes/ and branches/Libravatar Miklos Vajna2-0/+68
2008-11-11git-diff: Add --staged as a synonym for --cached.Libravatar David Symonds2-2/+4
2008-11-11git-p4: Cache git config for performanceLibravatar John Chapman1-1/+4
2008-11-11git-p4: Support purged files and optimize memory usageLibravatar John Chapman1-7/+7
2008-11-11Fix non-literal format in printf-style callsLibravatar Daniel Lowe2-2/+2
2008-11-11Merge branch 'maint'Libravatar Junio C Hamano11-15/+24
2008-11-11Fix non-literal format in printf-style callsLibravatar Daniel Lowe8-12/+12
2008-11-11remote: add a new 'origin' variable to the structLibravatar Miklos Vajna2-0/+10
2008-11-11git-submodule: Avoid printing a spurious message.Libravatar Alexandre Julliard1-1/+1
2008-11-11git ls-remote: make usage string match manpageLibravatar Stefan Naewe1-1/+1
2008-11-11Makefile: help people who run 'make check' by mistakeLibravatar Junio C Hamano1-1/+10
2008-11-11Document "git log --source"Libravatar Nanako Shiraishi1-0/+4
2008-11-11git-gui: Request blame metadata in utf-8.Libravatar Alexander Gavrilov1-1/+1
2008-11-11git-gui: Add the Show SSH Key item to the clone dialog.Libravatar Alexander Gavrilov2-9/+17
2008-11-11git-gui: Fix focus transition in the blame viewer.Libravatar Alexander Gavrilov2-7/+23
2008-11-09Merge branch 'maint'Libravatar Junio C Hamano4-11/+29
2008-11-09bisect: fix missing "exit"Libravatar Christian Couder1-1/+1
2008-11-09Documentation: bisect: change a few instances of "git-cmd" to "git cmd"Libravatar Christian Couder1-3/+3
2008-11-09Documentation: rev-list: change a few instances of "git-cmd" to "git cmd"Libravatar Christian Couder1-4/+4
2008-11-09receive-pack: detect push to current branch of non-bare repoLibravatar Jeff King3-0/+105
2008-11-09t5516: refactor oddball testsLibravatar Jeff King1-29/+21
2008-11-09checkout: Don't crash when switching away from an invalid branch.Libravatar Alexandre Julliard2-4/+22