summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* contrib: add credential helper for OS X Keychainjk/git-promptJeff King2011-12-123-0/+188
* Makefile: OS X has /dev/ttyJeff King2011-12-121-0/+1
* Makefile: linux has /dev/ttyJeff King2011-12-121-0/+1
* credential: use git_prompt instead of git_getpassJeff King2011-12-121-8/+7
* prompt: use git_terminal_promptJeff King2011-12-122-1/+3
* add generic terminal prompt functionJeff King2011-12-123-0/+96
* refactor git_getpass into generic prompt functionJeff King2011-12-122-16/+33
* move git_getpass to its own source fileJeff King2011-12-127-45/+58
* imap-send: don't check return value of git_getpassJeff King2011-12-121-4/+0
* imap-send: avoid buffer overflowJeff King2011-12-121-3/+4
* t: add test harness for external credential helpersJeff King2011-12-121-0/+39
* credentials: add "store" helperJeff King2011-12-126-0/+248
* strbuf: add strbuf_add*_urlencodeJeff King2011-12-122-0/+42
* Makefile: unix sockets may not available on some platformsJohannes Sixt2011-12-122-3/+16
* credentials: add "cache" helperJeff King2011-12-1112-5/+812
* docs: end-user documentation for the credential subsystemJeff King2011-12-113-0/+195
* credential: make relevance of http path configurableJeff King2011-12-114-2/+46
* credential: add credential.*.usernameJeff King2011-12-113-0/+33
* credential: apply helper configJeff King2011-12-114-1/+119
* http: use credential API to get passwordsJeff King2011-12-112-99/+52
* credential: add function for parsing url componentsJeff King2011-12-113-0/+57
* introduce credentials APIJeff King2011-12-118-0/+773
* t5550: fix typoJeff King2011-12-111-1/+1
* test-lib: add test_config_global variantJeff King2011-12-111-0/+5
* Update 1.7.8 draft release notes in preparation for rc4Junio C Hamano2011-11-221-1/+1
* Merge branch 'jn/revert-quit'Junio C Hamano2011-11-2210-54/+314
|\
| * revert: remove --reset compatibility optionjn/revert-quitJonathan Nieder2011-11-222-5/+2
| * revert: introduce --abort to cancel a failed cherry-pickJonathan Nieder2011-11-225-3/+185
| * revert: write REVERT_HEAD pseudoref during conflicted revertJonathan Nieder2011-11-224-3/+61
| * revert: improve error message for cherry-pick during cherry-pickJonathan Nieder2011-11-221-7/+6
| * revert: rearrange pick_revisions() for clarityJonathan Nieder2011-11-221-24/+24
| * revert: rename --reset option to --quitJonathan Nieder2011-11-227-25/+49
* | Merge branch 'maint'Junio C Hamano2011-11-211-1/+1
|\ \ | |/ |/|
| * documentation fix: git difftool uses diff tools, not merge tools.Thomas Hochstein2011-11-211-1/+1
* | Merge branch 'rr/misc-fixes'Junio C Hamano2011-11-211-1/+1
|\ \
| * | convert.c: Fix return type of git_path_check_eol()rr/misc-fixesRamsay Jones2011-11-211-1/+1
* | | config.c: Fix a static buffer overwrite bug by avoiding mkpath()Ramsay Jones2011-11-201-2/+2
* | | t5501-*.sh: Fix url passed to clone in setup testRamsay Jones2011-11-201-1/+1
* | | Hopefully final update of release notes before 1.7.8 finalJunio C Hamano2011-11-181-1/+1
* | | Merge branch 'rr/misc-fixes'Junio C Hamano2011-11-184-13/+5
|\ \ \ | |/ /
| * | git-compat-util: don't assume value for undefined variableRamkumar Ramachandra2011-11-151-1/+1
| * | sha1_file: don't mix enum with intRamkumar Ramachandra2011-11-151-1/+1
| * | convert: don't mix enum with intRamkumar Ramachandra2011-11-151-3/+3
| * | http: remove unused function hex()Ramkumar Ramachandra2011-11-151-8/+0
* | | Makefile: add option to disable automatic dependency generationJonathan Nieder2011-11-181-7/+24
* | | Sync with 1.7.7.4Junio C Hamano2011-11-185-49/+81
|\ \ \ | | |/ | |/|
| * | Git 1.7.7.4v1.7.7.4Junio C Hamano2011-11-183-2/+16
| * | Merge branch 'jc/maint-name-rev-all' into maintJunio C Hamano2011-11-181-1/+1
| |\ \
| | * | name-rev --all: do not even attempt to describe non-commit objectjc/maint-name-rev-allJunio C Hamano2011-11-151-1/+1
| * | | Merge branch 'ml/mailmap' into maintJunio C Hamano2011-11-181-3/+2
| |\ \ \