Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | | ident: let callers omit name with fmt_indent | Jeff King | 2012-05-24 | 2 | -5/+10 | |
| * | | | | | | | | | | | | | | ident: refactor NO_DATE flag in fmt_ident | Jeff King | 2012-05-24 | 1 | -6/+9 | |
| * | | | | | | | | | | | | | | ident: reword empty ident error message | Jeff King | 2012-05-24 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | format-patch: refactor get_patch_filename | Jeff King | 2012-05-22 | 3 | -38/+20 | |
| * | | | | | | | | | | | | | | ident: trim whitespace from default name/email | Jeff King | 2012-05-22 | 1 | -1/+4 | |
| * | | | | | | | | | | | | | | ident: use a dynamic strbuf in fmt_ident | Jeff King | 2012-05-22 | 1 | -28/+15 | |
| * | | | | | | | | | | | | | | ident: use full dns names to generate email addresses | Jeff King | 2012-05-22 | 1 | -9/+4 | |
| * | | | | | | | | | | | | | | ident: report passwd errors with a more friendly message | Jeff King | 2012-05-22 | 5 | -25/+20 | |
| * | | | | | | | | | | | | | | drop length limitations on gecos-derived names and emails | Jeff King | 2012-05-22 | 3 | -73/+39 | |
| * | | | | | | | | | | | | | | ident: don't write fallback username into git_default_name | Jeff King | 2012-05-22 | 1 | -3/+1 | |
| * | | | | | | | | | | | | | | fmt_ident: drop IDENT_WARN_ON_NO_NAME code | Jeff King | 2012-05-22 | 2 | -10/+6 | |
| * | | | | | | | | | | | | | | format-patch: use default email for generating message ids | Jeff King | 2012-05-22 | 1 | -8/+2 | |
| * | | | | | | | | | | | | | | ident: trim trailing newline from /etc/mailname | Jeff King | 2012-05-22 | 1 | -0/+4 | |
| * | | | | | | | | | | | | | | move git_default_* variables to ident.c | Jeff King | 2012-05-22 | 3 | -6/+4 | |
| * | | | | | | | | | | | | | | move identity config parsing to ident.c | Jeff King | 2012-05-22 | 3 | -23/+23 | |
| * | | | | | | | | | | | | | | fmt-merge-msg: don't use static buffer in record_person | Jeff King | 2012-05-22 | 1 | -4/+4 | |
| * | | | | | | | | | | | | | | http-push: do not access git_default_email directly | Jeff King | 2012-05-22 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | ident: split setup_ident into separate functions | Jeff King | 2012-05-22 | 2 | -16/+22 | |
* | | | | | | | | | | | | | | | Merge branch 'jk/fetch-pack-remove-dups-optim' | Junio C Hamano | 2012-05-29 | 3 | -22/+54 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | fetch-pack: sort incoming heads list earlier | Jeff King | 2012-05-24 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | fetch-pack: avoid quadratic loop in filter_refs | Jeff King | 2012-05-22 | 1 | -6/+13 | |
| * | | | | | | | | | | | | | | | fetch-pack: sort the list of incoming refs | Jeff King | 2012-05-22 | 1 | -0/+2 | |
| * | | | | | | | | | | | | | | | add sorting infrastructure for list refs | Jeff King | 2012-05-22 | 2 | -0/+24 | |
| * | | | | | | | | | | | | | | | fetch-pack: avoid quadratic behavior in remove_duplicates | Jeff King | 2012-05-22 | 1 | -15/+6 | |
| * | | | | | | | | | | | | | | | fetch-pack: sort incoming heads | Jeff King | 2012-05-22 | 1 | -1/+9 | |
* | | | | | | | | | | | | | | | | Merge branch 'rs/refs-string-slice' | Junio C Hamano | 2012-05-29 | 1 | -29/+41 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | refs: do not create ref_entry when searching | Junio C Hamano | 2012-05-22 | 1 | -9/+23 | |
| * | | | | | | | | | | | | | | | | refs: use strings directly in find_containing_dir() | René Scharfe | 2012-05-22 | 1 | -9/+4 | |
| * | | | | | | | | | | | | | | | | refs: convert parameter of create_dir_entry() to length-limited string | René Scharfe | 2012-05-22 | 1 | -8/+10 | |
| * | | | | | | | | | | | | | | | | refs: convert parameter of search_ref_dir() to length-limited string | René Scharfe | 2012-05-22 | 1 | -6/+7 | |
| |/ / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | Merge branch 'mh/fetch-pack-constness' | Junio C Hamano | 2012-05-29 | 1 | -74/+71 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | cmd_fetch_pack(): respect constness of argv parameter | Michael Haggerty | 2012-05-22 | 1 | -13/+10 | |
| * | | | | | | | | | | | | | | | | cmd_fetch_pack(): combine the loop termination conditions | Michael Haggerty | 2012-05-22 | 1 | -58/+55 | |
| * | | | | | | | | | | | | | | | | cmd_fetch_pack(): handle non-option arguments outside of the loop | Michael Haggerty | 2012-05-22 | 1 | -5/+7 | |
| * | | | | | | | | | | | | | | | | cmd_fetch_pack(): declare dest to be const | Michael Haggerty | 2012-05-22 | 1 | -3/+4 | |
* | | | | | | | | | | | | | | | | | Merge branch 'mh/ref-api-lazy-loose' | Junio C Hamano | 2012-05-29 | 1 | -2/+7 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | free_ref_entry(): do not trigger reading of loose refs | Michael Haggerty | 2012-05-20 | 1 | -2/+7 | |
* | | | | | | | | | | | | | | | | | | Merge branch 'ng/pack-objects-cleanup' | Junio C Hamano | 2012-05-29 | 2 | -152/+174 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | pack-objects: refactor write_object() into helper functions | Nguyễn Thái Ngọc Duy | 2012-05-18 | 1 | -150/+172 | |
| * | | | | | | | | | | | | | | | | | pack-objects, streaming: turn "xx >= big_file_threshold" to ".. > .." | Nguyễn Thái Ngọc Duy | 2012-05-18 | 2 | -2/+2 | |
| | |_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | Git 1.7.11-rc0v1.7.11-rc0 | Junio C Hamano | 2012-05-25 | 2 | -18/+24 | |
* | | | | | | | | | | | | | | | | | Merge branch 'sp/sh-windows-pwd' | Junio C Hamano | 2012-05-25 | 1 | -20/+21 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | git-sh-setup: define workaround wrappers before they are used | Junio C Hamano | 2012-05-16 | 1 | -20/+21 | |
* | | | | | | | | | | | | | | | | | | Merge branch 'mh/test-keep-prove-cache' | Junio C Hamano | 2012-05-25 | 1 | -2/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | t/Makefile: retain cache t/.prove across prove runs | Michael Haggerty | 2012-05-20 | 1 | -2/+4 | |
* | | | | | | | | | | | | | | | | | | | Merge branch 'rs/dir-strbuf-read-recursive-fix' | Junio C Hamano | 2012-05-25 | 1 | -16/+9 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | dir: simplify fill_directory() | René Scharfe | 2012-05-11 | 1 | -8/+1 | |
| * | | | | | | | | | | | | | | | | | | | dir: respect string length argument of read_directory_recursive() | René Scharfe | 2012-05-11 | 1 | -8/+8 | |
* | | | | | | | | | | | | | | | | | | | | Merge branch 'fc/git-complete-helper-fix' | Junio C Hamano | 2012-05-25 | 2 | -6/+18 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | completion: add support for backwards compatibility | Felipe Contreras | 2012-05-20 | 1 | -0/+12 |