summaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'maint'Junio C Hamano2013-03-211-1/+1
|\
| * drop some obsolete "x = x" compiler warning hacksJeff King2013-03-211-1/+1
* | Merge branch 'jk/mailsplit-maildir-muttsort'Junio C Hamano2013-03-211-0/+23
|\ \
| * | mailsplit: sort maildir filenames more cleverlyJeff King2013-03-021-0/+23
* | | Merge branch 'mg/gpg-interface-using-status'Junio C Hamano2013-03-212-2/+2
|\ \ \
| * | | gpg_interface: allow to request status returnMichael J Gruber2013-02-142-2/+2
* | | | Merge branch 'nd/branch-error-cases'Junio C Hamano2013-03-211-0/+27
|\ \ \ \
| * | | | branch: segfault fixes and validationNguyễn Thái Ngọc Duy2013-02-231-0/+27
* | | | | Merge branch 'ap/maint-update-index-h-is-for-help'Junio C Hamano2013-03-211-1/+1
|\ \ \ \ \
| * | | | | update-index: allow "-h" to also display optionsAntoine Pelisse2013-02-231-1/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'bc/commit-complete-lines-given-via-m-option'Junio C Hamano2013-03-211-1/+3
|\ \ \ \ \
| * | | | | git-commit: only append a newline to -m mesg if necessaryBrandon Casey2013-02-191-1/+3
* | | | | | Merge branch 'nd/count-garbage'Junio C Hamano2013-03-211-7/+23
|\ \ \ \ \ \
| * | | | | | count-objects: report how much disk space taken by garbage filesNguyễn Thái Ngọc Duy2013-02-151-6/+12
| * | | | | | count-objects: report garbage files in pack directory tooNguyễn Thái Ngọc Duy2013-02-151-1/+11
* | | | | | | Merge branch 'jc/fetch-raw-sha1'Junio C Hamano2013-03-211-8/+32
|\ \ \ \ \ \ \
| * | | | | | | fetch: use struct ref to represent refs to be fetchedJunio C Hamano2013-02-071-8/+32
* | | | | | | | Merge branch 'nd/index-pack-l10n-buf-overflow'Junio C Hamano2013-03-211-4/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | index-pack: fix buffer overflow caused by translationsNguyễn Thái Ngọc Duy2013-03-161-4/+5
* | | | | | | | | Merge branch 'gp/avoid-explicit-mention-of-dot-git-refs'Junio C Hamano2013-03-191-2/+2
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | Fix ".git/refs" stragglersGreg Price2013-02-241-2/+2
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | add: update pathless 'add [-u|-A]' warning to reflect change of planMatthieu Moy2013-03-111-3/+3
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge branch 'as/check-ignore'Junio C Hamano2013-02-251-1/+1
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | name-hash: allow hashing an empty stringJunio C Hamano2013-02-191-1/+1
* | | | | | | Merge branch 'jc/hidden-refs'Junio C Hamano2013-02-171-0/+24
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | upload/receive-pack: allow hiding ref hierarchiesJunio C Hamano2013-02-071-0/+24
* | | | | | | Merge branch 'jc/extended-fake-ancestor-for-gitlink'Junio C Hamano2013-02-141-2/+38
|\ \ \ \ \ \ \
| * | | | | | | apply: verify submodule commit object name betterJunio C Hamano2013-02-051-2/+38
* | | | | | | | Merge branch 'maint'Junio C Hamano2013-02-122-3/+3
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | Replace filepattern with pathspec for consistencyMatthieu Moy2013-02-122-3/+3
| * | | | | | | Merge branch 'jc/fake-ancestor-with-non-blobs' into maintJunio C Hamano2013-02-071-14/+16
| |\ \ \ \ \ \ \ | | |/ / / / / /
| * | | | | | | Merge branch 'nd/edit-branch-desc-while-detached' into maintJunio C Hamano2013-02-041-4/+4
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'jc/help' into maintJunio C Hamano2013-02-041-18/+0
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'jc/merge-blobs' into maintJunio C Hamano2013-02-042-37/+59
| |\ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ Merge branch 'jk/apply-similaritly-parsing'Junio C Hamano2013-02-081-4/+6
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | |
| * | | | | | | | | | builtin/apply: tighten (dis)similarity index parsingJohn Keeping2013-02-031-4/+6
* | | | | | | | | | | Merge branch 'nd/branch-error-cases'Junio C Hamano2013-02-071-9/+15
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
| * | | | | | | | | | branch: let branch filters imply --listJeff King2013-01-311-0/+3
| * | | | | | | | | | branch: mark more strings for translationNguyễn Thái Ngọc Duy2013-01-301-5/+6
| * | | | | | | | | | Merge branch 'nd/edit-branch-desc-while-detached' into HEADJunio C Hamano2013-01-301-4/+4
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / | | |/| | | | | | | |
| * | | | | | | | | | branch: give a more helpful message on redundant argumentsNguyễn Thái Ngọc Duy2013-01-301-2/+2
| * | | | | | | | | | branch: reject -D/-d without branch nameNguyễn Thái Ngọc Duy2013-01-301-2/+4
* | | | | | | | | | | Merge branch 'jc/fake-ancestor-with-non-blobs'Junio C Hamano2013-02-051-14/+16
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
| * | | | | | | | | | apply: diagnose incomplete submodule object name betterJunio C Hamano2013-01-311-1/+5
| * | | | | | | | | | apply: simplify build_fake_ancestor()Junio C Hamano2013-01-311-14/+12
* | | | | | | | | | | Merge branch 'jk/read-commit-buffer-data-after-free'Junio C Hamano2013-02-042-30/+6
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | logmsg_reencode: lazily load missing commit buffersJeff King2013-01-261-13/+0
| * | | | | | | | | | | logmsg_reencode: never return NULLJeff King2013-01-262-17/+6
| * | | | | | | | | | | commit: drop useless xstrdup of commit messageJeff King2013-01-261-1/+1
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'mm/add-u-A-sans-pathspec'Junio C Hamano2013-02-041-1/+43
|\ \ \ \ \ \ \ \ \ \ \