aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Rename resolve_ref() to resolve_ref_unsafe()Nguyễn Thái Ngọc Duy2011-12-13
* Convert resolve_ref+xstrdup to new resolve_refdup functionNguyễn Thái Ngọc Duy2011-12-13
* revert: convert resolve_ref() to read_ref_full()Nguyễn Thái Ngọc Duy2011-12-12
* Update draft release notes for 1.7.9Junio C Hamano2011-12-09
* Merge branch 'sg/complete-refs'Junio C Hamano2011-12-09
|\
| * completion: remove broken dead code from __git_heads() and __git_tags()SZEDER Gábor2011-10-21
| * completion: fast initial completion for config 'remote.*.fetch' valueSZEDER Gábor2011-10-21
| * completion: improve ls-remote output filtering in __git_refs_remotes()SZEDER Gábor2011-10-21
| * completion: query only refs/heads/ in __git_refs_remotes()SZEDER Gábor2011-10-21
| * completion: support full refs from remote repositoriesSZEDER Gábor2011-10-21
| * completion: improve ls-remote output filtering in __git_refs()SZEDER Gábor2011-10-21
| * completion: make refs completion consistent for local and remote reposSZEDER Gábor2011-10-21
| * completion: optimize refs completionSZEDER Gábor2011-10-21
| * completion: document __gitcomp()SZEDER Gábor2011-10-21
* | Merge branch 'nd/resolve-ref'Junio C Hamano2011-12-09
|\ \
| * | Copy resolve_ref() return value for longer useNguyễn Thái Ngọc Duy2011-12-05
| * | Convert many resolve_ref() calls to read_ref*() and ref_exists()Nguyễn Thái Ngọc Duy2011-11-13
* | | Merge branch 'jc/pull-signed-tag'Junio C Hamano2011-12-09
|\ \ \
| * | | commit-tree: teach -m/-F options to read logs from elsewhereJunio C Hamano2011-11-12
| * | | commit-tree: update the command line parsingJunio C Hamano2011-11-09
| * | | commit: teach --amend to carry forward extra headersJunio C Hamano2011-11-09
| * | | merge: force edit and no-ff mode when merging a tag objectJunio C Hamano2011-11-09
| * | | commit: copy merged signed tags to headers of merge commitJunio C Hamano2011-11-09
| * | | merge: record tag objects without peeling in MERGE_HEADJunio C Hamano2011-11-08
| * | | merge: make usage of commit->util more extensibleJunio C Hamano2011-11-08
| * | | fmt-merge-msg: Add contents of merged tag in the merge messageJunio C Hamano2011-11-08
| * | | fmt-merge-msg: package options into a structureJunio C Hamano2011-11-07
| * | | fmt-merge-msg: avoid early returnsJunio C Hamano2011-11-07
| * | | refs DWIMmery: use the same rule for both "git fetch" and othersJunio C Hamano2011-11-07
| * | | fetch: allow "git fetch $there v1.0" to fetch a tagJunio C Hamano2011-11-07
| * | | merge: notice local merging of tags and keep it unwrappedJunio C Hamano2011-11-07
| * | | fetch: do not store peeled tag object names in FETCH_HEADLinus Torvalds2011-11-04
| * | | Split GPG interface into its own helper libraryJunio C Hamano2011-11-04
* | | | Merge branch 'jc/request-pull-show-head-4'Junio C Hamano2011-12-09
|\ \ \ \
| * | | | request-pull: use the annotated tag contentsJunio C Hamano2011-11-09
| * | | | fmt-merge-msg.c: Fix an "dubious one-bit signed bitfield" sparse errorRamsay Jones2011-10-15
| * | | | environment.c: Fix an sparse "symbol not declared" warningRamsay Jones2011-10-09
| * | | | builtin/log.c: Fix an "Using plain integer as NULL pointer" warningRamsay Jones2011-10-09
| * | | | fmt-merge-msg: use branch.$name.descriptionJunio C Hamano2011-10-07
| * | | | request-pull: use the branch descriptionJunio C Hamano2011-10-05
| * | | | request-pull: state what commit to expectJunio C Hamano2011-10-05
| * | | | request-pull: modernize styleJunio C Hamano2011-10-05
| * | | | branch: teach --edit-description optionJunio C Hamano2011-10-05
| * | | | format-patch: use branch description in cover letterJunio C Hamano2011-10-05
| * | | | branch: add read_branch_desc() helper functionJunio C Hamano2011-10-05
| * | | | Merge branch 'bk/ancestry-path' into jc/branch-descJunio C Hamano2011-09-21
| |\ \ \ \
* | \ \ \ \ Merge branch 'ab/pull-rebase-config'Junio C Hamano2011-12-09
|\ \ \ \ \ \
| * | | | | | pull: introduce a pull.rebase option to enable --rebaseÆvar Arnfjörð Bjarmason2011-11-07
* | | | | | | Merge branch 'rs/allocate-cache-entry-individually'Junio C Hamano2011-12-09
|\ \ \ \ \ \ \
| * | | | | | | cache.h: put single NUL at end of struct cache_entryRené Scharfe2011-10-26