summaryrefslogtreecommitdiffstats
path: root/git-gui (unfollow)
Commit message (Expand)AuthorFilesLines
2008-11-13gitk: Fix commit encoding supportAlexander Gavrilov1-2/+23
2008-11-13gitk: Fix transient windows on Win32 and MacOSAlexander Gavrilov1-13/+31
2008-11-13gitk: Add accelerators to frequently used menu commandsAlexander Gavrilov1-7/+29
2008-11-13Update draft release notes to 1.6.1Junio C Hamano1-1/+33
2008-11-13t7700: test that 'repack -a' packs alternate packed objectsBrandon Casey1-0/+16
2008-11-13git.html: Update the links to stale versionsJunio C Hamano1-1/+3
2008-11-13Start 1.6.0.5 cycleJunio C Hamano2-1/+22
2008-11-12Fix pack.packSizeLimit and --max-pack-size handlingNicolas Pitre2-2/+16
2008-11-12rev-list documentation: clarify the two parts of history simplificationSanti BĂ©jar1-2/+46
2008-11-12Document "git log --simplify-by-decoration"Nanako Shiraishi1-0/+8
2008-11-12checkout: Fix "initial checkout" detectionJunio C Hamano4-3/+9
2008-11-12commit: Fix stripping of patch in verbose mode.Jeff King2-3/+78
2008-11-12Remove the period after the git-check-attr summaryMatt Kraai1-1/+1
2008-11-12pack-objects: extend --local to mean ignore non-local loose objects tooBrandon Casey3-2/+5
2008-11-12sha1_file.c: split has_loose_object() into local and non-local counterpartsBrandon Casey2-6/+14
2008-11-12t7700: demonstrate mishandling of loose objects in an alternate ODBBrandon Casey1-0/+19
2008-11-12builtin-gc.c: use new pack_keep bitfield to detect .keep file existenceBrandon Casey1-11/+1
2008-11-12repack: do not fall back to incremental repacking with [-a|-A]Brandon Casey1-7/+4
2008-11-12repack: don't repack local objects in packs with .keep fileBrandon Casey2-2/+2
2008-11-12pack-objects: new option --honor-pack-keepBrandon Casey2-0/+12
2008-11-12packed_git: convert pack_local flag into a bitfield and add pack_keepBrandon Casey2-1/+7