summaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAgeFilesLines
* 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-057-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-121-3/+40
| * | commit-tree: update the command line parsingJunio C Hamano2011-11-091-13/+18
| * | commit: teach --amend to carry forward extra headersJunio C Hamano2011-11-091-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-072-17/+20
| * | fmt-merge-msg: avoid early returnsJunio C Hamano2011-11-071-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-041-2/+1
| * | Split GPG interface into its own helper libraryJunio C Hamano2011-11-042-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-151-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
| * | | branch: teach --edit-description optionJunio C Hamano2011-10-051-2/+54
| * | | format-patch: use branch description in cover letterJunio C Hamano2011-10-051-3/+68
* | | | Merge branch 'nd/maint-ignore-exclude'Junio C Hamano2011-12-052-2/+2
|\ \ \ \
| * | | | checkout,merge: loosen overwriting untracked file check based on info/excludend/maint-ignore-excludeNguyễn Thái Ngọc Duy2011-11-282-2/+2
* | | | | Merge branch 'vr/git-merge-default-to-upstream'Junio C Hamano2011-12-051-3/+6
|\ \ \ \ \
| * | | | | Show error for 'git merge' with unset merge.defaultToUpstreamvr/git-merge-default-to-upstreamVincent van Ravesteijn2011-11-211-3/+6
* | | | | | Merge branch 'jc/maint-pack-object-cycle'Junio C Hamano2011-12-051-12/+43
|\ \ \ \ \ \
| * | | | | | pack-object: tolerate broken packs that have duplicated objectsjc/maint-pack-object-cycleJunio C Hamano2011-11-161-12/+43
* | | | | | | Merge branch 'jc/index-pack-reject-dups'Junio C Hamano2011-12-051-1/+3
|\ \ \ \ \ \ \
| * | | | | | | receive-pack, fetch-pack: reject bogus pack that records objects twicejc/index-pack-reject-dupsJunio C Hamano2011-11-161-1/+3
* | | | | | | | Merge branch 'ab/clang-lints'Junio C Hamano2011-12-052-4/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | cast variable in call to free() in builtin/diff.c and submodule.cab/clang-lintsÆvar Arnfjörð Bjarmason2011-11-061-1/+1
| * | | | | | | | apply: get rid of useless x < 0 comparison on a size_t typeÆvar Arnfjörð Bjarmason2011-11-061-3/+0
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge branch 'nd/prune-progress'Junio C Hamano2011-12-053-3/+16
|\ \ \ \ \ \ \ \
| * | | | | | | | prune: handle --progress/no-progressJeff King2011-11-072-3/+12
| * | | | | | | | prune: show progress while marking reachable objectsNguyễn Thái Ngọc Duy2011-11-072-2/+6
| |/ / / / / / /
* | | | | | | | Merge branch 'nd/fsck-progress'Junio C Hamano2011-12-051-16/+62
|\ \ \ \ \ \ \ \
| * | | | | | | | fsck: print progressnd/fsck-progressNguyễn Thái Ngọc Duy2011-11-061-2/+38
| * | | | | | | | fsck: avoid reading every object twiceNguyễn Thái Ngọc Duy2011-11-061-17/+25
| * | | | | | | | fsck: return error code when verify_pack() goes wrongNguyễn Thái Ngọc Duy2011-11-061-1/+3
* | | | | | | | | Merge branch 'nd/misc-cleanups'Junio C Hamano2011-12-052-6/+7
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | tree_entry_interesting(): give meaningful names to return valuesNguyễn Thái Ngọc Duy2011-10-271-4/+5
| * | | | | | | | | tree-walk.c: do not leak internal structure in tree_entry_len()Nguyễn Thái Ngọc Duy2011-10-272-2/+2
* | | | | | | | | | Merge branch 'maint-1.7.7' into maintJunio C Hamano2011-12-051-2/+0
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'maint-1.7.6' into maint-1.7.7Junio C Hamano2011-12-051-2/+0
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
| | * | | | | | | | | stripspace: fix outdated commentJeff King2011-12-051-2/+0
* | | | | | | | | | | builtin-branch: Fix crash on invalid use of --forceVincent van Ravesteijn2011-11-231-2/+2
* | | | | | | | | | | revert --abort: do not leave behind useless sequencer-old directoryJonathan Nieder2011-11-231-0/+1
* | | | | | | | | | | Fix revert --abort on WindowsJohannes Sixt2011-11-231-2/+2