summaryrefslogtreecommitdiffstats
path: root/builtin-fmt-merge-msg.c (unfollow)
Commit message (Expand)AuthorFilesLines
2009-05-27imap-send: add support for IPv6Benjamin Kramer1-3/+51
2009-05-26Update draft release notes to 1.6.4Junio C Hamano1-1/+35
2009-05-26Prepare for 1.6.3.2Junio C Hamano2-1/+52
2009-05-25fix cat-file usage message and documentationJeff King2-4/+4
2009-05-25fetch: report ref storage DF errors more accuratelyJeff King1-3/+8
2009-05-25lock_ref: inform callers of unavailable refJeff King1-1/+3
2009-05-25convert bare readlink to strbuf_readlinkJeff King1-7/+4
2009-05-25merge-options.txt: Clarify merge --squashMichael J Gruber1-1/+2
2009-05-24http-push.c::remove_locks(): fix use after freeAlex Riesen1-1/+2
2009-05-24t/t3400-rebase.sh: add more tests to help migrating git-rebase.sh to CNguyễn Thái Ngọc Duy1-0/+31
2009-05-23post-receive-email: hooks.showrev: show how to include both web link and patchJim Meyering1-0/+4
2009-05-23MinGW: Fix compiler warning in merge-recursiveJohannes Schindelin1-2/+3
2009-05-23MinGW: Add a simple getpass()Johannes Schindelin2-0/+17
2009-05-23MinGW: use POSIX signature of waitpid()Johannes Schindelin1-1/+1
2009-05-23MinGW: the path separator to split GITPERLLIB is ';' on Win32Johannes Schindelin1-1/+3
2009-05-23MinGW: Scan for \r in addition to \n when reading shbang linesPeter Harris1-2/+2
2009-05-22gitweb: Sanitize title attribute in format_subject_htmlJakub Narebski1-1/+2
2009-05-21Terminate argv with NULL before calling setup_revisions()Nguyễn Thái Ngọc Duy2-2/+3
2009-05-21doc/git-rebase.txt: remove mention of multiple strategiesNguyễn Thái Ngọc Duy1-2/+1
2009-05-21git-send-email: Handle quotes when parsing .mailrc filesEric W. Biederman1-1/+1
2009-05-21git-svn: add --authors-prog optionMark Lodato3-3/+106
2009-05-21git-svn: Set svn.authorsfile if it is passed to git svn cloneAlex Vandiver1-0/+1
2009-05-21git-svn: Correctly report max revision when following deleted pathsAlex Vandiver1-1/+1
2009-05-21git-svn: Fix for svn paths removed > log-window-size revisions agoAlex Vandiver1-1/+5
2009-05-21git-svn testsuite: use standard configuration for Subversion toolsEygene Ryabinkin29-206/+221
2009-05-21grep: fix word-regexp colouringRené Scharfe1-0/+5
2009-05-21completion: use git rev-parse to detect bare reposGiuseppe Bilotta1-1/+1
2009-05-21Cope better with a _lot_ of packsJohannes Schindelin1-0/+6
2009-05-21grep: make callback functions staticRené Scharfe1-8/+10
2009-05-20for-each-ref: fix segfault in copy_emailJeff King1-2/+5
2009-05-20Extend sample pre-commit hook to check for non ascii filenamesHeiko Voigt1-0/+25
2009-05-20Unify signedness in hashing callsDan McGee2-6/+6
2009-05-17show-branch: Fix die message in parse_reflog_param()Stephen Boyd1-1/+1
2009-05-17completion: add missing options to show-branch and showStephen Boyd1-2/+2
2009-05-17dir.c: clean up handling of 'path' parameter in read_directory_recursive()Linus Torvalds1-1/+1
2009-05-17Fix type-punning issuesDan McGee2-2/+5
2009-05-17test: checkout shouldn't say that HEAD has moved if it didn'tNanako Shiraishi1-0/+8
2009-05-17completion: enhance "current branch" displayJunio C Hamano1-2/+13
2009-05-17completion: simplify "current branch" in __git_ps1()Junio C Hamano1-7/+8
2009-05-17completion: fix PS1 display during a merge on detached HEADJunio C Hamano1-3/+3
2009-05-17Improve the naming of guessed target repository for git cloneAlex Riesen1-5/+29
2009-05-17Use UTF-8 instead of utf8 for backward compatibilityAlex Riesen1-2/+2
2009-05-16builtin-checkout: Don't tell user that HEAD has moved before it hasDaniel Cordero1-8/+8
2009-05-16pre-commit.sample: don't print incidental SHA1Jim Meyering1-1/+1
2009-05-16tests: Add tests for missing format-patch long optionsStephen Boyd2-0/+17
2009-05-16api-parse-options.txt: use 'func' instead of 'funct'Stephen Boyd1-1/+1
2009-05-16Turn on USE_ST_TIMESPEC for OpenBSDTony Kemp1-0/+1
2009-05-14Fix behavior with non-commit upstream referencesMichael J Gruber2-3/+3
2009-05-14Prettify log decorations even moreFelipe Contreras2-3/+4
2009-05-14Change prettify_ref to prettify_refnameFelipe Contreras5-8/+7