summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | 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
* | | | | | | | | | | | | | | Merge branch 'jk/fetch-pack-remove-dups-optim'Junio C Hamano2012-05-293-22/+54
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | fetch-pack: sort incoming heads list earlierJeff King2012-05-241-1/+1
| * | | | | | | | | | | | | | | fetch-pack: avoid quadratic loop in filter_refsJeff King2012-05-221-6/+13
| * | | | | | | | | | | | | | | fetch-pack: sort the list of incoming refsJeff King2012-05-221-0/+2
| * | | | | | | | | | | | | | | add sorting infrastructure for list refsJeff King2012-05-222-0/+24
| * | | | | | | | | | | | | | | fetch-pack: avoid quadratic behavior in remove_duplicatesJeff King2012-05-221-15/+6
| * | | | | | | | | | | | | | | fetch-pack: sort incoming headsJeff King2012-05-221-1/+9
* | | | | | | | | | | | | | | | Merge branch 'rs/refs-string-slice'Junio C Hamano2012-05-291-29/+41
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | refs: do not create ref_entry when searchingJunio C Hamano2012-05-221-9/+23
| * | | | | | | | | | | | | | | | refs: use strings directly in find_containing_dir()René Scharfe2012-05-221-9/+4
| * | | | | | | | | | | | | | | | refs: convert parameter of create_dir_entry() to length-limited stringRené Scharfe2012-05-221-8/+10
| * | | | | | | | | | | | | | | | refs: convert parameter of search_ref_dir() to length-limited stringRené Scharfe2012-05-221-6/+7
| |/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge branch 'mh/fetch-pack-constness'Junio C Hamano2012-05-291-74/+71
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | cmd_fetch_pack(): respect constness of argv parameterMichael Haggerty2012-05-221-13/+10
| * | | | | | | | | | | | | | | | cmd_fetch_pack(): combine the loop termination conditionsMichael Haggerty2012-05-221-58/+55
| * | | | | | | | | | | | | | | | cmd_fetch_pack(): handle non-option arguments outside of the loopMichael Haggerty2012-05-221-5/+7
| * | | | | | | | | | | | | | | | cmd_fetch_pack(): declare dest to be constMichael Haggerty2012-05-221-3/+4
* | | | | | | | | | | | | | | | | Merge branch 'mh/ref-api-lazy-loose'Junio C Hamano2012-05-291-2/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | free_ref_entry(): do not trigger reading of loose refsMichael Haggerty2012-05-201-2/+7
* | | | | | | | | | | | | | | | | | Merge branch 'ng/pack-objects-cleanup'Junio C Hamano2012-05-292-152/+174
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | pack-objects: refactor write_object() into helper functionsNguyễn Thái Ngọc Duy2012-05-181-150/+172
| * | | | | | | | | | | | | | | | | pack-objects, streaming: turn "xx >= big_file_threshold" to ".. > .."Nguyễn Thái Ngọc Duy2012-05-182-2/+2
| | |_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Git 1.7.11-rc0v1.7.11-rc0Junio C Hamano2012-05-252-18/+24
* | | | | | | | | | | | | | | | | Merge branch 'sp/sh-windows-pwd'Junio C Hamano2012-05-251-20/+21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | git-sh-setup: define workaround wrappers before they are usedJunio C Hamano2012-05-161-20/+21
* | | | | | | | | | | | | | | | | | Merge branch 'mh/test-keep-prove-cache'Junio C Hamano2012-05-251-2/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | t/Makefile: retain cache t/.prove across prove runsMichael Haggerty2012-05-201-2/+4
* | | | | | | | | | | | | | | | | | | Merge branch 'rs/dir-strbuf-read-recursive-fix'Junio C Hamano2012-05-251-16/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | dir: simplify fill_directory()René Scharfe2012-05-111-8/+1
| * | | | | | | | | | | | | | | | | | | dir: respect string length argument of read_directory_recursive()René Scharfe2012-05-111-8/+8
* | | | | | | | | | | | | | | | | | | | Merge branch 'fc/git-complete-helper-fix'Junio C Hamano2012-05-252-6/+18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | completion: add support for backwards compatibilityFelipe Contreras2012-05-201-0/+12