summaryrefslogtreecommitdiffstats
path: root/commit.h (unfollow)
Commit message (Expand)AuthorFilesLines
2013-02-24git-relink: use a lowercase "usage:" stringDavid Aguilar1-1/+1
2013-02-24git-svn: use a lowercase "usage:" stringDavid Aguilar1-1/+1
2013-02-24git-sh-setup: use a lowercase "usage:" stringDavid Aguilar1-3/+3
2013-02-20Git 1.8.1.4v1.8.1.4Junio C Hamano4-3/+15
2013-02-20imap-send: support subjectAltName as wellOswald Buddenhagen1-0/+19
2013-02-20imap-send: the subject of SSL certificate must match the hostOswald Buddenhagen1-0/+39
2013-02-19imap-send: move #ifdef aroundJunio C Hamano1-2/+7
2013-02-19RelNotes 1.8.2: push-simple will not be in effect in this releaseJunio C Hamano1-2/+14
2013-02-19shell-prompt: clean up nested if-thenMartin Erik Werner1-14/+13
2013-02-18user-manual: use -o latest.tar.gz to create a gzipped tarballW. Trevor King1-3/+12
2013-02-18user-manual: use 'git config --global user.*' for setupW. Trevor King1-5/+13
2013-02-18user-manual: mention 'git remote add' for remote branch configW. Trevor King1-27/+13
2013-02-18user-manual: give 'git push -f' as an alternative to +masterW. Trevor King1-0/+7
2013-02-18user-manual: use 'remote add' to setup push URLsW. Trevor King1-5/+10
2013-02-18l10n: zh_CN.po: translate 35 new messagesJiang Xin1-625/+767
2013-02-18Git 1.8.2-rc0v1.8.2-rc0Junio C Hamano2-1/+14
2013-02-17l10n: vi.po: update new strings (2004t0u0f)Tran Ngoc Quan1-647/+795
2013-02-15Update draft release notes to 1.8.2Junio C Hamano1-0/+12
2013-02-15git.txt: update description of the configuration mechanismMatthieu Moy1-6/+5
2013-02-15Documentation/git-add: kill remaining <filepattern>Junio C Hamano1-1/+1
2013-02-14user-manual: Update for receive.denyCurrentBranch=refuseW. Trevor King1-3/+4
2013-02-14Update draft release notes to 1.8.2Junio C Hamano1-0/+9
2013-02-14l10n: Update git.pot (35 new, 14 removed messages)Jiang Xin1-601/+722
2013-02-13t9903: add extra tests for bash.showDirtyStateMartin Erik Werner1-1/+37
2013-02-13t9903: add tests for bash.showUntrackedFilesMartin Erik Werner1-0/+40
2013-02-13Makefile: don't run "rm" without any filesMatt Kraai1-2/+1
2013-02-13shell prompt: add bash.showUntrackedFiles optionMartin Erik Werner1-3/+8
2013-02-12rebase -i: respect core.commentcharJohn Keeping2-40/+58
2013-02-12combine-diff.c: teach combined diffs about line prefixJohn Keeping1-17/+30
2013-02-12diff.c: use diff_line_prefix() where applicableJohn Keeping1-95/+20
2013-02-12diff: add diff_line_prefix functionJohn Keeping2-0/+13
2013-02-12diff.c: make constant string arguments constJohn Keeping1-2/+4
2013-02-12diff: write prefix to the correct fileJohn Keeping1-1/+1
2013-02-12completion: support 'git config --local'Matthieu Moy1-2/+2
2013-02-12Replace filepattern with pathspec for consistencyMatthieu Moy3-8/+8
2013-02-12parse-options: report uncorrupted multi-byte optionsErik Faye-Lund1-1/+4
2013-02-11Allow building with xmlparse.hMatt Kraai3-0/+11
2013-02-11log: re-encode commit messages before greppingJeff King2-7/+78
2013-02-11Add utf8_fprintf helper that returns correct number of columnsJiang Xin3-2/+25
2013-02-11git-bisect.txt: clarify that reset quits bisectMichael J Gruber1-1/+6
2013-02-11Update draft release notes to 1.8.2Junio C Hamano1-0/+25
2013-02-11user-manual: Rewrite git-gc section for automatic packingW. Trevor King1-12/+6
2013-02-11user-manual: Fix 'you - Git' -> 'you--Git' typoW. Trevor King1-1/+1
2013-02-11user-manual: Fix 'http' -> 'HTTP' typosW. Trevor King1-3/+3
2013-02-10user-manual: Fix 'both: so' -> 'both; so' typoW. Trevor King1-1/+1
2013-02-10p4merge: fix printf usageDavid Aguilar1-1/+1
2013-02-10difftool--helper: fix printf usageDavid Aguilar1-1/+1
2013-02-09cvsimport: format commit timestamp ourselves without using strftimeBen Walton1-1/+4
2013-02-09perl/Git.pm: fix get_tz_offset to properly handle DST boundary casesBen Walton1-3/+3
2013-02-09Move Git::SVN::get_tz to Git::get_tz_offsetBen Walton3-12/+31