| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'sb/opt-filename' | Junio C Hamano | 2009-05-31 | 1 | -1/+1 |
|\ |
|
| * | parse-opts: prepare for OPT_FILENAME | Stephen Boyd | 2009-05-25 | 1 | -1/+1 |
* | | Merge branch 'maint' | Junio C Hamano | 2009-05-25 | 1 | -3/+8 |
|\ \
| |/
|/| |
|
| * | fetch: report ref storage DF errors more accurately | Jeff King | 2009-05-25 | 1 | -3/+8 |
* | | Merge branch 'fc/decorate-tag' | Junio C Hamano | 2009-05-23 | 1 | -1/+1 |
|\ \ |
|
| * | | Change prettify_ref to prettify_refname | Felipe Contreras | 2009-05-13 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'ae/anon-fetch-info' | Junio C Hamano | 2009-05-18 | 1 | -2/+5 |
|\ \ |
|
| * | | fetch: Strip usernames from url's before storing them | Andreas Ericsson | 2009-04-21 | 1 | -2/+5 |
| |/ |
|
* | | Quote LF in urls git fetch saves in FETCH_HEAD | Alex Riesen | 2009-05-13 | 1 | -2/+8 |
|/ |
|
* | Merge branch 'db/push-cleanup' | Junio C Hamano | 2009-03-26 | 1 | -5/+1 |
|\ |
|
| * | Use a common function to get the pretty name of refs | Daniel Barkalow | 2009-03-09 | 1 | -5/+1 |
* | | Improve error message about fetch into current branch | Alex Riesen | 2009-03-22 | 1 | -1/+2 |
* | | Give error when no remote is configured | Daniel Barkalow | 2009-03-10 | 1 | -3/+3 |
|/ |
|
* | refactor signal handling for cleanup functions | Jeff King | 2009-01-21 | 1 | -1/+1 |
* | chain kill signals for cleanup functions | Jeff King | 2009-01-21 | 1 | -2/+3 |
* | remove trailing LF in die() messages | Alexander Potashev | 2009-01-05 | 1 | -1/+1 |
* | Teach/Fix pull/fetch -q/-v options | Tuncer Ayaz | 2008-11-14 | 1 | -10/+9 |
* | Merge branch 'js/maint-fetch-update-head' | Junio C Hamano | 2008-10-21 | 1 | -0/+15 |
|\ |
|
| * | Fix fetch/pull when run without --update-head-ok | Johannes Schindelin | 2008-10-13 | 1 | -0/+15 |
* | | make alloc_ref_from_str() the new alloc_ref() | René Scharfe | 2008-10-18 | 1 | -2/+2 |
|/ |
|
* | Start conforming code to "git subcmd" style part 2 | Heikki Orsila | 2008-09-09 | 1 | -3/+3 |
* | Rename path_list to string_list | Johannes Schindelin | 2008-07-21 | 1 | -10/+10 |
* | Make usage strings dash-less | Stephan Beyer | 2008-07-13 | 1 | -1/+1 |
* | fetch: give a hint to the user when local refs fail to update | Jeff King | 2008-06-29 | 1 | -4/+11 |
* | fetch: report local storage errors in status table | Jeff King | 2008-06-27 | 1 | -12/+24 |
* | builtin-fetch.c (store_updated_refs): Honor update_local_ref() return value | Dmitry V. Levin | 2008-05-28 | 1 | -3/+3 |
* | Merge branch 'db/clone-in-c' | Junio C Hamano | 2008-05-25 | 1 | -8/+2 |
|\ |
|
| * | Have a constant extern refspec for "--tags" | Daniel Barkalow | 2008-05-04 | 1 | -8/+2 |
* | | alloc_ref_from_str(): factor out a common pattern of alloc_ref from string | Krzysztof Kowalczyk | 2008-05-11 | 1 | -4/+2 |
* | | Merge branch 'jk/fetch-status' | Junio C Hamano | 2008-05-05 | 1 | -3/+1 |
|\ \
| |/
|/| |
|
| * | git-fetch: always show status of non-tracking-ref fetches | Jeff King | 2008-04-10 | 1 | -3/+1 |
* | | Fix use after free() in builtin-fetch | Alex Riesen | 2008-04-28 | 1 | -3/+5 |
|/ |
|
* | git-fetch: fix status output when not storing tracking ref | Jeff King | 2008-04-10 | 1 | -15/+13 |
* | git-fetch: Don't trigger a bus error when given the refspec "tag" | Kevin Ballard | 2008-04-05 | 1 | -0/+2 |
* | remote.c: Fix overtight refspec validation | Junio C Hamano | 2008-03-22 | 1 | -1/+2 |
* | Merge branch 'maint' | Junio C Hamano | 2008-03-14 | 1 | -0/+2 |
|\ |
|
| * | git fetch: Take '-n' to mean '--no-tags' | Johannes Schindelin | 2008-03-13 | 1 | -0/+2 |
* | | Teach git-fetch to exploit server side automatic tag following | Shawn O. Pearce | 2008-03-04 | 1 | -0/+3 |
* | | Teach git-fetch to grab a tag at the same time as a commit | Shawn O. Pearce | 2008-03-03 | 1 | -1/+13 |
* | | Make git-fetch follow tags we already have objects for sooner | Shawn O. Pearce | 2008-03-03 | 1 | -0/+6 |
* | | Free the path_lists used to find non-local tags in git-fetch | Shawn O. Pearce | 2008-03-03 | 1 | -1/+3 |
* | | Allow builtin-fetch's find_non_local_tags to append onto a list | Shawn O. Pearce | 2008-03-03 | 1 | -8/+8 |
* | | Ensure tail pointer gets setup correctly when we fetch HEAD only | Shawn O. Pearce | 2008-03-03 | 1 | -0/+1 |
* | | Remove unnecessary delaying of free_refs(ref_map) in builtin-fetch | Shawn O. Pearce | 2008-03-03 | 1 | -5/+2 |
* | | Remove unused variable in builtin-fetch find_non_local_tags | Shawn O. Pearce | 2008-03-03 | 1 | -3/+2 |
* | | Reduce the number of connects when fetching | Daniel Barkalow | 2008-02-05 | 1 | -0/+2 |
|/ |
|
* | Rewrite builtin-fetch option parsing to use parse_options(). | Kristian Høgsberg | 2007-12-04 | 1 | -77/+46 |
* | Use a strbuf for copying the command line for the reflog. | Kristian Høgsberg | 2007-12-04 | 1 | -16/+8 |
* | Error out when user doesn't have access permission to the repository | André Goddard Rosa | 2007-11-30 | 1 | -5/+14 |
* | Merge branch 'jk/send-pack' | Junio C Hamano | 2007-11-24 | 1 | -5/+5 |
|\ |
|