summaryrefslogtreecommitdiffstats
path: root/imap-send.c (unfollow)
Commit message (Expand)AuthorFilesLines
2007-04-10Add 'resolve_gitlink_ref()' helper functionLinus Torvalds2-0/+83
2007-04-10Avoid overflowing name buffer in deep directory structuresLinus Torvalds1-0/+3
2007-04-10diff-lib: use ce_mode_from_stat() rather than messing with modes manuallyLinus Torvalds1-12/+3
2007-04-10git-archive: make tar the default formatRené Scharfe3-5/+12
2007-04-09Add Documentation/cmd-list.made to .gitignoreJunio C Hamano1-0/+1
2007-04-09git-svn: fix log command to avoid infinite loop on long commit messagesEric Wong1-2/+9
2007-04-09git-svn: dcommit/rebase confused by patches with git-svn-id: linesEric Wong1-20/+21
2007-04-09git-svn: bail out on incorrect command-line optionsEric Wong1-1/+4
2007-04-08Start 1.5.2 cycle by prepareing RelNotes for it.Junio C Hamano2-1/+77
2007-04-08Prepare for 1.5.1.1Junio C Hamano2-1/+47
2007-04-08cvsserver: small corrections to asciidoc documentationFrank Lichtenheld1-4/+4
2007-04-07A new merge stragety 'subtree'.Junio C Hamano7-3/+373
2007-04-07git-push to multiple locations does not stop at the first failureJunio C Hamano1-7/+8
2007-04-07git-push reports the URL after failing.Junio C Hamano1-0/+2
2007-04-07Documentation: tighten dependency for git.{html,txt}Junio C Hamano2-4/+17
2007-04-07Makefile: iconv() on Darwin has the old interfaceArjen Laarhoven1-0/+1
2007-04-07t5300-pack-object.sh: portability issue using /usr/bin/statArjen Laarhoven1-5/+6
2007-04-07git-bisect: allow bisecting with only one bad commit.Junio C Hamano2-45/+59
2007-04-07t6030: add a bit more tests to git-bisectJunio C Hamano1-1/+37
2007-04-07t3200-branch.sh: small language nitArjen Laarhoven1-1/+1
2007-04-07usermanual.txt: some capitalization nitsArjen Laarhoven1-4/+4
2007-04-07Make builtin-branch.c handle the git config fileLars Hjemli2-10/+6
2007-04-07rename_ref(): only print a warning when config-file update failsLars Hjemli1-1/+1
2007-04-07Distinguish branches by more than case in tests.Brian Gernhardt1-3/+3
2007-04-07Avoid composing too long "References" header.YOSHIFUJI Hideaki / 吉藤英明1-1/+1
2007-04-07cvsimport: Improve formating consistencyFrank Lichtenheld1-3/+3
2007-04-07cvsimport: Reorder options in documentation for better understandingFrank Lichtenheld1-27/+27
2007-04-07cvsimport: Improve usage error reportingFrank Lichtenheld1-4/+6
2007-04-07cvsimport: Improve documentation of CVSROOT and CVS module determinationFrank Lichtenheld1-2/+6
2007-04-07cvsimport: sync usage lines with existing optionsFrank Lichtenheld2-5/+8
2007-04-06git-bisect: modernizationJunio C Hamano1-5/+4
2007-04-06Fix lseek(2) calls with args 2 and 3 swappedDana How2-2/+2
2007-04-06Makefile: Add '+' to QUIET_SUBDIR0 to fix parallel make.Fernando J. Pereda1-2/+2
2007-04-06Documentation: bisect: "start" accepts one bad and many good commitsChristian Couder1-4/+15
2007-04-06Bisect: teach "bisect start" to optionally use one bad and many good revs.Christian Couder2-26/+99
2007-04-06Fix passing of TCLTK_PATH to git-guiAlex Riesen1-1/+1
2007-04-06Rename add_file_to_index() to add_file_to_cache()Junio C Hamano4-4/+4
2007-04-06Rename static variable write_index to update_index in builtin-apply.cJunio C Hamano1-6/+6
2007-04-06Rename internal function "add_file_to_cache" in builtin-update-index.cJunio C Hamano1-2/+2
2007-04-06Propagate cache error internal to refresh_cache() via parameter.Junio C Hamano1-6/+13
2007-04-06Fix bogus error message from merge-recursive error pathJunio C Hamano3-3/+2
2007-04-06Show binary file size change in diff --statAndy Parkins1-3/+10
2007-04-06Honor -p<n> when applying git diffsShawn O. Pearce2-2/+27
2007-04-06Fix dependency of common-cmds.hJunio C Hamano1-1/+1
2007-04-06Fix lost-found to show commits only referenced by reflogsShawn O. Pearce3-3/+15
2007-04-05clean up and optimize nth_packed_object_sha1() usageNicolas Pitre6-25/+24
2007-04-05Fix renaming branch without config fileGeert Bosch2-2/+12
2007-04-05DESTDIR support for git/contrib/emacsVille Skyttä1-2/+2
2007-04-05gitweb: Fix bug in "blobdiff" view for split (e.g. file to symlink) patchesJakub Narebski1-2/+4
2007-04-05Document --left-right option to rev-list.Brian Gernhardt2-0/+32