summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ident: reject bogus email addresses with IDENT_STRICTJeff King2012-05-241-0/+6
* ident: rename IDENT_ERROR_ON_NO_NAME to IDENT_STRICTJeff King2012-05-249-15/+14
* format-patch: use GIT_COMMITTER_EMAIL in message idsJeff King2012-05-241-1/+2
* ident: let callers omit name with fmt_indentJeff King2012-05-242-5/+10
* ident: refactor NO_DATE flag in fmt_identJeff King2012-05-241-6/+9
* ident: reword empty ident error messageJeff King2012-05-241-1/+1
* format-patch: refactor get_patch_filenameJeff King2012-05-223-38/+20
* ident: trim whitespace from default name/emailJeff King2012-05-221-1/+4
* ident: use a dynamic strbuf in fmt_identJeff King2012-05-221-28/+15
* ident: use full dns names to generate email addressesJeff King2012-05-221-9/+4
* ident: report passwd errors with a more friendly messageJeff King2012-05-225-25/+20
* drop length limitations on gecos-derived names and emailsJeff King2012-05-223-73/+39
* ident: don't write fallback username into git_default_nameJeff King2012-05-221-3/+1
* fmt_ident: drop IDENT_WARN_ON_NO_NAME codeJeff King2012-05-222-10/+6
* format-patch: use default email for generating message idsJeff King2012-05-221-8/+2
* ident: trim trailing newline from /etc/mailnameJeff King2012-05-221-0/+4
* move git_default_* variables to ident.cJeff King2012-05-223-6/+4
* move identity config parsing to ident.cJeff King2012-05-223-23/+23
* fmt-merge-msg: don't use static buffer in record_personJeff King2012-05-221-4/+4
* http-push: do not access git_default_email directlyJeff King2012-05-221-1/+1
* ident: split setup_ident into separate functionsJeff King2012-05-222-16/+22
* Update draft release notes to 1.7.11 (11th batch)Junio C Hamano2012-05-111-13/+8
* Merge branch 'ef/checkout-empty'Junio C Hamano2012-05-112-1/+12
|\
| * checkout: do not corrupt HEAD on empty repoErik Faye-Lund2012-05-082-1/+12
* | Merge branch 'jk/maint-reflog-walk-count-vs-time'Junio C Hamano2012-05-117-16/+82
|\ \
| * | reflog-walk: tell explicit --date=default from not having --date at allJunio C Hamano2012-05-075-17/+15
| * | reflog-walk: always make HEAD@{0} show indexed selectorsJeff King2012-05-042-1/+10
| * | reflog-walk: clean up "flag" field of commit_reflog structJeff King2012-05-041-3/+12
| * | log: respect date_mode_explicit with --format:%gdJeff King2012-05-045-2/+7
| * | t1411: add more selector index/date testsJeff King2012-05-041-0/+45
* | | Merge branch 'nd/i18n-branch-lego'Junio C Hamano2012-05-111-9/+23
|\ \ \
| * | | branch: remove lego in i18n tracking info stringsNguyễn Thái Ngọc Duy2012-05-041-9/+23
* | | | Sync with 1.7.10.2Junio C Hamano2012-05-114-7/+22
|\ \ \ \
| * | | | Git 1.7.10.2v1.7.10.2Junio C Hamano2012-05-113-2/+17
| * | | | Merge branch 'jc/diff-algo-cleanup' into maintJunio C Hamano2012-05-118-25/+24
| |\ \ \ \
| * \ \ \ \ Merge branch 'ct/advise-push-default' into maintJunio C Hamano2012-05-1110-13/+99
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'js/fast-import-test-9300' into maintJunio C Hamano2012-05-111-34/+54
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'jk/repack-no-explode-objects-from-old-pack' into maintJunio C Hamano2012-05-117-53/+107
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'ah/maint-grep-double-init' into maintJunio C Hamano2012-05-111-1/+1
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'fa/maint-config-doc' into maintJunio C Hamano2012-05-111-5/+9
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'rs/unpack-trees-leakfix' into maintJunio C Hamano2012-05-111-10/+17
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'sl/test-wc-l-line-count' into maintJunio C Hamano2012-05-1119-74/+65
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'rl/show-empty-prefix' into maintJunio C Hamano2012-05-112-1/+3
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | document submdule.$name.update=none option for gitmodulesHeiko Voigt2012-05-112-6/+6
* | | | | | | | | | | | | | The tenth batch of topicsJunio C Hamano2012-05-101-14/+24
* | | | | | | | | | | | | | Merge branch 'rs/dir-strbuf'Junio C Hamano2012-05-101-39/+37
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'rs/maint-dir-strbuf' into rs/dir-strbufJunio C Hamano2012-05-081-39/+37
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | dir: convert to strbufRené Scharfe2012-05-081-39/+36
* | | | | | | | | | | | | | | | Merge branch 'nd/i18n-apply-lego'Junio C Hamano2012-05-101-4/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | apply: remove lego in i18n string in gitdiff_verify_nameNguyễn Thái Ngọc Duy2012-05-081-4/+11
| |/ / / / / / / / / / / / / / /