summaryrefslogtreecommitdiffstats
path: root/t/t9111 (unfollow)
Commit message (Expand)AuthorFilesLines
2009-08-27builtin-mailinfo.c: fix confusing internal API to mailinfo()Junio C Hamano1-5/+2
2009-08-22GIT 1.6.4.1v1.6.4.1Junio C Hamano4-3/+50
2009-08-22compat/snprintf.c: clarify SNPRINTF_SIZE_CORRJunio C Hamano1-1/+2
2009-08-21Make test number t7406- uniqueJohannes Sixt1-0/+0
2009-08-20git-compat-util.h: remove superfluous test for __sun__Brandon Casey1-2/+0
2009-08-19graph API: use a new color when starting a brand new columnAdam Simpkins1-3/+11
2009-08-19git-svn: Use GIT_SSH setting if SVN_SSH is not setKarthik R1-0/+9
2009-08-19svn: assume URLs from the command-line are URI-encodedEric Wong2-0/+54
2009-08-19git-svn.txt: Fix location of parent argumentTuomas Suutari1-3/+3
2009-08-18http.c: don't assume that urls don't end with slashTay Ray Chuan1-1/+3
2009-08-18filter-branch: make the usage string fit on 80 chars terminals.Matthieu Moy1-6/+6
2009-08-18filter-branch: add an example how to add ACKs to a range of commitsJohannes Schindelin1-0/+10
2009-08-17docs: describe impact of repack on "clone -s"Jeff King1-2/+10
2009-08-15add -p: do not attempt to coalesce mode changesThomas Rast2-1/+5
2009-08-15git add -p: demonstrate failure when staging both mode and hunkKirill Smelkov1-0/+11
2009-08-15git-cvsimport: add support for cvs pserver password scrambling.Dirk Hoerner1-1/+38
2009-08-15gitweb: Optimize git-favicon.pngBenjamin Kramer2-0/+0
2009-08-15block-sha1/sha1.c: silence compiler complaints by casting void * to char *Brandon Casey1-2/+2
2009-08-13block-sha1: more good unaligned memory access candidatesNicolas Pitre1-1/+4
2009-08-13gitk: Parse arbitrary commit-ish in SHA1 fieldThomas Rast1-1/+6
2009-08-13gitk: Fix direction of symmetric difference in optimized modeThomas Rast1-1/+1
2009-08-13gitk: New option to hide remote refsThomas Rast1-3/+15
2009-08-13gitk: Do not hard-code "encoding" in attribute lookup functionsJohannes Sixt1-2/+2
2009-08-13svn: (cleanup) use predefined constant for rev_map_fmtEric Wong1-1/+1
2009-08-13svn: allow branches outside of refs/remotesAdam Brewster6-54/+96
2009-08-13svn: initial "master" points to trunk if possibleEric Wong3-1/+42
2009-08-13push: point to 'git pull' and 'git push --force' in case of non-fast forwardMatthieu Moy4-5/+103
2009-08-13Documentation: add: <filepattern>... is optionalPaul Bolle1-1/+1
2009-08-13Change mentions of "git programs" to "git commands"Ori Avtalion8-10/+10
2009-08-13Documentation: merge: one <remote> is requiredPaul Bolle1-1/+1
2009-08-13help.c: give correct structure's size to memset()Johan Herland1-1/+1
2009-08-13allow pull --rebase on branch yet to be bornJeff King2-5/+24
2009-08-12block-sha1: support for architectures with memory alignment restrictionsNicolas Pitre1-2/+30
2009-08-12block-sha1: split the different "hacks" to be individually selectedNicolas Pitre1-5/+18
2009-08-12block-sha1: move code aroundNicolas Pitre1-69/+60
2009-08-11Fix typos in git-remote.txt and git-symbolic-ref.txtŠtěpán Němec2-4/+4
2009-08-11block-sha1: improve code on large-register-set machinesLinus Torvalds1-1/+24
2009-08-11git-am: print fair error message when format detection failsNicolas Sebrecht1-1/+5
2009-08-11am: allow individual e-mail files as inputJunio C Hamano2-0/+29
2009-08-10Correctly mark cover letters' encodings if they are not pure ASCIIJohannes Schindelin1-0/+4
2009-08-10Expose the has_non_ascii() functionJohannes Schindelin3-12/+13
2009-08-10Check return value of ftruncate call in http.cJeff Lasslett1-1/+5
2009-08-10http.c: replace usage of temporary variable for urlsTay Ray Chuan1-9/+6
2009-08-10http.c: free preq when abortingTay Ray Chuan1-0/+1
2009-08-10git-svn: ignore leading blank lines in svn:ignoreMichael Haggerty2-1/+6
2009-08-10svn: Honor --prefix option in init without --stdlayoutAdam Brewster1-1/+2
2009-08-10svn: Add && to t9107-git-svn-migrate.shAdam Brewster1-3/+11
2009-08-10git-instaweb: fix mod_perl detection for apache2Mark A Rada1-1/+1
2009-08-10Document 'stash clear' recovery via unreachable commitsThomas Rast1-1/+16
2009-08-09merge: indicate remote tracking branches in merge messageJeff King3-1/+16