summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add_ref(): take a (struct ref_entry *) parametermh/ref-apiMichael Haggerty2011-12-121-9/+5
* create_ref_entry(): extract function from add_ref()Michael Haggerty2011-12-121-15/+22
* repack_without_ref(): remove temporaryMichael Haggerty2011-12-121-5/+2
* resolve_gitlink_ref_recursive(): change to work with struct ref_cacheMichael Haggerty2011-12-121-24/+10
* Pass a (ref_cache *) to the resolve_gitlink_*() helper functionsMichael Haggerty2011-12-121-20/+20
* resolve_gitlink_ref(): improve docstringMichael Haggerty2011-12-121-2/+6
* get_ref_dir(): change signatureMichael Haggerty2011-12-121-9/+9
* refs: change signatures of get_packed_refs() and get_loose_refs()Michael Haggerty2011-12-121-19/+17
* is_dup_ref(): extract function from sort_ref_array()Michael Haggerty2011-12-121-12/+25
* add_ref(): add docstringMichael Haggerty2011-12-121-0/+1
* parse_ref_line(): add docstringMichael Haggerty2011-12-121-0/+5
* is_refname_available(): remove the "quiet" argumentMichael Haggerty2011-12-121-7/+13
* clear_ref_array(): rename from free_ref_array()Michael Haggerty2011-12-121-4/+4
* refs: rename parameters result -> sha1Michael Haggerty2011-12-122-11/+11
* refs: rename "refname" variablesMichael Haggerty2011-12-123-163/+175
* struct ref_entry: document name memberMichael Haggerty2011-12-121-0/+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