summaryrefslogtreecommitdiffstats
path: root/unpack-trees.h (unfollow)
Commit message (Expand)AuthorFilesLines
2012-09-11Almost 1.7.11.6Junio C Hamano1-1/+29
2012-08-27http: prompt for credentials on failed POSTJeff King2-9/+16
2012-08-27http: factor out http error code handlingJeff King2-23/+29
2012-08-27t: test http access to "half-auth" repositoriesJeff King3-0/+28
2012-08-27t: test basic smart-http authenticationJeff King2-0/+25
2012-08-27t/lib-httpd: recognize */smart/* repos as smart-httpJeff King1-9/+7
2012-08-27t/lib-httpd: only route auth/dumb to dumb reposJeff King1-1/+1
2012-08-27t5550: factor out http auth setupJeff King3-54/+55
2012-08-27t5550: put auth-required repo in auth/dumbJeff King1-9/+9
2012-08-26doc: "git checkout -b/-B/--orphan" always takes a branch nameJunio C Hamano1-3/+3
2012-08-24Prepare for 1.7.11.6Junio C Hamano2-1/+35
2012-08-24Make 'git submodule update --force' always check out submodules.Stefan Zager3-2/+21
2012-08-24mergetool: style fixesJunio C Hamano1-273/+308
2012-08-24Make the ciabot scripts completely self-configuring in the normal case.Eric S. Raymond4-37/+72
2012-08-24Improved documentation for the ciabot scripts.Eric S. Raymond2-2/+50
2012-08-22contrib/ciabot: Get ciabot configuration from git variablesEric S. Raymond2-118/+156
2012-08-21for-each-ref: Fix sort with multiple keysKacper Kornet2-2/+4
2012-08-21t6300: test sort with multiple keysKacper Kornet1-0/+10
2012-08-19git-config doc: unconfuse an exampleJunio C Hamano1-1/+1
2012-08-18git-config.txt: fix exampleMichael Haggerty1-1/+1
2012-08-17stash: invoke rerere in case of conflictPhil Hord2-1/+2
2012-08-17test: git-stash conflict sets up rererePhil Hord1-0/+38
2012-08-17man: git pull -r is a short for --rebaseMiklos Vajna1-0/+1
2012-08-17gitcli: describe abbreviation of long optionsJunio C Hamano1-0/+8
2012-08-15Git 1.7.11.5v1.7.11.5Junio C Hamano3-2/+11
2012-08-15rev-list docs: clarify --topo-order descriptionJunio C Hamano1-7/+24
2012-08-15gitweb: URL-decode $my_url/$my_uri when stripping PATH_INFOJay Soffian1-0/+5
2012-08-15Documentation/CodingGuidelines: spell out more shell guidelinesHeiko Voigt1-0/+8
2012-08-14Let submodule command exit with error status if path does not existHeiko Voigt2-7/+52
2012-08-10rebase -i: use full onto sha1 in reflogMichael J Gruber1-2/+1
2012-08-09add tests for 'git rebase --keep-empty'Martin von Zweigbergk1-1/+17
2012-08-08sh-setup: protect from exported IFSJunio C Hamano1-0/+4
2012-08-07docs: monospace listings in docbook outputJeff King2-3/+3
2012-08-07receive-pack: do not leak output from auto-gc to standard outputJunio C Hamano2-2/+3
2012-08-07t/t5400: demonstrate breakage caused by informational message from pruneBrandon Casey1-0/+35
2012-08-07Enable HAVE_DEV_TTY for SolarisBen Walton1-0/+1
2012-08-07terminal: seek when switching between reading and writingJeff King1-0/+1
2012-08-07Prepare for 1.7.11.5Junio C Hamano2-1/+29
2012-08-07doc: A few minor copy edits.Štěpán Němec5-10/+10
2012-08-06Documentation: do not mention .git/refs/* directoriesJunio C Hamano7-16/+27
2012-08-06read_index_from: remove bogus errno assignmentsNguyễn Thái Ngọc Duy1-5/+1
2012-08-05apply: delete unused deflate_origlen from patch structPaul Gortmaker1-1/+0
2012-08-05Fix '\ No newline...' annotation in rewrite diffsAdam Butcher2-0/+31
2012-08-05tests: Introduce test_seqMichał Kiedrowicz3-2/+23
2012-08-03merge-recursive: eliminate flush_buffer() in favor of write_in_full()Thomas Rast1-18/+1
2012-08-03diff_setup_done(): return voidThomas Rast13-32/+16
2012-08-03setup: clarify error messages for file/revisions ambiguityMatthieu Moy1-3/+5
2012-08-01send-email: improve RFC2047 quote parsingThomas Rast2-4/+19
2012-07-31sane_execvp(): ignore non-directory on $PATHJunio C Hamano1-0/+2
2012-07-30Git 1.7.11.4v1.7.11.4Junio C Hamano4-3/+35