summaryrefslogtreecommitdiffstats
path: root/remote.c (unfollow)
Commit message (Expand)AuthorFilesLines
2011-05-30git-grep: Fix problems with recently added testsMichał Kiedrowicz1-32/+26
2011-05-27git-submodule.sh: separate parens by a space to avoid confusing some shellsBrandon Casey1-1/+1
2011-05-26Documentation/technical/api-diff.txt: correct name of diff_unmerge()Brandon Casey1-2/+2
2011-05-26read_gitfile_gently: use ssize_t to hold read resultJeff King1-1/+1
2011-05-26remove tests of always-false conditionJim Meyering2-2/+2
2011-05-26plug a DIR buffer leak in rerere.cJim Meyering1-0/+1
2011-05-26rerere.c: diagnose a corrupt MERGE_RR when hitting EOF between TAB and '\0'Jim Meyering1-2/+8
2011-05-26Update 1.7.6 draft release notesJunio C Hamano1-35/+15
2011-05-26Git 1.7.5.3v1.7.5.3Junio C Hamano4-3/+36
2011-05-26compat/fnmatch/fnmatch.c: give a fall-back definition for NULLJunio C Hamano1-0/+4
2011-05-25userformat_find_requirements(): find requirement for the correct formatJunio C Hamano1-1/+1
2011-05-25gitweb: Refactor reading and parsing config file into read_config_fileJakub Narebski1-8/+20
2011-05-25sh-18n: quell "unused variable" warningMichael J Gruber1-2/+2
2011-05-25init/clone: remove short option -L and document --separate-git-dirNguyen Thai Ngoc Duy6-8/+6
2011-05-25handle_options(): do not miscount how many arguments were usedJunio C Hamano2-5/+3
2011-05-25config: always parse GIT_CONFIG_PARAMETERS during git_configJeff King2-40/+18
2011-05-25git_config: don't peek at global config_parametersJeff King1-4/+11
2011-05-25config: make environment parsing routines staticJeff King2-4/+2
2011-05-25doc: discuss textconv versus external diff driversJeff King1-0/+31
2011-05-24require-work-tree wants more than what its name saysJunio C Hamano2-3/+15
2011-05-24gitweb: Make JavaScript ability to adjust timezones configurableJakub Narebski1-8/+31
2011-05-24gitweb.js: Add UI for selecting common timezone to display datesJohn 'Warthog9' Hawley4-16/+345
2011-05-24gitweb: JavaScript ability to adjust time based on timezoneJohn 'Warthog9' Hawley4-3/+84
2011-05-24gitweb: Unify the way long timestamp is displayedJakub Narebski1-5/+3
2011-05-24gitweb: Refactor generating of long dates into format_timestamp_htmlJakub Narebski1-23/+22
2011-05-24gitweb.js: Provide getElementsByClassName method (if it not exists)Jakub Narebski1-0/+51
2011-05-24gitweb.js: Introduce code to handle cookies from JavaScriptJakub Narebski2-0/+115
2011-05-24gitweb.js: Extract and improve datetime handlingJakub Narebski3-51/+162
2011-05-24gitweb.js: Provide default values for padding in padLeftStr and padLeftJakub Narebski1-3/+11
2011-05-24gitweb.js: Update and improve comments in JavaScript filesJakub Narebski2-15/+19
2011-05-24gitweb: Split JavaScript for maintability, combining on buildJakub Narebski6-206/+269
2011-05-23git-grep: Update tests (mainly for -P)Michał Kiedrowicz1-0/+85
2011-05-23userdiff/perl: tighten BEGIN/END block pattern to reject here-doc delimitersJonathan Nieder2-3/+16
2011-05-23Update 1.7.6 draft release notesJunio C Hamano1-1/+29
2011-05-22tests: make test_expect_code quieter on successJonathan Nieder1-4/+3
2011-05-22userdiff/perl: catch sub with brace on second lineJonathan Nieder2-5/+40
2011-05-22userdiff/perl: match full line of POD headersJonathan Nieder2-1/+5
2011-05-22userdiff/perl: anchor "sub" and "package" patterns on the leftJonathan Nieder2-5/+58
2011-05-22t4018 (funcname patterns): minor cleanupsJonathan Nieder1-24/+25
2011-05-22t4018 (funcname patterns): make configuration easier to trackJonathan Nieder1-7/+12
2011-05-22t4018 (funcname patterns): make .gitattributes state easier to trackJonathan Nieder1-2/+6
2011-05-20do not read beyond end of malloc'd bufferJim Meyering2-2/+36
2011-05-20git-svn: Fix git svn log --show-commitMichael J Gruber2-1/+16
2011-05-20Update draft release notes to 1.7.6Junio C Hamano1-1/+22
2011-05-20Revert "Merge branch 'en/merge-recursive'"Junio C Hamano2-81/+6
2011-05-20Git 1.7.5.2v1.7.5.2Junio C Hamano2-2/+3
2011-05-20receive-pack: eliminate duplicate .have refsJeff King3-3/+35
2011-05-20bisect: refactor sha1_array into a generic sha1 listJeff King4-55/+78
2011-05-20refactor refs_from_alternate_cb to allow passing extra dataJeff King4-6/+20
2011-05-20Makefile: sort TEST_PROGRAMS listJeff King1-2/+2