summaryrefslogtreecommitdiffstats
path: root/cache-tree.h (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-12Fix some manual typos.Ralf Wildenhues3-3/+3
2008-09-11Use compatibility regex library also on FreeBSDJeff King1-0/+2
2008-09-11Use compatibility regex library also on AIXJohannes Sixt1-0/+2
2008-09-10Update draft release notes for 1.6.0.2Junio C Hamano1-2/+22
2008-09-10Use compatibility regex library for OSX/DarwinArjen Laarhoven6-2/+10
2008-09-10git-svn: Fixes my() parameter list syntax error in pre-5.8 PerlMarcus Griep1-1/+1
2008-09-10Git.pm: Use File::Temp->tempfile instead of ->newMarcus Griep2-14/+32
2008-09-10t7501: always use test_cmp instead of diffMiklos Vajna1-6/+6
2008-09-09Start conforming code to "git subcmd" style part 2Heikki Orsila5-14/+14
2008-09-07Update draft release notes for 1.6.0.2Junio C Hamano1-3/+20
2008-09-07stash: refresh the index before deciding if the work tree is dirtyJunio C Hamano1-0/+3
2008-09-05Mention the fact that 'git annotate' is only for backward compatibility.Junio C Hamano1-0/+5
2008-09-05"blame -c" should be compatible with "annotate"Junio C Hamano2-4/+18
2008-09-05log --author/--committer: really match only with name partJunio C Hamano4-17/+114
2008-09-05git-gui: Fix diff parsing for lines starting with "--" or "++"Shawn O. Pearce1-7/+11
2008-09-04diff --cumulative is a sub-option of --dirstatJunio C Hamano2-4/+7
2008-09-04bash completion: Hide more plumbing commandsPetr Baudis1-0/+10
2008-09-04Start 1.6.0.2 maintenance cycleJunio C Hamano2-1/+51
2008-09-03tests: use "git xyzzy" form (t7200 - t9001)Nanako Shiraishi18-99/+99
2008-09-03tests: use "git xyzzy" form (t7000 - t7199)Nanako Shiraishi6-183/+183
2008-09-03Fix passwd(5) ref and reflect that commit doens't use commit-treeJonas Fonseca3-6/+6
2008-09-03improve handling of sideband message displayNicolas Pitre1-23/+43
2008-09-03tests: use "git xyzzy" form (t3600 - t6999)Nanako Shiraishi26-130/+130
2008-09-03tests: use "git xyzzy" form (t0000 - t3599)Nanako Shiraishi26-103/+103
2008-09-03checkout: fix message when leaving detached HEADJeff King1-6/+4
2008-09-03clone: fix creation of explicitly named target directoryClemens Buchacher2-3/+32
2008-09-03Makefile: add merge_recursive.h to LIB_HMiklos Vajna1-0/+1
2008-09-02Improve documentation for --dirstat diff optionHeikki Orsila1-6/+5
2008-09-02Bring local clone's origin URL in line with that of a remote cloneJohan Herland2-4/+4
2008-09-02Documentation: minor cleanup in a use case in 'git stash' manualSZEDER Gábor1-1/+1
2008-09-02Documentation: fix disappeared lines in 'git stash' manpageSZEDER Gábor1-7/+7
2008-09-02Documentation: fix reference to a for-each-ref optionSZEDER Gábor1-1/+1
2008-09-02git-gui: Fix string escaping in po2msg.shAlexander Gavrilov1-2/+2
2008-09-01git gui: show diffs with a minimum of 1 context lineClemens Buchacher3-3/+3
2008-09-01Document sendemail.envelopesender configurationAsk Bjørn Hansen1-0/+3
2008-09-01Document clarification: gitmodules, gitattributesGustaf Hendeby2-2/+2
2008-08-31'git foo' program identifies itself without dash in die() messagesJunio C Hamano15-52/+52
2008-08-31setup_git_directory(): fix move to worktree toplevel directoryNguyễn Thái Ngọc Duy1-0/+2
2008-08-31update-index: fix worktree setupNguyễn Thái Ngọc Duy1-0/+5
2008-08-31config.txt: Add missing colons after option nameTeemu Likonen1-1/+1
2008-08-31diff: Help "less" hide ^M from the outputJunio C Hamano3-3/+34
2008-08-31gitattributes: -crlf is not binaryJunio C Hamano1-3/+37
2008-08-31checkout: do not check out unmerged higher stages randomlyJunio C Hamano2-1/+50
2008-08-30Start conforming code to "git subcmd" styleHeikki Orsila6-11/+11
2008-08-30git-apply: Loosen "match_beginning" logicJunio C Hamano2-4/+16
2008-08-30Fix example in git-name-rev documentationJunio C Hamano1-1/+1
2008-08-30shell: do not play duplicated definition games to shrink the executableJunio C Hamano2-16/+1
2008-08-30Fix use of hardlinks in "make install"Alex Riesen1-1/+1
2008-08-30fixup_pack_header_footer(): use nicely aligned buffer sizesNicolas Pitre1-3/+8
2008-08-30index-pack: use fixup_pack_header_footer()'s validation modeNicolas Pitre1-18/+25