Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Merge branch 'jc/maint-blame-unique-abbrev' into maint | Junio C Hamano | 2012-07-11 |
|\ | |||
| * | blame: compute abbreviation width that ensures uniqueness | Junio C Hamano | 2012-07-02 |
* | | Merge branch 'rj/platform-pread-may-be-thread-unsafe' into maint | Junio C Hamano | 2012-07-11 |
|\ \ | |||
| * | | index-pack: Disable threading on cygwin | Junio C Hamano | 2012-06-26 |
* | | | Merge branch 'nd/clone-single-fix' into maint | Junio C Hamano | 2012-07-11 |
|\ \ \ | |||
| * | | | clone: fix ref selection in --single-branch --branch=xxx | Nguyễn Thái Ngọc Duy | 2012-06-22 |
| * | | | Merge branch 'js/maint-fast-export-mark-error' into maint | Junio C Hamano | 2012-06-17 |
* | | | | Merge branch 'hv/submodule-update-nuke-submodules' into maint | Junio C Hamano | 2012-07-11 |
|\ \ \ \ | |||
| * | | | | update-index: allow overwriting existing submodule index entries | Heiko Voigt | 2012-06-11 |
| |/ / / | |||
* | | | | Merge branch 'jk/diff-no-index-pager' into maint | Junio C Hamano | 2012-07-11 |
|\ \ \ \ | |||
| * | | | | fix pager.diff with diff --no-index | Jeff King | 2012-06-15 |
| |/ / / | |||
| * | | | Merge branch 'rs/maint-grep-F' into maint | Junio C Hamano | 2012-06-01 |
| |\ \ \ | |||
| * \ \ \ | Merge branch 'ap/checkout-no-progress-for-non-tty' into maint | Junio C Hamano | 2012-06-01 |
| |\ \ \ \ | |||
* | \ \ \ \ | Merge branch 'mm/verify-filename-fix' into maint | Junio C Hamano | 2012-07-11 |
|\ \ \ \ \ \ | |||
| * | | | | | | verify_filename(): ask the caller to chose the kind of diagnosis | Matthieu Moy | 2012-06-18 |
* | | | | | | | Merge branch 'jc/ls-files-i-dir' into maint | Junio C Hamano | 2012-07-11 |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | |||
| * | | | | | | builtin/add.c: use path_excluded() | Junio C Hamano | 2012-06-05 |
| * | | | | | | path_excluded(): update API to less cache-entry centric | Junio C Hamano | 2012-06-05 |
| * | | | | | | ls-files -i: pay attention to exclusion of leading paths | Junio C Hamano | 2012-06-03 |
* | | | | | | | Merge branch 'jc/fmt-merge-msg-people' | Junio C Hamano | 2012-06-12 |
|\ \ \ \ \ \ \ | |||
| * | | | | | | | fmt-merge-msg: make attribution into comment lines | Junio C Hamano | 2012-06-06 |
* | | | | | | | | Merge branch 'js/maint-fast-export-mark-error' | Junio C Hamano | 2012-06-12 |
* | | | | | | | | i18n: apply: split to fix a partial i18n message | Jiang Xin | 2012-06-01 |
* | | | | | | | | Merge branch 'jk/ident-gecos-strbuf' | Junio C Hamano | 2012-05-29 |
|\ \ \ \ \ \ \ \ | |||
| * | | | | | | | | format-patch: do not use bogus email addresses in message ids | Jeff King | 2012-05-24 |
| * | | | | | | | | ident: rename IDENT_ERROR_ON_NO_NAME to IDENT_STRICT | Jeff King | 2012-05-24 |
| * | | | | | | | | format-patch: use GIT_COMMITTER_EMAIL in message ids | Jeff King | 2012-05-24 |
| * | | | | | | | | format-patch: refactor get_patch_filename | Jeff King | 2012-05-22 |
| * | | | | | | | | format-patch: use default email for generating message ids | Jeff King | 2012-05-22 |
| * | | | | | | | | fmt-merge-msg: don't use static buffer in record_person | Jeff King | 2012-05-22 |
* | | | | | | | | | Merge branch 'jk/fetch-pack-remove-dups-optim' | Junio C Hamano | 2012-05-29 |
|\ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | fetch-pack: sort incoming heads list earlier | Jeff King | 2012-05-24 |
| * | | | | | | | | | fetch-pack: avoid quadratic loop in filter_refs | Jeff King | 2012-05-22 |
| * | | | | | | | | | fetch-pack: sort the list of incoming refs | Jeff King | 2012-05-22 |
| * | | | | | | | | | fetch-pack: avoid quadratic behavior in remove_duplicates | Jeff King | 2012-05-22 |
| * | | | | | | | | | fetch-pack: sort incoming heads | Jeff King | 2012-05-22 |
* | | | | | | | | | | Merge branch 'mh/fetch-pack-constness' | Junio C Hamano | 2012-05-29 |
|\ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | cmd_fetch_pack(): respect constness of argv parameter | Michael Haggerty | 2012-05-22 |
| * | | | | | | | | | | cmd_fetch_pack(): combine the loop termination conditions | Michael Haggerty | 2012-05-22 |
| * | | | | | | | | | | cmd_fetch_pack(): handle non-option arguments outside of the loop | Michael Haggerty | 2012-05-22 |
| * | | | | | | | | | | cmd_fetch_pack(): declare dest to be const | Michael Haggerty | 2012-05-22 |
* | | | | | | | | | | | Merge branch 'ng/pack-objects-cleanup' | Junio C Hamano | 2012-05-29 |
|\ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | pack-objects: refactor write_object() into helper functions | Nguyễn Thái Ngọc Duy | 2012-05-18 |
| * | | | | | | | | | | | pack-objects, streaming: turn "xx >= big_file_threshold" to ".. > .." | Nguyễn Thái Ngọc Duy | 2012-05-18 |
* | | | | | | | | | | | | Merge branch 'ap/checkout-no-progress-for-non-tty' | Junio C Hamano | 2012-05-25 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | |||
| * | | | | | | | | | | | checkout: no progress messages if !isatty(2). | Avery Pennarun | 2012-05-24 |
* | | | | | | | | | | | | Merge branch 'rs/maint-grep-F' | Junio C Hamano | 2012-05-25 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | |||
| * | | | | | | | | | | | grep: stop leaking line strings with -f | René Scharfe | 2012-05-21 |
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |||
* | | | | | | | | | | | Sync with 1.7.10.3 | Junio C Hamano | 2012-05-25 |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | / | | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | |||
| * | | | | | | | | | fmt-merge-message: add empty line between tag and signature verification | Linus Torvalds | 2012-05-25 |