summaryrefslogtreecommitdiffstats
path: root/refs.c (unfollow)
Commit message (Expand)AuthorFilesLines
2014-06-10Win32: Thread-safe windows console outputKarsten Blees3-149/+273
2014-06-10Win32: add Unicode conversion functionsKarsten Blees2-0/+189
2014-06-10Win32: warn if the console font doesn't support UnicodeKarsten Blees1-0/+66
2014-06-10Win32: detect console streams more reliablyKarsten Blees1-24/+26
2014-06-10Win32: support Unicode console outputKarsten Blees2-6/+22
2014-06-10mingw: avoid const warningStepan Kasal1-1/+1
2014-06-10Win32: move main macro to a functionKarsten Blees2-10/+19
2014-06-10Windows: allow using UNC path for git repositoryCezary Zawadka5-8/+30
2014-05-09Git 1.9.3v1.9.3Junio C Hamano2-2/+3
2014-05-08shell doc: remove stray "+" in exampleJonathan Nieder1-1/+1
2014-05-08Start preparing for 1.9.3Junio C Hamano2-1/+22
2014-05-07git-p4: format-patch to diff-tree change breaks binary patchesTolga Ceylan1-1/+1
2014-04-22git-prompt.sh: don't put unsanitized branch names in $PS1Richard Hansen2-24/+54
2014-04-17Revert "rebase: fix run_specific_rebase's use of "return" on FreeBSD"Kyle J. McKay1-10/+1
2014-04-17rebase: avoid non-function use of "return" on FreeBSDKyle J. McKay3-0/+45
2014-04-11test: fix t5560 on FreeBSDKyle J. McKay1-2/+2
2014-04-11test: fix t7001 cp to use POSIX optionsKyle J. McKay1-2/+2
2014-04-09Git 1.9.2v1.9.2Junio C Hamano3-2/+23
2014-04-09doc/http-backend: missing accent grave in literal mark-upThomas Ackermann1-1/+1
2014-04-09utf8.c: partially update to version 6.3Torsten Bögershausen1-5/+4
2014-04-08Update draft release notes to 1.9.2Junio C Hamano1-0/+9
2014-04-03Start preparing for 1.9.1Junio C Hamano2-1/+39
2014-04-02update-ref: fail create operation over stdin if ref already existsAman Gupta2-0/+12
2014-04-01t4212: loosen far-in-future test for AIXJeff King1-4/+2
2014-04-01date: recognize bogus FreeBSD gmtime outputJeff King4-0/+45
2014-04-01code and test: fix misuses of "nor"Justin Lebar12-16/+16
2014-04-01comments: fix misuses of "nor"Justin Lebar20-27/+26
2014-04-01contrib: fix misuses of "nor"Justin Lebar2-3/+3
2014-04-01Documentation: fix misuses of "nor"Justin Lebar25-44/+43
2014-03-31diff-no-index: correctly diagnose error return from diff_opt_parse()Junio C Hamano1-1/+1
2014-03-26fetch: handle overlaping refspecs on --pruneCarlos MartĂ­n Nieto2-7/+45
2014-03-26status: disable translation when --porcelain is usedMatthieu Moy2-5/+9
2014-03-18Git 1.9.1v1.9.1Junio C Hamano4-3/+63
2014-03-18test-lib.sh: do not "echo" caller-supplied stringsUwe Storbeck1-2/+2
2014-03-18run-command: mark run_hook_with_custom_index as deprecatedBenoit Pierre1-0/+1
2014-03-18merge hook tests: fix and update testsBenoit Pierre1-6/+21
2014-03-18merge: fix GIT_EDITOR override for commit hookBenoit Pierre1-1/+1
2014-03-18commit: fix patch hunk editing with "commit -p -m"Benoit Pierre9-32/+80