summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* credential-cache: ignore "connection refused" errorsjk/credentialsJeff King2012-01-161-1/+1
* unix-socket: do not let close() or chdir() clobber errno during cleanupJonathan Nieder2012-01-111-17/+22
* credential-cache: report more daemon connection errorsJeff King2012-01-101-3/+7
* unix-socket: handle long socket pathnamesJeff King2012-01-101-5/+66
* credentials: unable to connect to cache daemonClemens Buchacher2012-01-081-4/+3
* 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
| |\ \ \
| | * | | mailmap: xcalloc mailmap_infoml/mailmapMarc-André Lureau2011-11-161-3/+2
| * | | | Merge branch 'jn/maint-notes-avoid-va-args' into maintJunio C Hamano2011-11-181-43/+61
| |\ \ \ \
| | * | | | notes merge: eliminate OUTPUT macrojn/maint-notes-avoid-va-argsJonathan Nieder2011-11-171-43/+61
| * | | | | Makefile: add missing header file dependenciesJonathan Nieder2011-11-181-2/+3
* | | | | | do not let git_path clobber errno when reporting errorsjn/git-path-errnoJonathan Nieder2011-11-172-24/+34