4969 Commits (74866d75793559e8b351a17100679f83b96972ca)

Author SHA1 Message Date
Michael Haggerty 29a7cf9644 remote rm: handle symbolic refs correctly 9 years ago
Michael Haggerty c5f04dddb6 delete_refs(): add a flags argument 9 years ago
Junio C Hamano 18a74a092b clone: do not let --depth imply --shallow-submodules 9 years ago
Vasco Almeida b18237f4e3 i18n: branch: mark comment when editing branch description for translation 9 years ago
Vasco Almeida c30364d080 i18n: init-db: join message pieces 9 years ago
Vasco Almeida a1b467a4ee i18n: remote: allow translations to reorder message 9 years ago
Vasco Almeida 7ba7b9abcc i18n: remote: mark URL fallback text for translation 9 years ago
Vasco Almeida e923a8abe9 i18n: standardise messages 9 years ago
Vasco Almeida c8bb9d2e5a i18n: merge: change command option help to lowercase 9 years ago
Vasco Almeida bef4830e88 i18n: merge: mark messages for translation 9 years ago
Vasco Almeida b34c77e33e i18n: notes: mark options for translation 9 years ago
Vasco Almeida 5313827f7e i18n: notes: mark strings for translation 9 years ago
Vasco Almeida 8785c42532 i18n: advice: internationalize message for conflicts 9 years ago
Vasco Almeida 070b7e4416 i18n: builtin/remote.c: fix mark for translation 9 years ago
Jeff King e26a8c4721 repack: extend --keep-unreachable to loose objects 9 years ago
Jeff King 905f27b86a repack: add --keep-unreachable option 9 years ago
Junio C Hamano 31da121f2d blame, line-log: do not loop around deref_tag() 9 years ago
Keith McGuigan b7410f616e builtin/fetch.c: don't free remote->name after fetch 9 years ago
Jeff King 2721ce21e4 use string_list initializer consistently 9 years ago
Jeff King 64093fc06a blame,shortlog: don't make local option variables static 9 years ago
Jeff King 7c4b169585 interpret-trailers: don't duplicate option strings 9 years ago
Stefan Beller 665b35eccd submodule--helper: initial clone learns retry logic 9 years ago
Michael Haggerty 8bb0455367 delete_branches(): use resolve_refdup() 9 years ago
Pranit Bauva e51b0dfc97 builtin/commit.c: memoize git-path for COMMIT_EDITMSG 9 years ago
Edward Thomson 4e55ed32db add: add --chmod=+x / --chmod=-x options 9 years ago
Junio C Hamano a7d4c49a82 builtin/apply: remove misleading comment on lock_file field 9 years ago
Eric Wong d9925d1a71 am: support --patch-format=mboxrd 9 years ago
Eric Wong c88098d7f1 mailsplit: support unescaping mboxrd messages 9 years ago
Eric Wong 9f23e04061 pretty: support "mboxrd" output format 9 years ago
Lukas Fleischer 860a2ebecd receive-pack: send auto-gc output over sideband 2 9 years ago
Christian Couder a1bc3dd464 builtin/apply: move 'newfd' global into 'struct apply_state' 9 years ago
Christian Couder 8f31fac365 builtin/apply: add 'lock_file' pointer into 'struct apply_state' 9 years ago
Jeff King fb85db84dc rev-list: disable bitmaps when "-n" is used with listing objects 9 years ago
Jeff King 5c9f9bf313 rev-list: "adjust" results of "--count --use-bitmap-index -n" 9 years ago
Junio C Hamano ed6e8038f9 pathspec: rename free_pathspec() to clear_pathspec() 9 years ago
Stefan Beller 44431df024 submodule: remove bashism from shell script 9 years ago
Stefan Beller b0f4b40846 submodule--helper: offer a consistent API 9 years ago
Christian Couder 91b769c48f builtin/apply: move applying patches into apply_all_patches() 9 years ago
Christian Couder c84a86c995 builtin/apply: move 'state' check into check_apply_state() 9 years ago
Christian Couder 2f63cea963 builtin/apply: move 'symlink_changes' global into 'struct apply_state' 9 years ago
Christian Couder 71dac5cef5 builtin/apply: move 'fn_table' global into 'struct apply_state' 9 years ago
Christian Couder d7263d097c builtin/apply: move 'state_linenr' global into 'struct apply_state' 9 years ago
Christian Couder 1ffec303ab builtin/apply: move 'max_change' and 'max_len' into 'struct apply_state' 9 years ago
Christian Couder 10a9ddba2c builtin/apply: move 'ws_ignore_action' into 'struct apply_state' 9 years ago
Christian Couder e9c6b279b8 builtin/apply: move 'ws_error_action' into 'struct apply_state' 9 years ago
Christian Couder 7243f5f350 builtin/apply: move 'applied_after_fixing_ws' into 'struct apply_state' 9 years ago
Christian Couder 70e1d53df1 builtin/apply: move 'squelch_whitespace_errors' into 'struct apply_state' 9 years ago
Christian Couder 8bcba3d0d6 builtin/apply: remove whitespace_option arg from set_default_whitespace_mode() 9 years ago
Christian Couder 161fcbe988 builtin/apply: move 'whitespace_option' into 'struct apply_state' 9 years ago
Christian Couder 5460cd0b10 builtin/apply: move 'whitespace_error' global into 'struct apply_state' 9 years ago