index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
git-parse-remote.sh
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
i18n: git-parse-remote.sh: mark strings for translation
Vasco Almeida
2016-04-19
1
-17
/
+29
*
remove #!interpreter line from shell libraries
Jonathan Nieder
2013-11-26
1
-1
/
+3
*
push/pull: adjust missing upstream help text to changed interface
Michael J Gruber
2012-11-08
1
-1
/
+1
*
Make git-{pull,rebase} message without tracking information friendlier
Carlos Martín Nieto
2012-03-05
1
-23
/
+20
*
Merge branch 'mz/rebase'
Junio C Hamano
2011-04-28
1
-0
/
+38
|
\
|
*
rebase: use @{upstream} if no upstream specified
Martin von Zweigbergk
2011-02-10
1
-0
/
+38
*
|
Merge branch 'maint'
Junio C Hamano
2011-03-31
1
-1
/
+1
|
\
\
|
*
|
parse-remote: typofix
Junio C Hamano
2011-03-31
1
-1
/
+1
*
|
|
Merge branch 'maint'
Junio C Hamano
2011-03-30
1
-1
/
+2
|
\
|
|
|
*
|
parse-remote: replace unnecessary sed invocation
Stephen Boyd
2011-03-30
1
-1
/
+2
|
|
/
*
|
git-request-pull: open-code the only invocation of get_remote_url
Uwe Kleine-König
2011-03-02
1
-4
/
+0
*
|
get_remote_url(): use the same data source as ls-remote to get remote urls
Uwe Kleine-König
2011-03-02
1
-47
/
+1
|
/
*
Merge branch 'mz/pull-rebase-rebased'
Junio C Hamano
2010-12-13
1
-2
/
+8
|
\
|
*
Use reflog in 'pull --rebase . foo'
Martin von Zweigbergk
2010-11-30
1
-2
/
+8
*
|
parse-remote: handle detached HEAD
Santi Béjar
2010-12-07
1
-1
/
+1
|
/
*
Do not install shell libraries executable
Jonathan Nieder
2010-01-31
1
-0
/
+0
*
parse-remote: remove unused functions
Santi Béjar
2009-06-12
1
-204
/
+0
*
parse-remote: support default reflist in get_remote_merge_branch
Santi Béjar
2009-06-12
1
-1
/
+7
*
parse-remote: function to get the tracking branch to be merge
Santi Béjar
2009-06-12
1
-0
/
+29
*
Convert to use quiet option when available
Dan Loewenherz
2009-04-23
1
-1
/
+1
*
Rewrite "git-frotz" to "git frotz"
Junio C Hamano
2007-07-03
1
-12
/
+12
*
Allow fetching references from any namespace
Alex Riesen
2007-05-12
1
-2
/
+2
*
git-fetch, git-branch: Support local --track via a special remote '.'
Paolo Bonzini
2007-03-16
1
-2
/
+12
*
Use stdin reflist passing in parse-remote
Julian Phillips
2007-02-14
1
-1
/
+2
*
git-fetch: rewrite expand_ref_wildcard in C
Junio C Hamano
2007-02-14
1
-45
/
+1
*
Revert "Allow branch.*.merge to talk about remote tracking branches."
Junio C Hamano
2007-02-05
1
-6
/
+2
*
git-fetch: Allow fetching the remote HEAD
Santi Béjar
2007-01-30
1
-1
/
+1
*
[PATCH] Rename git-repo-config to git-config.
Tom Prince
2007-01-29
1
-7
/
+7
*
parse-remote: do not barf on a remote shorthand without any refs to fetch.
Junio C Hamano
2007-01-26
1
-1
/
+8
*
make --upload-pack option to git-fetch configurable
Uwe Kleine-König
2007-01-25
1
-0
/
+13
*
Fix git-fetch while on detached HEAD not to give needlessly alarming errors
Junio C Hamano
2007-01-16
1
-2
/
+2
*
Do not merge random set of refs out of wildcarded refs
Junio C Hamano
2007-01-01
1
-1
/
+22
*
Allow branch.*.merge to talk about remote tracking branches.
Junio C Hamano
2006-12-24
1
-2
/
+6
*
Do not support "partial URL shorthand" anymore.
Junio C Hamano
2006-12-23
1
-27
/
+7
*
default pull: forget about "newbie protection" for now.
Junio C Hamano
2006-12-23
1
-7
/
+0
*
parse-remote: mark all refs not for merge only when fetching more than one
Junio C Hamano
2006-12-22
1
-2
/
+9
*
Revert "git-pull: refuse default merge without branch.*.merge"
Junio C Hamano
2006-12-22
1
-2
/
+1
*
Move "no merge candidate" warning into git-pull
Josef Weidendorfer
2006-12-19
1
-10
/
+0
*
Merge branch 'jc/test-clone' into jc/clone
Junio C Hamano
2006-12-19
1
-5
/
+3
|
\
|
*
parse-remote::expand_refs_wildcard()
Junio C Hamano
2006-12-18
1
-5
/
+3
*
|
git-pull: refuse default merge without branch.*.merge
Junio C Hamano
2006-12-16
1
-1
/
+2
|
/
*
Add branch.*.merge warning and documentation update
Josef Weidendorfer
2006-12-09
1
-0
/
+11
*
git-fetch: ignore dereferenced tags in expand_refs_wildcard
Michael Loeffler
2006-12-04
1
-1
/
+1
*
git-fetch: allow forcing glob pattern in refspec
Junio C Hamano
2006-11-25
1
-4
/
+8
*
git-fetch: allow glob pattern in refspec
Junio C Hamano
2006-11-24
1
-0
/
+35
*
fetch: get the remote branches to merge from the branch properties
Santi Béjar
2006-09-24
1
-8
/
+29
*
Fetch: default remote repository from branch properties
Santi Béjar
2006-09-24
1
-0
/
+6
*
fetch, pull: ask config for remote information
Johannes Schindelin
2006-05-04
1
-4
/
+24
*
Fix-up previous expr changes.
Junio C Hamano
2006-04-14
1
-1
/
+1
*
Shell utilities: Guard against expr' magic tokens.
Mark Wooding
2006-04-14
1
-10
/
+10
[next]