| Age | Commit message (Expand) | Author | Files | Lines |
| 2017-02-27 | Merge branch 'rl/remote-allow-missing-branch-name-merge' | Junio C Hamano | 1 | -1/+3 |
| 2017-02-21 | remote: ignore failure to remove missing branch.<name>.merge | Ross Lagerwall | 1 | -1/+3 |
| 2017-02-20 | delete_ref: accept a reflog message argument | Kyle Meyer | 1 | -2/+2 |
| 2017-01-31 | Merge branch 'js/remote-rename-with-half-configured-remote' | Junio C Hamano | 1 | -7/+7 |
| 2017-01-19 | remote rename: more carefully determine whether a remote is configured | Johannes Schindelin | 1 | -7/+7 |
| 2016-09-29 | use QSORT | René Scharfe | 1 | -2/+1 |
| 2016-07-25 | Merge branch 'mh/ref-iterators' | Junio C Hamano | 1 | -6/+2 |
| 2016-07-13 | Merge branch 'va/i18n-even-more' | Junio C Hamano | 1 | -10/+9 |
| 2016-07-06 | Merge branch 'jk/string-list-static-init' | Junio C Hamano | 1 | -1/+1 |
| 2016-06-20 | remote rm: handle symbolic refs correctly | Michael Haggerty | 1 | -5/+1 |
| 2016-06-20 | delete_refs(): add a flags argument | Michael Haggerty | 1 | -2/+2 |
| 2016-06-17 | i18n: remote: allow translations to reorder message | Vasco Almeida | 1 | -4/+3 |
| 2016-06-17 | i18n: remote: mark URL fallback text for translation | Vasco Almeida | 1 | -3/+3 |
| 2016-06-17 | i18n: builtin/remote.c: fix mark for translation | Vasco Almeida | 1 | -3/+3 |
| 2016-06-13 | use string_list initializer consistently | Jeff King | 1 | -1/+1 |
| 2016-05-09 | i18n: remote: add comment for translators | Vasco Almeida | 1 | -0/+2 |
| 2016-02-26 | Merge branch 'ps/config-error' | Junio C Hamano | 1 | -46/+24 |
| 2016-02-22 | config: rename git_config_set_or_die to git_config_set | Patrick Steinhardt | 1 | -16/+16 |
| 2016-02-22 | config: rename git_config_set to git_config_set_gently | Patrick Steinhardt | 1 | -1/+1 |
| 2016-02-22 | remote: die on config error when manipulating remotes | Patrick Steinhardt | 1 | -27/+12 |
| 2016-02-22 | remote: die on config error when setting/adding branches | Patrick Steinhardt | 1 | -17/+9 |
| 2016-02-22 | remote: die on config error when setting URL | Patrick Steinhardt | 1 | -5/+6 |
| 2016-02-16 | remote: use remote_is_configured() for add and rename | Thomas Gummerer | 1 | -5/+2 |
| 2016-02-16 | remote: actually check if remote exits | Thomas Gummerer | 1 | -2/+2 |
| 2016-02-16 | remote: simplify remote_is_configured() | Thomas Gummerer | 1 | -6/+6 |
| 2016-01-13 | remote: handle the config setting branch.*.rebase=interactive | Johannes Schindelin | 1 | -3/+7 |
| 2015-11-20 | ref_newer: convert to use struct object_id | brian m. carlson | 1 | -1/+1 |
| 2015-11-20 | Convert struct ref to use object_id. | brian m. carlson | 1 | -6/+6 |
| 2015-10-05 | Merge branch 'bb/remote-get-url' | Junio C Hamano | 1 | -0/+59 |
| 2015-09-17 | remote: add get-url subcommand | Ben Boeckel | 1 | -0/+59 |
| 2015-08-10 | remote.c: drop extraneous local variable from migrate_file | Jeff King | 1 | -5/+2 |
| 2015-06-22 | prune_remote(): use delete_refs() | Michael Haggerty | 1 | -9/+2 |
| 2015-06-22 | delete_refs(): new function for the refs API | Michael Haggerty | 1 | -20/+1 |
| 2015-06-22 | remove_branches(): remove temporary | Michael Haggerty | 1 | -2/+1 |
| 2015-05-25 | builtin/remote: rewrite functions to take object_id arguments | Michael Haggerty | 1 | -13/+8 |
| 2015-05-25 | add_branch_for_removal(): don't set "util" field of string_list entries | Michael Haggerty | 1 | -5/+2 |
| 2015-05-25 | add_branch_for_removal(): rewrite to take an object_id argument | Michael Haggerty | 1 | -5/+3 |
| 2015-05-25 | each_ref_fn: change to take an object_id parameter | Michael Haggerty | 1 | -3/+10 |
| 2015-05-11 | Merge branch 'nd/multiple-work-trees' | Junio C Hamano | 1 | -1/+1 |
| 2015-02-11 | Merge branch 'ah/usage-strings' | Junio C Hamano | 1 | -2/+2 |
| 2015-01-14 | standardize usage info string format | Alex Henrie | 1 | -2/+2 |
| 2014-12-23 | git remote: allow adding remotes agreeing with url.<...>.insteadOf | Johannes Schindelin | 1 | -1/+3 |
| 2014-12-01 | path.c: make get_pathname() call sites return const char * | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2014-11-25 | sort_string_list(): rename to string_list_sort() | Michael Haggerty | 1 | -6/+6 |
| 2014-11-25 | prune_remote(): iterate using for_each_string_list_item() | Michael Haggerty | 1 | -8/+6 |
| 2014-11-25 | prune_remote(): rename local variable | Michael Haggerty | 1 | -6/+6 |
| 2014-11-25 | repack_without_refs(): make the refnames argument a string_list | Michael Haggerty | 1 | -12/+2 |
| 2014-11-25 | prune_remote(): sort delete_refs_list references en masse | Michael Haggerty | 1 | -1/+2 |
| 2014-11-25 | prune_remote(): initialize both delete_refs lists in a single loop | Michael Haggerty | 1 | -6/+9 |
| 2014-11-25 | prune_remote(): exit early if there are no stale references | Michael Haggerty | 1 | -18/+21 |
| 2014-10-15 | remote rm/prune: print a message when writing packed-refs fails | Ronnie Sahlberg | 1 | -4/+11 |
| 2014-10-15 | refs.c: change resolve_ref_unsafe reading argument to be a flags field | Ronnie Sahlberg | 1 | -2/+3 |
| 2014-07-21 | Merge branch 'rs/ref-transaction-0' | Junio C Hamano | 1 | -2/+3 |
| 2014-07-16 | Merge branch 'jk/strip-suffix' | Junio C Hamano | 1 | -6/+7 |
| 2014-07-14 | refs.c: add an err argument to repack_without_refs | Ronnie Sahlberg | 1 | -2/+3 |
| 2014-06-30 | use strip_suffix instead of ends_with in simple cases | Jeff King | 1 | -6/+7 |
| 2014-06-20 | refactor skip_prefix to return a boolean | Jeff King | 1 | -3/+1 |
| 2014-06-16 | Merge branch 'jl/remote-rm-prune' | Junio C Hamano | 1 | -7/+30 |
| 2014-05-27 | builtin/remote.c: rearrange xcalloc arguments | Brian Gesiak | 1 | -4/+4 |
| 2014-05-27 | remote prune: optimize "dangling symref" check/warning | Jens Lindström | 1 | -1/+6 |
| 2014-05-27 | remote: repack packed-refs once when deleting multiple refs | Jens Lindström | 1 | -2/+18 |
| 2014-05-23 | remote rm: delete remote configuration as the last | Jens Lindström | 1 | -4/+6 |
| 2013-12-17 | Merge branch 'cc/starts-n-ends-with' | Junio C Hamano | 1 | -15/+7 |
| 2013-12-17 | Merge branch 'fc/trivial' | Junio C Hamano | 1 | -2/+7 |
| 2013-12-09 | remote: fix status with branch...rebase=preserve | Felipe Contreras | 1 | -2/+7 |
| 2013-12-05 | replace {pre,suf}fixcmp() with {starts,ends}_with() | Christian Couder | 1 | -7/+7 |
| 2013-12-05 | builtin/remote: remove postfixcmp() and use suffixcmp() instead | Christian Couder | 1 | -11/+3 |
| 2013-10-30 | fetch, remote: properly convey --no-prune options to subprocesses | Michael Haggerty | 1 | -3/+3 |
| 2013-10-30 | builtin/remote.c:update(): use struct argv_array | Michael Haggerty | 1 | -16/+17 |
| 2013-10-30 | builtin/remote.c: reorder function definitions | Michael Haggerty | 1 | -81/+78 |
| 2013-10-14 | Merge branch 'po/remote-set-head-usage' | Jonathan Nieder | 1 | -2/+2 |
| 2013-09-27 | remote set-head -h: add long options to synopsis | Philip Oakley | 1 | -2/+2 |
| 2013-08-05 | Replace deprecated OPT_BOOLEAN by OPT_BOOL | Stefan Beller | 1 | -14/+14 |
| 2013-04-24 | remote: check for superfluous arguments in 'git remote add' | Thomas Rast | 1 | -1/+1 |
| 2012-11-26 | Fix typo in remote set-head usage | Antoine Pelisse | 1 | -1/+1 |
| 2012-09-12 | Merge branch 'nd/maint-remote-remove' | Junio C Hamano | 1 | -3/+3 |
| 2012-09-06 | remote: prefer subcommand name 'remove' to 'rm' | Nguyễn Thái Ngọc Duy | 1 | -3/+3 |
| 2012-08-20 | i18n: remote: mark parseopt strings for translation | Nguyễn Thái Ngọc Duy | 1 | -42/+42 |
| 2012-05-20 | remote: fix typo | Ralf Thielow | 1 | -1/+1 |
| 2012-05-02 | Merge branch 'nd/i18n' | Junio C Hamano | 1 | -106/+121 |
| 2012-04-24 | i18n: remote: mark strings for translation | Nguyễn Thái Ngọc Duy | 1 | -106/+121 |
| 2012-04-24 | i18n: make warn_dangling_symref() automatically append \n | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
| 2012-04-23 | Merge branch 'ms/remote-usage-string' | Junio C Hamano | 1 | -2/+2 |
| 2012-04-09 | remote: update builtin usage | Michael Schubert | 1 | -2/+2 |
| 2012-02-27 | Merge branch 'pj/remote-set-branches-usage-fix' into maint | Junio C Hamano | 1 | -1/+1 |
| 2012-02-23 | Merge branch 'pj/remote-set-branches-usage-fix' | Junio C Hamano | 1 | -1/+1 |
| 2012-02-19 | remote: fix set-branches usage and documentation | Philip Jägenstedt | 1 | -1/+1 |
| 2012-01-29 | Merge branch 'nd/maint-refname-in-hierarchy-check' | Junio C Hamano | 1 | -1/+1 |
| 2012-01-11 | Fix incorrect ref namespace check | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2011-12-13 | Rename resolve_ref() to resolve_ref_unsafe() | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2011-11-13 | Convert many resolve_ref() calls to read_ref*() and ref_exists() | Nguyễn Thái Ngọc Duy | 1 | -5/+3 |
| 2011-11-08 | Merge branch 'jc/remote-setbranches-usage-fix' | Junio C Hamano | 1 | -1/+1 |
| 2011-11-08 | Merge branch 'fc/remote-seturl-usage-fix' | Junio C Hamano | 1 | -1/+1 |
| 2011-11-06 | remote: fix set-branches usage | Junio C Hamano | 1 | -1/+1 |
| 2011-10-26 | Merge branch 'cn/fetch-prune' | Junio C Hamano | 1 | -1/+2 |
| 2011-10-21 | Merge branch 'jc/match-refs-clarify' | Junio C Hamano | 1 | -2/+2 |
| 2011-10-15 | fetch: honor the user-provided refspecs when pruning refs | Carlos Martín Nieto | 1 | -1/+2 |
| 2011-10-10 | Merge branch 'mz/remote-rename' | Junio C Hamano | 1 | -7/+21 |
| 2011-09-12 | rename "match_refs()" to "match_push_refs()" | Junio C Hamano | 1 | -2/+2 |
| 2011-09-11 | remote: only update remote-tracking branch if updating refspec | Martin von Zweigbergk | 1 | -3/+7 |
| 2011-09-11 | remote rename: warn when refspec was not updated | Martin von Zweigbergk | 1 | -0/+6 |
| 2011-09-11 | remote: "rename o foo" should not rename ref "origin/bar" | Martin von Zweigbergk | 1 | -1/+1 |
| 2011-09-11 | remote: write correct fetch spec when renaming remote 'remote' | Martin von Zweigbergk | 1 | -4/+8 |
| 2011-08-25 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
| 2011-08-25 | whitespace: have SP on both sides of an assignment "=" | Junio C Hamano | 1 | -1/+1 |
| 2011-07-19 | Merge branch 'jk/clone-cmdline-config' | Junio C Hamano | 1 | -12/+2 |
| 2011-06-22 | remote: use new OPT_STRING_LIST | Jeff King | 1 | -12/+2 |
| 2011-05-31 | Merge branch 'jk/maint-remote-mirror-safer' | Junio C Hamano | 1 | -2/+2 |
| 2011-05-26 | remote: allow "-t" with fetch mirrors | Jeff King | 1 | -2/+2 |
| 2011-04-06 | Merge branch 'jk/maint-remote-mirror-safer' | Junio C Hamano | 1 | -13/+49 |
| 2011-03-30 | remote: deprecate --mirror | Jeff King | 1 | -1/+7 |
| 2011-03-30 | remote: separate the concept of push and fetch mirrors | Jeff King | 1 | -13/+38 |
| 2011-03-30 | remote: disallow some nonsensical option combinations | Jeff King | 1 | -0/+5 |
| 2011-03-22 | Fix sparse warnings | Stephen Boyd | 1 | -1/+1 |
| 2010-11-24 | Merge branch 'rs/opt-help-text' | Junio C Hamano | 1 | -2/+2 |
| 2010-11-15 | add description parameter to OPT__DRY_RUN | René Scharfe | 1 | -1/+1 |
| 2010-11-15 | add description parameter to OPT__VERBOSE | René Scharfe | 1 | -1/+1 |
| 2010-11-03 | Change incorrect "remote branch" to "remote tracking branch" in C code | Matthieu Moy | 1 | -3/+3 |
| 2010-10-08 | Use parentheses and `...' where appropriate | Štěpán Němec | 1 | -1/+1 |
| 2010-10-08 | Use angles for placeholders consistently | Štěpán Němec | 1 | -1/+1 |
| 2010-07-05 | string_list: Add STRING_LIST_INIT macro and make use of it. | Thiago Farina | 1 | -6/+6 |
| 2010-06-30 | Merge branch 'jp/string-list-api-cleanup' | Junio C Hamano | 1 | -34/+34 |
| 2010-06-27 | string_list: Fix argument order for string_list_append | Julian Phillips | 1 | -23/+23 |
| 2010-06-27 | string_list: Fix argument order for string_list_insert | Julian Phillips | 1 | -3/+3 |
| 2010-06-27 | string_list: Fix argument order for for_each_string_list | Julian Phillips | 1 | -8/+8 |
| 2010-06-21 | Merge branch 'gv/portable' | Junio C Hamano | 1 | -4/+7 |
| 2010-06-18 | Merge branch 'jn/remote-set-branches' | Junio C Hamano | 1 | -11/+91 |
| 2010-05-31 | enums: omit trailing comma for portability | Gary V. Vaughan | 1 | -1/+1 |
| 2010-05-31 | Rewrite dynamic structure initializations to runtime assignment | Gary V. Vaughan | 1 | -3/+6 |
| 2010-05-19 | Add git remote set-branches | Jonathan Nieder | 1 | -11/+91 |
| 2010-04-19 | remote add: add a --[no-]tags option | Samuel Tardieu | 1 | -1/+20 |
| 2010-02-22 | Move 'builtin-*' into a 'builtin/' subdirectory | Linus Torvalds | 1 | -0/+1447 |