summaryrefslogtreecommitdiffstats
path: root/test-line-buffer.c (unfollow)
Commit message (Expand)AuthorFilesLines
2011-11-08merge: make usage of commit->util more extensibleJunio C Hamano4-47/+61
2011-11-08fmt-merge-msg: Add contents of merged tag in the merge messageJunio C Hamano3-2/+92
2011-11-08fmt-merge-msg: package options into a structureJunio C Hamano3-18/+27
2011-11-08fmt-merge-msg: avoid early returnsJunio C Hamano1-10/+10
2011-11-08refs DWIMmery: use the same rule for both "git fetch" and othersJunio C Hamano3-12/+3
2011-11-08fetch: allow "git fetch $there v1.0" to fetch a tagJunio C Hamano1-0/+1
2011-11-07merge: notice local merging of tags and keep it unwrappedJunio C Hamano5-8/+13
2011-11-05fetch: do not store peeled tag object names in FETCH_HEADLinus Torvalds59-176/+175
2011-11-05Split GPG interface into its own helper libraryJunio C Hamano6-100/+166
2011-10-19t1300: attempting to remove a non-existent .git/config is not an errorJohannes Sixt1-12/+7
2011-10-18strbuf.c: remove unnecessary strbuf_grow() from strbuf_getwholeline()Brandon Casey1-1/+0
2011-10-18Update draft release notes to 1.7.8Junio C Hamano1-1/+37
2011-10-17use test number as port numberClemens Buchacher1-1/+1
2011-10-17resolve_gitlink_packed_ref(): fix mismergeJunio C Hamano2-1/+30
2011-10-16gitweb: Add gitweb manpages to 'gitweb' package in git.specJakub Narebski1-0/+7
2011-10-16Documentation: Add gitweb config variables to git-config(1)Jakub Narebski1-0/+17
2011-10-16Documentation: Link to gitweb(1) and gitweb.conf(5) in other manpagesJakub Narebski2-0/+5
2011-10-16gitweb: Add gitweb(1) manpage for gitweb itselfJakub Narebski5-346/+743
2011-10-16gitweb: Add gitweb.conf(5) manpage for gitweb configuration filesDrew Northup3-134/+878
2011-10-16Update draft release notes to 1.7.8Junio C Hamano1-1/+3
2011-10-16git-svn: Allow certain refs to be ignoredMichael Olson1-5/+33
2011-10-16git svn dcommit: new option --interactive.Frédéric Heitzmann3-1/+146
2011-10-16http_init: accept separate URL parameterJeff King5-16/+8
2011-10-16http: use hostname in credential descriptionMichael J Gruber2-10/+37
2011-10-16Prepare for 1.7.7.1Junio C Hamano2-1/+40
2011-10-16send-email: Honour SMTP domain when using TLSMatthew Daley1-1/+1
2011-10-16grep: fix the error message that mentions --excludeBert Wesarg1-1/+1
2011-10-16t9901: fix line-ending dependency on windowsPat Thoyts1-15/+12
2011-10-16mingw: ensure sockets are initialized before calling gethostnamePat Thoyts2-0/+10
2011-10-16mergetools: use the correct tool for Beyond Compare 3 on WindowsPat Thoyts1-1/+6
2011-10-16git-gui: incremental goto line in blame viewBert Wesarg1-4/+11
2011-10-16git-gui: clear the goto line input when hidingBert Wesarg1-0/+1
2011-10-16git-gui: only accept numbers in the goto-line inputBert Wesarg1-2/+11
2011-10-15git-gui: search and linenumber input are mutual exclusive in the blame viewBert Wesarg1-6/+16
2011-10-15t9300: do not run --cat-blob-fd related tests on MinGWJohannes Schindelin1-4/+4
2011-10-15git-svn: On MSYS, escape and quote SVN_SSH also if set by the userSebastian Schuberth1-8/+7
2011-10-15t9001: do not fail only due to CR/LF issuesJohannes Schindelin1-0/+1
2011-10-15t1020: disable the pwd test on MinGWJohannes Schindelin1-1/+1
2011-10-14send-email: Fix %config_path_settings handlingCord Seele2-2/+38
2011-10-14t1304: fall back to $USER if $LOGNAME is not definedRené Scharfe1-0/+5
2011-10-14Update draft release notes to 1.7.8Junio C Hamano1-1/+40
2011-10-14t1402-check-ref-format: skip tests of refs beginning with slash on WindowsJohannes Sixt1-36/+52
2011-10-13pull,rebase: handle GIT_WORK_TREE betterJeff King2-2/+2
2011-10-13submodule: Search for merges only at end of recursive mergeBrad King4-5/+11
2011-10-13submodule: Demonstrate known breakage during recursive mergeBrad King1-0/+51
2011-10-12Teach merge the '[-e|--edit]' optionJay Soffian3-39/+99
2011-10-12Update draft release notes to 1.7.8Junio C Hamano1-1/+12
2011-10-12t5403: convert leading spaces to tabsNguyễn Thái Ngọc Duy1-23/+23
2011-10-12fix "git apply --index ..." not to deref NULLJim Meyering2-0/+46
2011-10-12t1300: test mixed-case variable retrievalJeff King1-0/+27