summaryrefslogtreecommitdiffstats
path: root/t (unfollow)
Commit message (Expand)AuthorFilesLines
2012-02-10Update draft release notes to 1.7.9.1Junio C Hamano1-0/+17
2012-02-10ctype: implement islower/isupper macroNamhyung Kim1-0/+15
2012-02-10ctype.c only wants git-compat-util.hNamhyung Kim1-1/+1
2012-02-09merge: do not launch an editor on "--no-edit $tag"Junio C Hamano2-3/+19
2012-02-09tag: do not show non-tag contents with "-n"Junio C Hamano2-10/+25
2012-02-07Update draft release notes to 1.7.10Junio C Hamano1-1/+12
2012-02-07commit: ignore intent-to-add entries instead of refusingJunio C Hamano2-6/+8
2012-02-07add -e: do not show difference in a submodule that is merely dirtyJohannes Schindelin1-0/+1
2012-02-06fsck: give accurate error message on empty loose object filesMatthieu Moy1-0/+5
2012-02-06tag: die when listing missing or corrupt objectsJeff King1-1/+5
2012-02-06tag: fix output of "tag -n" when errors occurJeff King1-32/+34
2012-02-06Prepare for 1.7.9.1Junio C Hamano2-1/+20
2012-02-06completion: --edit and --no-edit for git-mergeAdrian Weimann1-1/+1
2012-02-06Git 1.7.6.6v1.7.6.6Junio C Hamano2-2/+3
2012-02-06imap-send: remove dead codeJeff King1-23/+0
2012-02-06branch --edit-description: protect against mistyped branch nameJunio C Hamano2-4/+52
2012-02-06merge: do not create a signed tag merge under --ff-only optionJunio C Hamano2-1/+15
2012-02-04parse_date(): '@' prefix forces git-timestampJunio C Hamano4-2/+32
2012-02-04parse_date(): allow ancient git-timestampJunio C Hamano1-0/+29
2012-02-04git.spec: Workaround localized messages not put in any RPMJakub Narebski1-0/+1
2012-02-04t0300: use write_script helperJeff King1-6/+2
2012-02-04tests: add write_script helper functionJunio C Hamano1-0/+9
2012-02-02vcs-svn: suppress a -Wtype-limits warningJonathan Nieder1-3/+3
2012-02-02vcs-svn: allow import of > 4GiB filesJonathan Nieder3-14/+26
2012-02-02vcs-svn: rename check_overflow arguments for clarityRamsay Jones1-7/+7
2012-02-02i18n: format_tracking_info "Your branch is behind" messageJiang Xin1-11/+21
2012-02-02i18n: git-commit whence_s "merge/cherry-pick" messageJiang Xin1-3/+3
2012-02-02Update draft release notes to 1.7.10Junio C Hamano1-1/+28
2012-02-01gitweb: Make project search respect project_filterJakub Narebski1-5/+13
2012-02-01gitweb: improve usability of projects search formJakub Narebski2-6/+28
2012-02-01gitweb: place links to parent directories in page headerBernhard R. Link1-1/+4
2012-02-01gitweb: show active project_filter in project_list page headerBernhard R. Link1-0/+14
2012-02-01gitweb: limit links to alternate forms of project_list to active project_filterBernhard R. Link1-2/+4
2012-02-01gitweb: add project_filter to limit project list to a subdirectoryBernhard R. Link1-6/+25
2012-02-01gitweb: prepare git_get_projects_list for use outside 'forks'.Bernhard R. Link1-1/+6
2012-02-01gitweb: move hard coded .git suffix out of git_get_projects_listBernhard R. Link1-4/+6
2012-02-01request-pull: explicitly ask tags/$name to be pulledJunio C Hamano3-8/+4
2012-01-31merge: add instructions to the commit message when editingThomas Rast1-0/+10
2012-01-30completion: --edit and --no-edit for git-mergeAdrian Weimann1-1/+1
2012-01-29Kick off the post 1.7.9 cycleJunio C Hamano3-2/+71
2012-01-29completion: --edit-description option for git-branchRalf Thielow1-1/+1
2012-01-27vcs-svn/svndiff.c: squelch false "unused" warning from gccJunio C Hamano1-1/+1
2012-01-27Git 1.7.9v1.7.9Junio C Hamano2-1/+6
2012-01-27i18n: Do not force USE_GETTEXT_SCHEME=fallthrough on NO_GETTEXTJunio C Hamano1-1/+1
2012-01-27INSTALL: warn about recent Fedora breakageJunio C Hamano1-1/+5
2012-01-26git-completion: workaround zsh COMPREPLY bugFelipe Contreras1-0/+8
2012-01-26t9801: do not overuse test_must_failJunio C Hamano1-4/+4
2012-01-26git-p4: Change p4 command invocationPete Wyckoff1-1/+1
2012-01-26git-p4: Add test case for complex branch importVitor Antunes1-7/+87
2012-01-26git-p4: Search for parent commit on branch creationVitor Antunes1-1/+45