27615 Commits (fed23693ba1a1ea7beb851cd385d458136e91664)
 

Author SHA1 Message Date
Junio C Hamano 52b195f2b8 Merge branch 'jk/maint-fetch-status-table' into maint-1.7.6 13 years ago
Junio C Hamano 43176d1e4c Merge branch 'jc/maint-name-rev-all' into maint-1.7.6 13 years ago
Junio C Hamano 6d1cdadbee Merge branch 'ml/mailmap' into maint-1.7.6 13 years ago
Jeff King c3ea051544 blame: don't overflow time buffer 13 years ago
Junio C Hamano 73c6b3575b Merge branch 'master' of git://repo.or.cz/git-gui 13 years ago
Jeff King a4ddbc33d7 http-push: enable "proactive auth" 13 years ago
Pat Thoyts 942e6baa92 git-gui 0.16 13 years ago
Jeff King 0521710a8b t5540: test DAV push with authentication 13 years ago
Jeff King bab8d28e77 connect.c: drop path_match function 13 years ago
Jeff King 1e7ba0f9ca fetch-pack: match refs exactly 13 years ago
Jeff King e9d866e32c t5500: give fully-qualified refs to fetch-pack 13 years ago
Jeff King afe7c5ff1f drop "match" parameter from get_remote_heads 13 years ago
Nguyễn Thái Ngọc Duy 8cad4744ee Rename resolve_ref() to resolve_ref_unsafe() 13 years ago
Nguyễn Thái Ngọc Duy 96ec7b1e70 Convert resolve_ref+xstrdup to new resolve_refdup function 13 years ago
Conrad Irwin 497215d881 Update documentation for stripspace 13 years ago
Jeff King 34961d30da contrib: add credential helper for OS X Keychain 13 years ago
Jeff King 3f3a9701ae Makefile: OS X has /dev/tty 13 years ago
Jeff King 9b4b894601 Makefile: linux has /dev/tty 13 years ago
Jeff King ce77aa4813 credential: use git_prompt instead of git_getpass 13 years ago
Jeff King 861444f6d7 t: add test harness for external credential helpers 13 years ago
Jeff King a50902590e prompt: use git_terminal_prompt 13 years ago
Jeff King 71e1b4b6bf credentials: add "store" helper 13 years ago
Jeff King 21aeafceda add generic terminal prompt function 13 years ago
Jeff King 1cb0134f34 refactor git_getpass into generic prompt function 13 years ago
Jeff King d3c58b83ae move git_getpass to its own source file 13 years ago
Jeff King 6c597aeba1 imap-send: don't check return value of git_getpass 13 years ago
Jeff King 50d0158fbb imap-send: avoid buffer overflow 13 years ago
Jeff King c505116b91 strbuf: add strbuf_add*_urlencode 13 years ago
Johannes Sixt 6320358e31 Makefile: unix sockets may not available on some platforms 13 years ago
Thomas Rast b8ffedca6f grep: load funcname patterns for -W 13 years ago
Jeff King 534376ca04 mv: be quiet about overwriting 13 years ago
Jeff King cd40b05d13 mv: improve overwrite warning 13 years ago
Jonathan Nieder d596118d7a revert: stop creating and removing sequencer-old directory 13 years ago
Jonathan Nieder a7eff1e027 Revert "reset: Make reset remove the sequencer state" 13 years ago
Jonathan Nieder 218b65fbf9 revert: do not remove state until sequence is finished 13 years ago
Jonathan Nieder 7acaaac275 revert: allow single-pick in the middle of cherry-pick sequence 13 years ago
Jonathan Nieder 7f13334e07 revert: pass around rev-list args in already-parsed form 13 years ago
Jonathan Nieder 093a309136 revert: allow cherry-pick --continue to commit before resuming 13 years ago
Jonathan Nieder 1df9bf46d6 revert: give --continue handling its own function 13 years ago
Jeff King 77471646d3 mv: make non-directory destination error more clear 13 years ago
Jeff King 07b8738967 mv: honor --verbose flag 13 years ago
Jeff King cfe21f05bb docs: mention "-k" for both forms of "git mv" 13 years ago
Nguyễn Thái Ngọc Duy e4776bd936 revert: convert resolve_ref() to read_ref_full() 13 years ago
Jeff King a9bfbc5b69 compat/snprintf: don't look at va_list twice 13 years ago
Michael Haggerty dd73ecd1bc add_ref(): take a (struct ref_entry *) parameter 13 years ago
Michael Haggerty cddc42587c create_ref_entry(): extract function from add_ref() 13 years ago
Michael Haggerty fe9c7b78c5 repack_without_ref(): remove temporary 13 years ago
Michael Haggerty 064d51dc40 resolve_gitlink_ref_recursive(): change to work with struct ref_cache 13 years ago
Michael Haggerty b0626608ea Pass a (ref_cache *) to the resolve_gitlink_*() helper functions 13 years ago
Michael Haggerty 7f820bd920 resolve_gitlink_ref(): improve docstring 13 years ago