aboutsummaryrefslogtreecommitdiff
path: root/remote.c
Commit message (Expand)AuthorAge
* Change "tracking branch" to "remote-tracking branch"Matthieu Moy2010-11-03
* string_list: Add STRING_LIST_INIT macro and make use of it.Thiago Farina2010-07-05
* Merge branch 'jp/string-list-api-cleanup'Junio C Hamano2010-06-30
|\
| * string_list: Fix argument order for string_list_appendJulian Phillips2010-06-27
| * string_list: Fix argument order for string_list_lookupJulian Phillips2010-06-27
| * string_list: Fix argument order for string_list_insertJulian Phillips2010-06-27
* | Merge branch 'gv/portable'Junio C Hamano2010-06-21
|\ \
| * | Rewrite dynamic structure initializations to runtime assignmentGary V. Vaughan2010-05-31
* | | Merge branch 'maint'Junio C Hamano2010-06-07
|\ \ \ | |_|/ |/| |
| * | Change C99 comments to old-style C commentsTor Arntsen2010-06-07
| |/
* | Honor "tagopt = --tags" configuration optionSamuel Tardieu2010-04-19
|/
* refactor ref status logic for pushingTay Ray Chuan2010-01-09
* Merge branch 'sr/vcs-helper'Junio C Hamano2009-12-26
|\
| * Allow helper to map private ref names into normal namesDaniel Barkalow2009-11-17
| * Add a config option for remotes to specify a foreign vcsDaniel Barkalow2009-11-17
| * Use a function to determine whether a remote is validDaniel Barkalow2009-11-17
* | Merge branch 'bg/fetch-multi'Junio C Hamano2009-11-23
|\ \
| * | remote: refactor some logic into get_stale_heads()Jay Soffian2009-11-10
| * | Add the configuration option skipFetchAllBjörn Gustavsson2009-11-10
| |/
* | remote: fix use-after-free error detected by glibc in ref_remove_duplicatesJulian Phillips2009-11-14
* | remote: Make ref_remove_duplicates faster for large numbers of refsJulian Phillips2009-10-27
|/
* Add url.<base>.pushInsteadOf: URL rewriting for push onlyJosh Triplett2009-09-08
* Wrap rewrite globals in a struct in preparation for adding another setJosh Triplett2009-09-07
* Style fixes, add a space after if/for/while.Brian Gianforcaro2009-08-31
* Merge branch 'cb/maint-fetch-refspec-wo-dst'Junio C Hamano2009-07-06
|\
| * fetch: do not create ref from empty nameClemens Buchacher2009-06-18
* | Fix various sparse warnings in the git source codeLinus Torvalds2009-06-20
* | Merge branch 'mg/pushurl'Junio C Hamano2009-06-20
|\ \
| * | Allow push and fetch urls to be differentMichael J Gruber2009-06-09
* | | Merge branch 'cb/match_refs_internal_tail'Junio C Hamano2009-06-13
|\ \ \ | |/ / |/| |
| * | match_refs: search ref list tail internallyClemens Buchacher2009-06-01
| |/
* | Merge branch 'mg/track'Junio C Hamano2009-05-23
|\ \ | |/ |/|
| * Fix behavior with non-commit upstream referencesMichael J Gruber2009-05-14
* | remote.c: do not trigger remote.<name>.<var> codepath for two-level namesJohannes Sixt2009-04-24
* | Revert "stat_tracking_info(): only count real commits"Junio C Hamano2009-04-21
* | Merge branch 'bw/short-ref-strict'Junio C Hamano2009-04-17
|\ \
| * | remote.c: use shorten_unambiguous_refMichael J Gruber2009-04-17
* | | get_local_heads(): do not return random pointer if there is no headNguyễn Thái Ngọc Duy2009-04-17
|/ /
* | Merge branch 'fg/remote-prune'Junio C Hamano2009-04-12
|\ \
| * | remote: New function remote_is_configured()Finn Arne Gangstad2009-04-07
* | | Merge branch 'mg/tracked-local-branches'Junio C Hamano2009-04-06
|\ \ \ | |/ / |/| |
| * | Make local branches behave like remote branches when --trackedMichael J Gruber2009-04-01
* | | Merge branch 'kb/tracking-count-no-merges'Junio C Hamano2009-04-01
|\ \ \ | |/ / |/| |
| * | stat_tracking_info(): only count real commitsKjetil Barvik2009-03-04
| |/
* | Merge branch 'xx/db-refspec-vs-js-remote'Junio C Hamano2009-03-20
|\ \
| * \ Adjust js/remote-improvements and db/refspec-wildcard-in-the-middleJunio C Hamano2009-03-08
| |\ \
| * | | Support '*' in the middle of a refspecDaniel Barkalow2009-03-07
| * | | Keep '*' in pattern refspecsDaniel Barkalow2009-03-07
| * | | Use the matching function to generate the match resultsDaniel Barkalow2009-03-07
| * | | Use a single function to match names against patternsDaniel Barkalow2009-03-07
| | |/ | |/|