summaryrefslogtreecommitdiffstats
path: root/editor.c (unfollow)
Commit message (Expand)AuthorFilesLines
2009-01-07README: tutorial.txt is now called gittutorial.txtJoey Hess1-1/+1
2008-12-21doc/git-fsck: change the way for getting heads' SHA1sMarkus Heidelberg1-1/+2
2008-12-20fast-import: make tagger information optionalJunio C Hamano2-11/+33
2008-12-20fast-export: deal with tag objects that do not have a taggerJohannes Schindelin3-5/+42
2008-12-20SubmittingPatches: mention the usage of real name in Signed-off-by: linesMiklos Vajna1-0/+3
2008-12-20git-mergetool: properly handle "git mergetool -- filename"David Aguilar1-0/+1
2008-12-20git-send-email: handle email address with quoted commaWu Fengguang1-3/+8
2008-12-20Documentation: fix typos, grammar, asciidoc syntaxMarkus Heidelberg13-25/+25
2008-12-17GIT 1.5.4.7v1.5.4.7Junio C Hamano2-1/+11
2008-12-17gitweb: do not run "git diff" that is PorcelainJunio C Hamano1-36/+2
2008-12-16fast-import: close pack before unlinking itJohannes Schindelin1-1/+3
2008-12-15pager: do not dup2 stderr if it is already redirectedJunio C Hamano1-1/+2
2008-12-15git-show: do not segfault when showing a bad tagJunio C Hamano2-1/+27
2008-12-13git-config.txt: fix a typoJim Meyering1-1/+1
2008-12-11fsck: reduce stack footprintLinus Torvalds1-7/+31
2008-12-11make sure packs to be replaced are closed beforehandNicolas Pitre3-0/+33
2008-12-10work around Python warnings from AsciiDocJunio C Hamano1-9/+9
2008-12-09git-svn: Make following parents atomicDeskin Miller2-4/+54
2008-12-08GIT 1.6.0.5v1.6.0.5Junio C Hamano1-15/+28
2008-12-07"git diff <tree>{3,}": do not reverse order of argumentsMatt McCutchen3-3/+31
2008-12-07tag: delete TAG_EDITMSG only on successful tagJeff King1-8/+20
2008-12-07gitweb: Make project specific override for 'grep' feature workJakub Narebski1-0/+1
2008-12-07http.c: use 'git_config_string' to get 'curl_http_proxy'Miklos Vajna1-7/+4
2008-12-07fetch-pack: Avoid memcpy() with src==dstThomas Rast1-1/+2
2008-12-03xdiff: give up scanning similar lines earlyDavide Libenzi1-2/+13
2008-12-03User's Manual: remove duplicated url at the end of Appendix BMiklos Vajna1-1/+0
2008-12-01Update draft release notes to 1.6.0.5Junio C Hamano1-0/+22
2008-12-01generate-cmdlist.sh: avoid selecting synopsis at wrong placeNguyễn Thái Ngọc Duy1-1/+1
2008-11-28sha1_file.c: resolve confusion EACCES vs EPERMSam Vilain1-1/+1
2008-11-28sha1_file: avoid bogus "file exists" error messageJoey Hess1-1/+1
2008-11-28git checkout: don't warn about unborn branch if -f is already passedMatt McCutchen1-1/+1
2008-11-28bash: offer refs instead of filenames for 'git revert'SZEDER Gábor1-1/+1
2008-11-28bash: remove dashed command leftoversSZEDER Gábor1-33/+8
2008-11-27git-p4: fix keyword-expansion regexPete Wyckoff1-1/+1
2008-11-27Fix typos in the documentation.Ralf Wildenhues4-4/+4
2008-11-26config.txt: alphabetize configuration sectionsMatt McCutchen1-48/+48
2008-11-26Teach "git diff" to honour --[no-]ext-diffJunio C Hamano2-1/+25
2008-11-24fast-export: use an unsorted string list for extra_refsJohannes Schindelin2-3/+3
2008-11-24Add new testcase to show fast-export does not always exports all tagsMiklos Vajna1-0/+8
2008-11-24Fix misleading wording for git-cherry-pickBryan Drewery1-7/+6
2008-11-24compat/mingw.c: Teach mingw_rename() to replace read-only filesJohannes Sixt1-3/+12
2008-11-17request-pull: make usage string match manpageStefan Naewe1-3/+3
2008-11-16Teach ls-files --with-tree=<tree> to work with options other than -cJunio C Hamano1-0/+2
2008-11-16builtin-ls-files.c: coding style fix.Junio C Hamano1-1/+1
2008-11-15Documentation: git-svn: fix example for centralized SVN cloneJan Krüger1-0/+2
2008-11-15Documentation: fix links to "everyday.html"Christian Couder2-4/+8
2008-11-15revision.c: use proper data type in call to sizeof() within xreallocBrandon Casey1-1/+1
2008-11-15repack: only unpack-unreachable if we are deleting redundant packsBrandon Casey3-10/+22
2008-11-13date/time: do not get confused by fractional secondsLinus Torvalds1-6/+20
2008-11-13t7700: test that 'repack -a' packs alternate packed objectsBrandon Casey1-0/+16