summaryrefslogtreecommitdiffstats
path: root/builtin (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jc/stream-to-pack'Junio C Hamano2011-12-172-44/+23
|\
| * bulk-checkin: replace fast-import based implementationJunio C Hamano2011-12-012-5/+6
| * finish_tmp_packfile(): a helper functionJunio C Hamano2011-10-281-23/+10
| * create_tmp_packfile(): a helper functionJunio C Hamano2011-10-281-9/+3
| * write_pack_header(): a helper functionJunio C Hamano2011-10-281-6/+3
* | Merge branch 'jk/upload-archive-use-start-command'Junio C Hamano2011-12-171-31/+12
|\ \
| * | upload-archive: use start_command instead of forkJeff King2011-11-211-31/+12
* | | Merge branch 'ks/tag-cleanup'Junio C Hamano2011-12-141-14/+53
|\ \ \
| * | | git-tag: introduce --cleanup optionKirill A. Shutemov2011-12-091-14/+53
* | | | Merge branch 'bc/maint-apply-check-no-patch'Junio C Hamano2011-12-141-5/+5
|\ \ \ \
| * | | | builtin/apply.c: report error on failure to recognize inputBrandon Casey2011-12-051-5/+5
* | | | | Merge branch 'nd/ignore-might-be-precious'Junio C Hamano2011-12-142-7/+16
|\ \ \ \ \
| * | | | | checkout,merge: disallow overwriting ignored files with --no-overwrite-ignoreNguyễn Thái Ngọc Duy2011-11-282-7/+16
| * | | | | Merge branch 'nd/maint-ignore-exclude' into nd/ignore-might-be-preciousJunio C Hamano2011-11-282-2/+2
| |\ \ \ \ \
* | \ \ \ \ \ Merge branch 'jn/branch-move-to-self'Junio C Hamano2011-12-142-6/+20
|\ \ \ \ \ \ \
| * | | | | | | Allow checkout -B <current-branch> to update the current branchJonathan Nieder2011-11-282-5/+12
| * | | | | | | branch: allow a no-op "branch -M <current-branch> HEAD"Jonathan Nieder2011-11-281-1/+8
| |/ / / / / /
* | | | | | | Merge branch 'maint'Junio C Hamano2011-12-142-39/+50
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'jc/maint-pack-object-cycle' into maintJunio C Hamano2011-12-141-12/+43
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'jc/index-pack-reject-dups' into maintJunio C Hamano2011-12-141-1/+3
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'nd/misc-cleanups' into maintJunio C Hamano2011-12-142-6/+7
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'maint-1.7.7' into maintJunio C Hamano2011-12-146-45/+53
| |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge branch 'ab/clang-lints' into maint-1.7.7Junio C Hamano2011-12-142-4/+1
| | |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Merge branch 'nd/maint-ignore-exclude' into maint-1.7.7Junio C Hamano2011-12-142-2/+2
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|/ / / / / | | | |/| | | | | | | | |
| | * | | | | | | | | | | Merge branch 'maint-1.7.6' into maint-1.7.7Junio C Hamano2011-12-142-39/+50
| | |\ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ Merge branch 'jk/maint-fetch-status-table' into maint-1.7.6Junio C Hamano2011-12-141-38/+49
| | | |\ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | fetch: create status table using strbufJeff King2011-12-101-38/+49
| | | * | | | | | | | | | | | Merge branch 'jc/maint-name-rev-all' into maint-1.7.6Junio C Hamano2011-12-141-1/+1
| | | * | | | | | | | | | | | blame: don't overflow time bufferJeff King2011-12-141-1/+1
* | | | | | | | | | | | | | | Merge branch 'nd/resolve-ref'Junio C Hamano2011-12-0911-43/+72
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Copy resolve_ref() return value for longer useNguyễn Thái Ngọc Duy2011-12-067-27/+62
| * | | | | | | | | | | | | | | Convert many resolve_ref() calls to read_ref*() and ref_exists()Nguyễn Thái Ngọc Duy2011-11-137-17/+14
* | | | | | | | | | | | | | | | Merge branch 'jc/pull-signed-tag'Junio C Hamano2011-12-097-195/+221
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | commit-tree: teach -m/-F options to read logs from elsewhereJunio C Hamano2011-11-131-3/+40
| * | | | | | | | | | | | | | | | commit-tree: update the command line parsingJunio C Hamano2011-11-101-13/+18
| * | | | | | | | | | | | | | | | commit: teach --amend to carry forward extra headersJunio C Hamano2011-11-101-2/+7
| * | | | | | | | | | | | | | | | merge: force edit and no-ff mode when merging a tag objectJunio C Hamano2011-11-091-0/+6
| * | | | | | | | | | | | | | | | commit: copy merged signed tags to headers of merge commitJunio C Hamano2011-11-091-5/+5
| * | | | | | | | | | | | | | | | merge: record tag objects without peeling in MERGE_HEADJunio C Hamano2011-11-081-3/+10
| * | | | | | | | | | | | | | | | merge: make usage of commit->util more extensibleJunio C Hamano2011-11-081-40/+23
| * | | | | | | | | | | | | | | | fmt-merge-msg: Add contents of merged tag in the merge messageJunio C Hamano2011-11-081-2/+70
| * | | | | | | | | | | | | | | | fmt-merge-msg: package options into a structureJunio C Hamano2011-11-082-17/+20
| * | | | | | | | | | | | | | | | fmt-merge-msg: avoid early returnsJunio C Hamano2011-11-081-10/+10
| * | | | | | | | | | | | | | | | merge: notice local merging of tags and keep it unwrappedJunio C Hamano2011-11-071-0/+5
| * | | | | | | | | | | | | | | | fetch: do not store peeled tag object names in FETCH_HEADLinus Torvalds2011-11-051-2/+1
| * | | | | | | | | | | | | | | | Split GPG interface into its own helper libraryJunio C Hamano2011-11-052-100/+11
* | | | | | | | | | | | | | | | | Merge branch 'jc/request-pull-show-head-4'Junio C Hamano2011-12-094-32/+192
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | fmt-merge-msg.c: Fix an "dubious one-bit signed bitfield" sparse errorRamsay Jones2011-10-161-1/+1
| * | | | | | | | | | | | | | | | builtin/log.c: Fix an "Using plain integer as NULL pointer" warningRamsay Jones2011-10-091-1/+1
| * | | | | | | | | | | | | | | | fmt-merge-msg: use branch.$name.descriptionJunio C Hamano2011-10-072-26/+69