summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-12-02Merge branch 'jk/maint-commit-v-strip' into maintLibravatar Junio C Hamano2-3/+78
2008-12-02xdiff: give up scanning similar lines earlyLibravatar Davide Libenzi1-2/+13
2008-12-02Merge branch 'bc/maint-keep-pack' into maintLibravatar Junio C Hamano9-36/+137
2008-12-02Merge branch 'js/mingw-rename-fix' into maintLibravatar Junio C Hamano1-3/+12
2008-12-02User's Manual: remove duplicated url at the end of Appendix BLibravatar Miklos Vajna1-1/+0
2008-11-30Update draft release notes to 1.6.0.5Libravatar Junio C Hamano1-0/+22
2008-11-30Merge branch 'st/maint-tag' into maintLibravatar Junio C Hamano2-7/+23
2008-11-30Merge branch 'mk/maint-cg-push' into maintLibravatar Junio C Hamano3-5/+75
2008-11-30generate-cmdlist.sh: avoid selecting synopsis at wrong placeLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2008-11-27Merge branch 'mv/fast-export' into maintLibravatar Junio C Hamano2-2/+10
2008-11-27sha1_file.c: resolve confusion EACCES vs EPERMLibravatar Sam Vilain1-1/+1
2008-11-27sha1_file: avoid bogus "file exists" error messageLibravatar Joey Hess1-1/+1
2008-11-27git checkout: don't warn about unborn branch if -f is already passedLibravatar Matt McCutchen1-1/+1
2008-11-27bash: offer refs instead of filenames for 'git revert'Libravatar SZEDER Gábor1-1/+1
2008-11-27bash: remove dashed command leftoversLibravatar SZEDER Gábor1-33/+8
2008-11-27Merge branch 'pw/maint-p4' into maintLibravatar Junio C Hamano1-1/+1
2008-11-27git-p4: fix keyword-expansion regexLibravatar Pete Wyckoff1-1/+1
2008-11-27Fix typos in the documentation.Libravatar Ralf Wildenhues4-4/+4
2008-11-26Merge branch 'mm/maint-sort-config-doc' into maintLibravatar Junio C Hamano1-48/+48
2008-11-26config.txt: alphabetize configuration sectionsLibravatar Matt McCutchen1-48/+48
2008-11-26Teach "git diff" to honour --[no-]ext-diffLibravatar Junio C Hamano2-1/+25
2008-11-23fast-export: use an unsorted string list for extra_refsLibravatar Johannes Schindelin2-3/+3
2008-11-23Add new testcase to show fast-export does not always exports all tagsLibravatar Miklos Vajna1-0/+8
2008-11-23Fix misleading wording for git-cherry-pickLibravatar Bryan Drewery1-7/+6
2008-11-23compat/mingw.c: Teach mingw_rename() to replace read-only filesLibravatar Johannes Sixt1-3/+12
2008-11-17request-pull: make usage string match manpageLibravatar Stefan Naewe1-3/+3
2008-11-16Teach ls-files --with-tree=<tree> to work with options other than -cLibravatar Junio C Hamano1-0/+2
2008-11-16builtin-ls-files.c: coding style fix.Libravatar Junio C Hamano1-1/+1
2008-11-14Documentation: git-svn: fix example for centralized SVN cloneLibravatar Jan Krüger1-0/+2
2008-11-14Documentation: fix links to "everyday.html"Libravatar Christian Couder2-4/+8
2008-11-14revision.c: use proper data type in call to sizeof() within xreallocLibravatar Brandon Casey1-1/+1
2008-11-14repack: only unpack-unreachable if we are deleting redundant packsLibravatar Brandon Casey3-10/+22
2008-11-13date/time: do not get confused by fractional secondsLibravatar Linus Torvalds1-6/+20
2008-11-12t7700: test that 'repack -a' packs alternate packed objectsLibravatar Brandon Casey1-0/+16
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-12checkout: Fix "initial checkout" detectionLibravatar Junio C Hamano4-3/+9
2008-11-12commit: Fix stripping of patch in verbose mode.Libravatar Jeff King2-3/+78
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 push: Interpret $GIT_DIR/branches in a Cogito compatible wayLibravatar Martin Koegler3-5/+75
2008-11-11Fix non-literal format in printf-style callsLibravatar Daniel Lowe8-12/+12