summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-12-12credential: use git_prompt instead of git_getpassLibravatar Jeff King1-8/+7
2011-12-12t: add test harness for external credential helpersLibravatar Jeff King1-0/+39
2011-12-12prompt: use git_terminal_promptLibravatar Jeff King2-1/+3
2011-12-12credentials: add "store" helperLibravatar Jeff King6-0/+248
2011-12-12add generic terminal prompt functionLibravatar Jeff King3-0/+96
2011-12-12refactor git_getpass into generic prompt functionLibravatar Jeff King2-16/+33
2011-12-12move git_getpass to its own source fileLibravatar Jeff King7-45/+58
2011-12-12imap-send: don't check return value of git_getpassLibravatar Jeff King1-4/+0
2011-12-12imap-send: avoid buffer overflowLibravatar Jeff King1-3/+4
2011-12-12strbuf: add strbuf_add*_urlencodeLibravatar Jeff King2-0/+42
2011-12-12Makefile: unix sockets may not available on some platformsLibravatar Johannes Sixt2-3/+16
2011-12-12mv: be quiet about overwritingLibravatar Jeff King1-1/+2
2011-12-12mv: improve overwrite warningLibravatar Jeff King1-1/+1
2011-12-12revert: stop creating and removing sequencer-old directoryLibravatar Jonathan Nieder3-21/+7
2011-12-12Revert "reset: Make reset remove the sequencer state"Libravatar Jonathan Nieder3-55/+1
2011-12-12revert: do not remove state until sequence is finishedLibravatar Jonathan Nieder2-14/+4
2011-12-12revert: allow single-pick in the middle of cherry-pick sequenceLibravatar Jonathan Nieder2-0/+38
2011-12-12revert: pass around rev-list args in already-parsed formLibravatar Jonathan Nieder2-24/+34
2011-12-12revert: allow cherry-pick --continue to commit before resumingLibravatar Jonathan Nieder2-6/+156
2011-12-12revert: give --continue handling its own functionLibravatar Jonathan Nieder1-11/+17
2011-12-12mv: make non-directory destination error more clearLibravatar Jeff King1-1/+1
2011-12-12mv: honor --verbose flagLibravatar Jeff King2-2/+7
2011-12-12docs: mention "-k" for both forms of "git mv"Libravatar Jeff King1-1/+1
2011-12-12revert: convert resolve_ref() to read_ref_full()Libravatar Nguyễn Thái Ngọc Duy1-1/+1
2011-12-12compat/snprintf: don't look at va_list twiceLibravatar Jeff King1-2/+7
2011-12-12add_ref(): take a (struct ref_entry *) parameterLibravatar Michael Haggerty1-9/+5
2011-12-12create_ref_entry(): extract function from add_ref()Libravatar Michael Haggerty1-15/+22
2011-12-12repack_without_ref(): remove temporaryLibravatar Michael Haggerty1-5/+2
2011-12-12resolve_gitlink_ref_recursive(): change to work with struct ref_cacheLibravatar Michael Haggerty1-24/+10
2011-12-12Pass a (ref_cache *) to the resolve_gitlink_*() helper functionsLibravatar Michael Haggerty1-20/+20
2011-12-12resolve_gitlink_ref(): improve docstringLibravatar Michael Haggerty1-2/+6
2011-12-12get_ref_dir(): change signatureLibravatar Michael Haggerty1-9/+9
2011-12-12refs: change signatures of get_packed_refs() and get_loose_refs()Libravatar Michael Haggerty1-19/+17
2011-12-12is_dup_ref(): extract function from sort_ref_array()Libravatar Michael Haggerty1-12/+25
2011-12-12add_ref(): add docstringLibravatar Michael Haggerty1-0/+1
2011-12-12parse_ref_line(): add docstringLibravatar Michael Haggerty1-0/+5
2011-12-12is_refname_available(): remove the "quiet" argumentLibravatar Michael Haggerty1-7/+13
2011-12-12clear_ref_array(): rename from free_ref_array()Libravatar Michael Haggerty1-4/+4
2011-12-12refs: rename parameters result -> sha1Libravatar Michael Haggerty2-11/+11
2011-12-12refs: rename "refname" variablesLibravatar Michael Haggerty3-163/+175
2011-12-12struct ref_entry: document name memberLibravatar Michael Haggerty1-0/+1
2011-12-11credentials: add "cache" helperLibravatar Jeff King12-5/+812
2011-12-11docs: end-user documentation for the credential subsystemLibravatar Jeff King3-0/+195
2011-12-11credential: make relevance of http path configurableLibravatar Jeff King4-2/+46
2011-12-11credential: add credential.*.usernameLibravatar Jeff King3-0/+33
2011-12-11credential: apply helper configLibravatar Jeff King4-1/+119
2011-12-11http: use credential API to get passwordsLibravatar Jeff King2-99/+52
2011-12-11credential: add function for parsing url componentsLibravatar Jeff King3-0/+57
2011-12-11introduce credentials APILibravatar Jeff King8-0/+773
2011-12-11t5550: fix typoLibravatar Jeff King1-1/+1