Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'hv/submodule-update-nuke-submodules' into maint | Junio C Hamano | 2012-07-11 | 1 | -6/+0 |
|\ | |||||
| * | update-index: allow overwriting existing submodule index entries | Heiko Voigt | 2012-06-11 | 1 | -6/+0 |
* | | Merge branch 'jk/diff-no-index-pager' into maint | Junio C Hamano | 2012-07-11 | 1 | -7/+17 |
|\ \ | |||||
| * | | fix pager.diff with diff --no-index | Jeff King | 2012-06-15 | 1 | -7/+17 |
| |/ | |||||
| * | Merge branch 'rs/maint-grep-F' into maint | Junio C Hamano | 2012-06-01 | 1 | -5/+2 |
| |\ | |||||
| * \ | Merge branch 'ap/checkout-no-progress-for-non-tty' into maint | Junio C Hamano | 2012-06-01 | 1 | -2/+2 |
| |\ \ | |||||
* | \ \ | Merge branch 'mm/verify-filename-fix' into maint | Junio C Hamano | 2012-07-11 | 3 | -4/+4 |
|\ \ \ \ | |||||
| * | | | | verify_filename(): ask the caller to chose the kind of diagnosis | Matthieu Moy | 2012-06-18 | 3 | -4/+4 |
* | | | | | Merge branch 'jc/ls-files-i-dir' into maint | Junio C Hamano | 2012-07-11 | 2 | -7/+22 |
|\ \ \ \ \ | |||||
| * | | | | | builtin/add.c: use path_excluded() | Junio C Hamano | 2012-06-05 | 1 | -1/+5 |
| * | | | | | path_excluded(): update API to less cache-entry centric | Junio C Hamano | 2012-06-05 | 1 | -2/+8 |
| * | | | | | ls-files -i: pay attention to exclusion of leading paths | Junio C Hamano | 2012-06-03 | 1 | -6/+11 |
* | | | | | | Merge branch 'jc/fmt-merge-msg-people' | Junio C Hamano | 2012-06-12 | 1 | -2/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | fmt-merge-msg: make attribution into comment lines | Junio C Hamano | 2012-06-06 | 1 | -2/+2 |
* | | | | | | | Merge branch 'js/maint-fast-export-mark-error' | Junio C Hamano | 2012-06-12 | 1 | -1/+1 |
* | | | | | | | i18n: apply: split to fix a partial i18n message | Jiang Xin | 2012-06-01 | 1 | -4/+12 |
* | | | | | | | Merge branch 'jk/ident-gecos-strbuf' | Junio C Hamano | 2012-05-29 | 6 | -47/+20 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | format-patch: do not use bogus email addresses in message ids | Jeff King | 2012-05-24 | 1 | -1/+1 |
| * | | | | | | | ident: rename IDENT_ERROR_ON_NO_NAME to IDENT_STRICT | Jeff King | 2012-05-24 | 5 | -8/+7 |
| * | | | | | | | format-patch: use GIT_COMMITTER_EMAIL in message ids | Jeff King | 2012-05-24 | 1 | -1/+2 |
| * | | | | | | | format-patch: refactor get_patch_filename | Jeff King | 2012-05-22 | 1 | -28/+7 |
| * | | | | | | | format-patch: use default email for generating message ids | Jeff King | 2012-05-22 | 1 | -8/+2 |
| * | | | | | | | fmt-merge-msg: don't use static buffer in record_person | Jeff King | 2012-05-22 | 1 | -4/+4 |
* | | | | | | | | Merge branch 'jk/fetch-pack-remove-dups-optim' | Junio C Hamano | 2012-05-29 | 1 | -22/+30 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | 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 |
| * | | | | | | | | 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 '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 'ng/pack-objects-cleanup' | Junio C Hamano | 2012-05-29 | 1 | -151/+173 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | 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 | 1 | -1/+1 |
* | | | | | | | | | | | Merge branch 'ap/checkout-no-progress-for-non-tty' | Junio C Hamano | 2012-05-25 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | |||||
| * | | | | | | | | | | checkout: no progress messages if !isatty(2). | Avery Pennarun | 2012-05-24 | 1 | -2/+2 |
* | | | | | | | | | | | Merge branch 'rs/maint-grep-F' | Junio C Hamano | 2012-05-25 | 1 | -5/+2 |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |||||
| * | | | | | | | | | | grep: stop leaking line strings with -f | René Scharfe | 2012-05-21 | 1 | -5/+2 |
* | | | | | | | | | | | Sync with 1.7.10.3 | Junio C Hamano | 2012-05-25 | 1 | -3/+5 |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | / | | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | |||||
| * | | | | | | | | | fmt-merge-message: add empty line between tag and signature verification | Linus Torvalds | 2012-05-25 | 1 | -3/+5 |
| * | | | | | | | | | Merge branch 'jk/maint-status-porcelain-z-b' into maint | Junio C Hamano | 2012-05-24 | 1 | -68/+67 |
| |\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | | | |||||
| * | | | | | | | | | Merge branch 'jk/maint-reflog-walk-count-vs-time' into maint | Junio C Hamano | 2012-05-14 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'ef/checkout-empty' into maint | Junio C Hamano | 2012-05-14 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'js/checkout-detach-count' into maint | Junio C Hamano | 2012-05-14 | 1 | -6/+7 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'ef/maint-clone-progress-fix' into maint | Junio C Hamano | 2012-05-14 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'ct/advise-push-default' into maint | Junio C Hamano | 2012-05-11 | 1 | -5/+55 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jk/repack-no-explode-objects-from-old-pack' into maint | Junio C Hamano | 2012-05-11 | 2 | -49/+65 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ |