1121 Commits (0de1633783685e9fb1943551217cdda7edbd245b)

Author SHA1 Message Date
Nguyễn Thái Ngọc Duy 0de1633783 tree-walk.c: do not leak internal structure in tree_entry_len() 14 years ago
Carlos Martín Nieto e8c1e6c796 fetch: treat --tags like refs/tags/*:refs/tags/* when pruning 14 years ago
Carlos Martín Nieto ed43de6ec3 fetch: honor the user-provided refspecs when pruning refs 14 years ago
Jeff King 58a6a9cc43 downgrade "packfile cannot be accessed" errors to warnings 14 years ago
Jeff King 4c08018204 pack-objects: protect against disappearing packs 14 years ago
Jay Soffian 66f4b98ad9 Teach merge the '[-e|--edit]' option 14 years ago
Jim Meyering 2c93286ab2 fix "git apply --index ..." not to deref NULL 14 years ago
Matthieu Moy 008e3cc5d7 config: display key_delim for config --bool --get-regexp 14 years ago
Ramsay Jones 27c0f76884 Fix some "variable might be used uninitialized" warnings 14 years ago
Tay Ray Chuan 9516a598e3 fetch: plug two leaks on error exit in store_updated_refs 14 years ago
Carlos Martín Nieto 5caf197337 fetch: free all the additional refspecs 14 years ago
Jay Soffian 82352cb633 cherry-pick: do not give irrelevant advice when cherry-pick punted 14 years ago
Jay Soffian 9fa8aecdeb revert.c: defer writing CHERRY_PICK_HEAD till it is safe to do so 14 years ago
Junio C Hamano 64589a03a8 attr: read core.attributesfile from git_default_core_config 14 years ago
Brandon Casey 0d0ff65cea builtin/mv.c: plug miniscule memory leak 14 years ago
Brandon Casey 040a655116 cleanup: use internal memory allocation wrapper functions everywhere 14 years ago
Michael Haggerty a40e6fb67a Change check_refname_format() to reject unnormalized refnames 14 years ago
Michael Haggerty a5e4ec063a Inline function refname_format_print() 14 years ago
Michael Haggerty 7f748c7cb2 Make collapse_slashes() allocate memory for its result 14 years ago
Michael Haggerty 8d9c50105f Change check_ref_format() to take a flags argument 14 years ago
Michael Haggerty e4ed6105ec git check-ref-format: add options --allow-onelevel and --refspec-pattern 14 years ago
Ilari Liusvaara 908aaceb92 Support ERR in remote archive like in fetch/push 14 years ago
René Scharfe 44c8e6049f name-rev: split usage string 14 years ago
René Scharfe 86a0a408b9 commit: factor out clear_commit_marks_for_object_array 14 years ago
René Scharfe 1062141928 checkout: use leak_pending flag 14 years ago
René Scharfe 468224e580 checkout: use add_pending_{object,sha1} in orphan check 14 years ago
Pang Yan Han 160b81ed81 receive-pack: don't pass non-existent refs to post-{receive,update} hooks 14 years ago
Junio C Hamano 0a1283bc39 checkout $tree $path: do not clobber local changes in $path not in $tree 14 years ago
René Scharfe af1032edf9 apply: use OPT_NOOP_NOARG 14 years ago
René Scharfe 7cfc60576a revert: use OPT_NOOP_NOARG 14 years ago
Allan Caffee 85b3c75f4f describe: Refresh the index when run with --dirty 14 years ago
Jay Soffian b2b3e9c2d6 Teach '--cached' option to check-attr 14 years ago
Michael Schubert b9ab810b18 patch-id.c: use strbuf instead of a fixed buffer 14 years ago
Junio C Hamano be042aff24 Teach progress eye-candy to fetch_refs_from_bundle() 14 years ago
Nguyễn Thái Ngọc Duy baf18fc261 Accept tags in HEAD or MERGE_HEAD 14 years ago
Nguyễn Thái Ngọc Duy 894642f68d merge: remove global variable head[] 14 years ago
Nguyễn Thái Ngọc Duy 10b98fa5b3 merge: use return value of resolve_ref() to determine if HEAD is invalid 14 years ago
Junio C Hamano fa79937675 branch --set-upstream: regression fix 14 years ago
Junio C Hamano 91a640ffb6 ls-remote: a lone "-h" is asking for help 14 years ago
Junio C Hamano 6099835c19 Allow git merge ":/<pattern>" 14 years ago
Jeff King 7bf0b01750 checkout: use argv_array API 14 years ago
Junio C Hamano 29753cddc8 rename "match_refs()" to "match_push_refs()" 14 years ago
Junio C Hamano 9684e44a07 refactor run_receive_hook() 14 years ago
Junio C Hamano e6bcd97968 send-pack: typofix error message 14 years ago
Clemens Buchacher f950eb9560 rename pathspec_prefix() to common_prefix() and move to dir.[ch] 14 years ago
Pang Yan Han 787570c7cd format-patch: ignore ui.color 14 years ago
Martin von Zweigbergk b52d00aede remote: only update remote-tracking branch if updating refspec 14 years ago
Martin von Zweigbergk 1822b86a51 remote rename: warn when refspec was not updated 14 years ago
Martin von Zweigbergk 60e5eee0f1 remote: "rename o foo" should not rename ref "origin/bar" 14 years ago
Martin von Zweigbergk 28f555f635 remote: write correct fetch spec when renaming remote 'remote' 14 years ago