summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rename resolve_ref() to resolve_ref_unsafe()nd/resolve-refNguyễn Thái Ngọc Duy2011-12-1313-26/+26
* Convert resolve_ref+xstrdup to new resolve_refdup functionNguyễn Thái Ngọc Duy2011-12-1312-50/+47
* revert: convert resolve_ref() to read_ref_full()Nguyễn Thái Ngọc Duy2011-12-121-1/+1
* Update draft release notes for 1.7.9Junio C Hamano2011-12-091-1/+36
* Merge branch 'sg/complete-refs'Junio C Hamano2011-12-091-91/+110
|\
| * completion: remove broken dead code from __git_heads() and __git_tags()sg/complete-refsSZEDER Gábor2011-10-211-20/+2
| * completion: fast initial completion for config 'remote.*.fetch' valueSZEDER Gábor2011-10-211-0/+4
| * completion: improve ls-remote output filtering in __git_refs_remotes()SZEDER Gábor2011-10-211-9/+4
| * completion: query only refs/heads/ in __git_refs_remotes()SZEDER Gábor2011-10-211-8/+5
| * completion: support full refs from remote repositoriesSZEDER Gábor2011-10-211-8/+21
| * completion: improve ls-remote output filtering in __git_refs()SZEDER Gábor2011-10-211-7/+7
| * completion: make refs completion consistent for local and remote reposSZEDER Gábor2011-10-211-4/+2
| * completion: optimize refs completionSZEDER Gábor2011-10-211-45/+70
| * completion: document __gitcomp()SZEDER Gábor2011-10-211-2/+7
* | Merge branch 'nd/resolve-ref'Junio C Hamano2011-12-0917-59/+98
|\ \
| * | Copy resolve_ref() return value for longer useNguyễn Thái Ngọc Duy2011-12-058-28/+66
| * | Convert many resolve_ref() calls to read_ref*() and ref_exists()Nguyễn Thái Ngọc Duy2011-11-1312-32/+36
* | | Merge branch 'jc/pull-signed-tag'Junio C Hamano2011-12-0983-406/+825
|\ \ \
| * | | commit-tree: teach -m/-F options to read logs from elsewhereJunio C Hamano2011-11-122-6/+53
| * | | commit-tree: update the command line parsingJunio C Hamano2011-11-091-13/+18
| * | | commit: teach --amend to carry forward extra headersJunio C Hamano2011-11-093-3/+76
| * | | 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-093-11/+116
| * | | merge: record tag objects without peeling in MERGE_HEADJunio C Hamano2011-11-082-4/+15
| * | | merge: make usage of commit->util more extensibleJunio C Hamano2011-11-084-47/+61
| * | | fmt-merge-msg: Add contents of merged tag in the merge messageJunio C Hamano2011-11-083-2/+92
| * | | fmt-merge-msg: package options into a structureJunio C Hamano2011-11-073-18/+27
| * | | fmt-merge-msg: avoid early returnsJunio C Hamano2011-11-071-10/+10
| * | | refs DWIMmery: use the same rule for both "git fetch" and othersJunio C Hamano2011-11-073-12/+3
| * | | fetch: allow "git fetch $there v1.0" to fetch a tagJunio C Hamano2011-11-071-0/+1
| * | | merge: notice local merging of tags and keep it unwrappedJunio C Hamano2011-11-075-8/+13
| * | | fetch: do not store peeled tag object names in FETCH_HEADLinus Torvalds2011-11-0459-176/+175
| * | | Split GPG interface into its own helper libraryJunio C Hamano2011-11-046-100/+166
* | | | Merge branch 'jc/request-pull-show-head-4'Junio C Hamano2011-12-0912-59/+313
|\ \ \ \
| * | | | request-pull: use the annotated tag contentsJunio C Hamano2011-11-092-0/+18
| * | | | fmt-merge-msg.c: Fix an "dubious one-bit signed bitfield" sparse errorRamsay Jones2011-10-151-1/+1
| * | | | environment.c: Fix an sparse "symbol not declared" warningRamsay Jones2011-10-091-0/+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-075-26/+78
| * | | | request-pull: use the branch descriptionJunio C Hamano2011-10-051-1/+19
| * | | | request-pull: state what commit to expectJunio C Hamano2011-10-052-15/+25
| * | | | request-pull: modernize styleJunio C Hamano2011-10-051-16/+13
| * | | | branch: teach --edit-description optionJunio C Hamano2011-10-052-2/+59
| * | | | format-patch: use branch description in cover letterJunio C Hamano2011-10-051-3/+68
| * | | | branch: add read_branch_desc() helper functionJunio C Hamano2011-10-052-0/+36
| * | | | Merge branch 'bk/ancestry-path' into jc/branch-descJunio C Hamano2011-09-213-10/+101
| |\ \ \ \
* | \ \ \ \ Merge branch 'ab/pull-rebase-config'Junio C Hamano2011-12-094-7/+42
|\ \ \ \ \ \
| * | | | | | pull: introduce a pull.rebase option to enable --rebaseab/pull-rebase-configÆvar Arnfjörð Bjarmason2011-11-074-7/+42
* | | | | | | Merge branch 'rs/allocate-cache-entry-individually'Junio C Hamano2011-12-092-53/+33
|\ \ \ \ \ \ \
| * | | | | | | cache.h: put single NUL at end of struct cache_entryrs/allocate-cache-entry-individuallyRené Scharfe2011-10-261-1/+1